2021-12-22 12:10:30 +00:00
|
|
|
id: api-coinlayer
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Coinlayer API Test
|
|
|
|
author: daffainfo
|
|
|
|
severity: info
|
2022-01-04 19:40:09 +00:00
|
|
|
reference:
|
|
|
|
- https://coinlayer.com/documentation
|
|
|
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Cryptocurrency/Coinlayer.md
|
2021-12-22 12:10:30 +00:00
|
|
|
tags: token-spray,coinlayer
|
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "https://api.coinlayer.com/live?access_key={{token}}"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '"success"'
|
|
|
|
- '"terms"'
|
|
|
|
- '"privacy"'
|
|
|
|
condition: and
|