30 lines
697 B
YAML
30 lines
697 B
YAML
id: api-nownodes
|
|
|
|
info:
|
|
name: Nownodes API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Blockchain-as-a-service solution that provides high-quality connection via API
|
|
reference:
|
|
- https://nownodes.io/
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/nownodes
|
|
tags: token-spray,nownodes
|
|
|
|
self-contained: true
|
|
requests:
|
|
- raw:
|
|
- |
|
|
GET https://bsc-blockbook.nownodes.io/api HTTP/1.1
|
|
Host: bsc-blockbook.nownodes.io
|
|
api-key: {{token}}
|
|
Content-Type: application/json
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"coin":'
|
|
- '"host":'
|
|
- '"version":'
|
|
condition: and
|