From 1a6479bd6ebb3c9327f35ffa27a9e0aafc3f6302 Mon Sep 17 00:00:00 2001 From: Muhammad Daffa <36522826+daffainfo@users.noreply.github.com> Date: Wed, 22 Dec 2021 19:10:30 +0700 Subject: [PATCH] Create api-coinlayer.yaml --- token-spray/api-coinlayer.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 token-spray/api-coinlayer.yaml diff --git a/token-spray/api-coinlayer.yaml b/token-spray/api-coinlayer.yaml new file mode 100644 index 0000000000..2d693ab966 --- /dev/null +++ b/token-spray/api-coinlayer.yaml @@ -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