27 lines
654 B
YAML
27 lines
654 B
YAML
|
id: api-currencyfreaks
|
||
|
|
||
|
info:
|
||
|
name: CurrencyFreaks API Test
|
||
|
author: daffainfo
|
||
|
severity: info
|
||
|
description: Provides current and historical currency exchange rates with free plan 1K requests/month
|
||
|
reference:
|
||
|
- https://currencyfreaks.com/documentation.html
|
||
|
- https://github.com/daffainfo/all-about-apikey/tree/main/currencyfreaks
|
||
|
tags: token-spray,currencyfreaks
|
||
|
|
||
|
self-contained: true
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://api.currencyfreaks.com/latest?apikey={{token}}"
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- '"date"'
|
||
|
- '"base"'
|
||
|
- '"rates"'
|
||
|
condition: and
|