commit
99f2628e2c
|
@ -0,0 +1,25 @@
|
|||
id: api-binance
|
||||
|
||||
info:
|
||||
name: Binance REST API
|
||||
author: geeknik
|
||||
severity: info
|
||||
reference: https://github.com/binance/binance-spot-api-docs/blob/master/rest-api.md
|
||||
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:
|
||||
- "Invalid API-key"
|
||||
- "key format invalid"
|
||||
condition: or
|
||||
negative: true
|
Loading…
Reference in New Issue