30 lines
692 B
YAML
30 lines
692 B
YAML
id: api-hirak-rates
|
|
|
|
info:
|
|
name: Hirak Exchange Rates API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Exchange rates between 162 currency & 300 crypto currency update each 5 min, accurate, no limits
|
|
reference:
|
|
- https://rates.hirak.site/
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/hirak-exchange-rates
|
|
tags: token-spray,hirak
|
|
metadata:
|
|
max-request: 1
|
|
|
|
self-contained: true
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://rates.hirak.site/stat/?token={{token}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"token":'
|
|
- '"plan":'
|
|
- '"hits":'
|
|
- '"remain":'
|
|
condition: and
|