32 lines
690 B
YAML
32 lines
690 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
|