nuclei-templates/http/token-spray/api-block.yaml

29 lines
623 B
YAML

id: api-block
info:
name: block.io API Test
author: daffainfo
severity: info
description: Bitcoin Payment, Wallet & Transaction Data
reference:
- https://block.io/docs/basic
- https://github.com/daffainfo/all-about-apikey/tree/main/block
tags: token-spray,block
metadata:
max-request: 1
self-contained: true
http:
- method: GET
path:
- "https://block.io/api/v2/get_balance/?api_key={{token}}"
matchers:
- type: word
part: body
words:
- '"network"'
- '"available_balance"'
- '"pending_received_balance"'
condition: and