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

29 lines
641 B
YAML

id: api-alchemy
info:
name: Alchemy API Test
author: daffainfo
severity: info
description: Ethereum Node-as-a-Service Provider
reference:
- https://docs.alchemy.com/alchemy/
- https://github.com/daffainfo/all-about-apikey/tree/main/alchemy
tags: token-spray,alchemy
metadata:
max-request: 1
self-contained: true
http:
- method: POST
path:
- "https://eth-mainnet.alchemyapi.io/v2/{{token}}"
body: '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":0}'
matchers:
- type: word
part: body
words:
- '"id":'
- '"result":'
condition: and