27 lines
602 B
YAML
27 lines
602 B
YAML
id: api-currencylayer
|
|
|
|
info:
|
|
name: Currencylayer API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Exchange rates and currency conversion
|
|
reference:
|
|
- https://currencylayer.com/documentation
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/currencylayer
|
|
tags: token-spray,currencylayer
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "http://api.currencylayer.com/live?access_key={{token}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"terms"'
|
|
- '"source"'
|
|
- '"quotes"'
|
|
condition: and
|