Create api-1forge.yaml
parent
4f394a940f
commit
90a988dc5d
|
@ -0,0 +1,25 @@
|
|||
id: api-1forge
|
||||
|
||||
info:
|
||||
name: 1Forge API Test
|
||||
author: daffainfo
|
||||
severity: info
|
||||
reference:
|
||||
- https://1forge.com/api
|
||||
- https://github.com/daffainfo/all-about-apikey/blob/main/Currency%20Exchange/1Forge.md
|
||||
tags: token-spray,1forge
|
||||
|
||||
self-contained: true
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "https://api.1forge.com/quota?api_key={{token}}"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '"quota_used":'
|
||||
- '"quota_limit":'
|
||||
- '"quota_remaining":'
|
||||
condition: and
|
Loading…
Reference in New Issue