32 lines
808 B
YAML
32 lines
808 B
YAML
id: api-coinlayer
|
|
|
|
info:
|
|
name: Coinlayer API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Real-time Crypto Currency Exchange Rates
|
|
reference:
|
|
- https://coinlayer.com/documentation
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/coinlayer
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,coinlayer
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://api.coinlayer.com/live?access_key={{token}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"success"'
|
|
- '"terms"'
|
|
- '"privacy"'
|
|
condition: and
|
|
|
|
# digest: 4b0a004830460221008ebcb03d7541f457dc3de4e6d8df65b5272e7ff8acaf53bba84cc33ae2f66f010221008e54b4c576d938c13e4a0b1a44a06582933bfa4acafb50caf813d29a13c6a55f:922c64590222798bb761d5b6d8e72950
|