Create api-hirak-exchange-rates.yaml
parent
545f430da4
commit
a296daa65c
|
@ -0,0 +1,26 @@
|
|||
id: api-hirak-exchange-rates
|
||||
|
||||
info:
|
||||
name: Hirak Exchange Rates API Test
|
||||
author: daffainfo
|
||||
severity: info
|
||||
reference:
|
||||
- https://rates.hirak.site/
|
||||
- https://github.com/daffainfo/all-about-apikey/blob/main/Cryptocurrency/Hirak%20Exchange%20Rates.md
|
||||
tags: token-spray,hirakexchangerates
|
||||
|
||||
self-contained: true
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "https://rates.hirak.site/stat/?token={{token}}"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '"token":'
|
||||
- '"plan":'
|
||||
- '"hits":'
|
||||
- '"remain":'
|
||||
condition: and
|
Loading…
Reference in New Issue