34 lines
883 B
YAML
34 lines
883 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
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,binance
|
|
|
|
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
|
|
|
|
# digest: 490a0046304402206025a7c3a4f9bf103f504ab99fa182efa783e802591485b5f76e7c8f2149b6ec02200b72c72fb76465418ef13b88a88747381471b5ed5d8c1485d8f4e98522842d6d:922c64590222798bb761d5b6d8e72950
|