Merge pull request #3019 from geeknik/patch-41

Create binance-rest-api.yaml
patch-1
Prince Chaddha 2021-10-29 00:29:40 +05:30 committed by GitHub
commit 99f2628e2c
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: 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