24 lines
514 B
YAML
24 lines
514 B
YAML
id: api-covalent
|
|
|
|
info:
|
|
name: Covalent API Test
|
|
author: daffainfo
|
|
severity: info
|
|
reference:
|
|
- https://www.covalenthq.com/docs/api/
|
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Blockchain/Covalent.md
|
|
tags: token-spray,covalent
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://api.covalenthq.com/v1/3/address/balances_v2/?&key={{token}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
negative: true
|
|
words:
|
|
- 'Invalid API key'
|