Create binance-rest-api.yaml

patch-1
Geeknik Labs 2021-10-28 13:37:43 -05:00 committed by GitHub
parent 4da8a812e3
commit 3f72d6e58d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: binance-rest-api
info:
name: Binance REST API Test
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