34 lines
721 B
YAML
34 lines
721 B
YAML
id: api-blockchain
|
|
|
|
info:
|
|
name: Blockchain API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Bitcoin Payment, Wallet & Transaction Data
|
|
reference:
|
|
- https://api.blockchain.com/v3/#/
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/blockchain
|
|
classification:
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,blockchain
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET https://api.blockchain.com/v3/exchange/accounts HTTP/1.1
|
|
Host: api.blockchain.com
|
|
X-API-Token: {{token}}
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"currency"'
|
|
- '"balance"'
|
|
- '"available"'
|
|
condition: and
|