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

32 lines
690 B
YAML
Raw Normal View History

id: api-binance
2021-10-28 18:37:43 +00:00
info:
name: Binance REST API
2021-10-28 18:37:43 +00:00
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
metadata:
max-request: 1
2023-10-14 11:27:55 +00:00
tags: token-spray,binance
2021-10-28 18:37:43 +00:00
self-contained: true
2023-10-14 11:27:55 +00:00
http:
2021-10-28 18:37:43 +00:00
- method: GET
path:
- "https://api.binance.com/api/v3/historicalTrades"
2023-10-14 11:27:55 +00:00
2021-10-28 18:37:43 +00:00
headers:
X-MBX-APIKEY: "{{token}}"
matchers:
- type: word
part: body
words:
2021-11-01 12:22:18 +00:00
- '"id":'
- '"price":'
- '"quoteQty":'
2023-10-14 11:27:55 +00:00
condition: and