2022-06-16 08:57:17 +00:00
|
|
|
id: api-1forge
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: 1Forge API Test
|
|
|
|
author: daffainfo
|
|
|
|
severity: info
|
2022-07-25 06:05:11 +00:00
|
|
|
description: Forex currency market data
|
2022-06-16 08:57:17 +00:00
|
|
|
reference:
|
|
|
|
- https://1forge.com/api
|
2022-07-25 06:05:11 +00:00
|
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/1forge
|
2022-06-16 08:57:17 +00:00
|
|
|
tags: token-spray,1forge
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2022-06-16 08:57:17 +00:00
|
|
|
|
|
|
|
self-contained: true
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-06-16 08:57:17 +00:00
|
|
|
- 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
|