34 lines
884 B
YAML
34 lines
884 B
YAML
id: api-coinranking
|
|
|
|
info:
|
|
name: Coinranking API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Live Cryptocurrency data
|
|
reference:
|
|
- https://developers.coinranking.com/api/documentation
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/coinranking
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,coinranking
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET https://api.coinranking.com/v2/exchanges HTTP/1.1
|
|
Host: api.coinranking.com
|
|
x-access-token: {{token}}
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"exchanges"'
|
|
- '"coinrankingUrl"'
|
|
- '"uuid"'
|
|
condition: and
|
|
|
|
# digest: 4a0a00473045022100f99a0fa5d0c7f4ca48d284f1b6bba481a77b104ba7ec484ea8bec09d00ffdf230220254dbe17cc7d8cd49419450a5917137ff2d96a27439efa377d200c218b0d5466:922c64590222798bb761d5b6d8e72950
|