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-07-25 06:05:11 +00:00
|
|
|
description: Exchange for Trading Cryptocurrencies based in China
|
2022-01-04 19:40:09 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/binance/binance-spot-api-docs/blob/master/rest-api.md
|
2022-07-25 06:05:11 +00:00
|
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/binance
|
2023-04-28 08:11:21 +00:00
|
|
|
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
|
|
|
|
2023-04-27 04:28:59 +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
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a0046304402206025a7c3a4f9bf103f504ab99fa182efa783e802591485b5f76e7c8f2149b6ec02200b72c72fb76465418ef13b88a88747381471b5ed5d8c1485d8f4e98522842d6d:922c64590222798bb761d5b6d8e72950
|