2021-10-28 18:57:57 +00:00
|
|
|
id: api-binance
|
2021-10-28 18:37:43 +00:00
|
|
|
|
|
|
|
info:
|
2021-10-28 18:57:57 +00:00
|
|
|
name: Binance REST API
|
2021-10-28 18:37:43 +00:00
|
|
|
author: geeknik
|
|
|
|
severity: info
|
2022-01-04 19:40:09 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/binance/binance-spot-api-docs/blob/master/rest-api.md
|
|
|
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Cryptocurrency/Binance.md
|
2021-10-28 18:37:43 +00:00
|
|
|
tags: token-spray,binance
|
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "https://api.binance.com/api/v3/historicalTrades"
|
|
|
|
headers:
|
|
|
|
X-MBX-APIKEY: "{{token}}"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2021-11-01 12:22:18 +00:00
|
|
|
- '"id":'
|
|
|
|
- '"price":'
|
|
|
|
- '"quoteQty":'
|
|
|
|
condition: and
|