26 lines
577 B
YAML
26 lines
577 B
YAML
id: api-currencyfreaks
|
|
|
|
info:
|
|
name: CurrencyFreaks API Test
|
|
author: daffainfo
|
|
severity: info
|
|
reference:
|
|
- https://currencyfreaks.com/documentation.html
|
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Currency%20Exchange/CurrencyFreaks.md
|
|
tags: token-spray,currencyfreaks
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://api.currencyfreaks.com/latest?apikey={{token}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"date"'
|
|
- '"base"'
|
|
- '"rates"'
|
|
condition: and
|