Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 675 Bytes

README.md

File metadata and controls

43 lines (38 loc) · 675 Bytes

Description

Forex currency market data

Example Request

  • Curl
curl "https://api.1forge.com/quota?api_key={{token}}"
  • Raw
GET /quota?api_key={{token}} HTTP/1.1
Host: api.1forge.com

Response

  • Success
{
    "quota_used": 259,
    "quota_limit": 5000,
    "quota_remaining": 4741,
    "hours_until_reset": 23
}
  • Error
{
    "error":true,
    "message":"API Key Not Valid. Please go to 1forge.com to get an API key. If you have any questions please email us at [email protected]"
}

Regex

[a-zA-Z0-9]{32}

Example API key

QSzFlcDwaXtfevSu4Oo98AsJb4fKMGio