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

31 lines
659 B
YAML
Raw Normal View History

2022-05-18 17:31:40 +00:00
id: api-tatum
info:
name: Tatum API Test
author: 0ri2N
severity: info
reference:
2022-05-19 19:26:23 +00:00
- https://apidoc.tatum.io/#tag/Node-RPC
2022-05-18 17:31:40 +00:00
- https://docs.tatum.io
tags: defi,dapp,token-spray,blockchain
metadata:
max-request: 1
2022-05-18 17:31:40 +00:00
self-contained: true
http:
2022-05-18 17:31:40 +00:00
- method: POST
path:
2022-05-19 19:26:23 +00:00
- "https://api-eu1.tatum.io/v3/blockchain/node/ETH/{{token}}"
2022-05-18 17:31:40 +00:00
headers:
Content-Type: application/json
body: "{\"jsonrpc\":\"2.0\",\"method\":\"web3_clientVersion\",\"params\":[ ],\"id\":1}"
matchers:
- type: word
part: body
words:
- '"id":'
- '"result":'
- '"jsonrpc":'
condition: and