nuclei-templates/http/token-spray/api-bitcoinaverage.yaml

31 lines
718 B
YAML

id: api-bitcoinaverage
info:
name: BitcoinAverage API Test
author: daffainfo
severity: info
description: Digital Asset Price Data for the blockchain industry
reference:
- https://apiv2.bitcoinaverage.com/
- https://github.com/daffainfo/all-about-apikey/tree/main/bitcoinaverage
tags: token-spray,bitcoinaverage
metadata:
max-request: 1
self-contained: true
http:
- raw:
- |
GET https://apiv2.bitcoinaverage.com/exchanges/ticker/bitstamp HTTP/1.1
Host: apiv2.bitcoinaverage.com
x-ba-key: {{token}}
matchers:
- type: word
part: body
words:
- '"name"'
- '"display_name"'
- '"url"'
condition: and