Create api-bitquery.yaml
parent
42a9f46f94
commit
1b79cbcfb3
|
@ -0,0 +1,24 @@
|
|||
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:
|
||||
- |
|
||||
POST / HTTP/1.1
|
||||
Host: graphql.bitquery.io
|
||||
X-API-KEY: {{token}}
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '"message": "No query string was present"'
|
Loading…
Reference in New Issue