commit
2afab9763b
|
@ -0,0 +1,23 @@
|
|||
id: api-coinlayer
|
||||
|
||||
info:
|
||||
name: Coinlayer API Test
|
||||
author: daffainfo
|
||||
severity: info
|
||||
reference: https://coinlayer.com/documentation
|
||||
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
|
Loading…
Reference in New Issue