2021-12-22 12:45:31 +00:00
|
|
|
id: api-blockchain
|
|
|
|
|
|
|
|
info:
|
2022-02-28 16:40:40 +00:00
|
|
|
name: Blockchain API Test
|
2021-12-22 12:45:31 +00:00
|
|
|
author: daffainfo
|
|
|
|
severity: info
|
2022-07-25 06:05:11 +00:00
|
|
|
description: Bitcoin Payment, Wallet & Transaction Data
|
2022-01-04 19:40:09 +00:00
|
|
|
reference:
|
|
|
|
- https://api.blockchain.com/v3/#/
|
2022-07-25 06:05:11 +00:00
|
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/blockchain
|
2022-02-28 16:40:40 +00:00
|
|
|
classification:
|
|
|
|
cwe-id: CWE-200
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: token-spray,blockchain
|
2021-12-22 12:45:31 +00:00
|
|
|
|
|
|
|
self-contained: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-12-22 12:45:31 +00:00
|
|
|
- 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
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a0046304402201940dafe64505005b67796f616913ec59074288c8967f03a60c1b267796561790220030733f886ac2542be7e2e64e7c9914c450737c940edac691b2a764a03bde3b2:922c64590222798bb761d5b6d8e72950
|