nuclei-templates/token-spray/api-bitquery.yaml

25 lines
539 B
YAML
Raw Normal View History

2021-11-23 11:11:19 +00:00
id: api-bitquery
info:
name: Bitquery API Test
author: daffainfo
severity: info
reference:
- https://graphql.bitquery.io/ide
- https://github.com/daffainfo/all-about-apikey/blob/main/Blockchain/Bitquery.md
tags: token-spray,bitquery
self-contained: true
requests:
- raw:
- |
2021-12-04 12:07:34 +00:00
POST https://graphql.bitquery.io HTTP/1.1
2021-11-23 11:11:19 +00:00
Host: graphql.bitquery.io
X-API-KEY: {{token}}
matchers:
- type: word
part: body
words:
- '"message": "No query string was present"'