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

30 lines
688 B
YAML

id: api-binance
info:
name: Binance REST API
author: geeknik
severity: info
description: Exchange for Trading Cryptocurrencies based in China
reference:
- https://github.com/binance/binance-spot-api-docs/blob/master/rest-api.md
- https://github.com/daffainfo/all-about-apikey/tree/main/binance
tags: token-spray,binance
metadata:
max-request: 1
self-contained: true
http:
- method: GET
path:
- "https://api.binance.com/api/v3/historicalTrades"
headers:
X-MBX-APIKEY: "{{token}}"
matchers:
- type: word
part: body
words:
- '"id":'
- '"price":'
- '"quoteQty":'
condition: and