30 lines
611 B
YAML
30 lines
611 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
|