nuclei-templates/token-spray/api-bravenewcoin.yaml

31 lines
781 B
YAML

id: api-bravenewcoin
info:
name: Brave New Coin API Test
author: daffainfo
severity: info
description: Real-time and historic crypto data from more than 200+ exchanges
reference:
- https://bravenewcoin.com/developers
- https://github.com/daffainfo/all-about-apikey/tree/main/brave-new-coin
tags: token-spray,bravenewcoin
self-contained: true
requests:
- raw:
- |
GET https://bravenewcoin.p.rapidapi.com/market HTTP/1.1
X-Rapidapi-Host: bravenewcoin.p.rapidapi.com
X-Rapidapi-Key: {{token}}
Host: bravenewcoin.p.rapidapi.com
matchers:
- type: word
part: body
words:
- '"content":'
- '"id":'
- '"baseAssetId":'
- '"quoteAssetId":'
condition: and