1Forge
Connector for the 1forge API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://1forge.com/forex-quotes - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_quotes— GET /quotes — Get quotes for all symbolsget_symbols— GET /symbols — Get a list of symbols for which we provide real-time quotes
Inputs
apiKey— your 1forge API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_quotes
apiKey: <your key>