27 lines
579 B
YAML
27 lines
579 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
|
||
|
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
|