32 lines
881 B
YAML
32 lines
881 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
|
|
metadata:
|
|
max-request: 1
|
|
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
|
|
|
|
# digest: 4a0a00473045022100d4fcb9072555b2150c171057bf9fb26ca331937cb2f794d98e569ecd6c7af5b802203da7720152beebc0bd626a426a6394e957ceea376d5bc4cd3e4a704c73457e64:922c64590222798bb761d5b6d8e72950
|