Nfusionsolutions
Connector for the nfusionsolutions API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.nfusionsolutions.biz - Auth:
query:token(pass your key via theapiKeyinput)
Operations
currencies_history_get— GET /api/v1/Currencies/history — Get historical prices for requested currency pairscurrencies_supportedcurrencies_history_get— GET /api/v1/Currencies/history/supported — Get list of currency pairs supported by the history endpointcurrencies_rate_get— GET /api/v1/Currencies/rate — Get latest mid rate for requested currency pairscurrencies_supportedcurrencies_rate_get— GET /api/v1/Currencies/rate/supported — Get list of currencies supported by the rate endpointcurrencies_summary_get— GET /api/v1/Currencies/summary — Get latest Summary for requested currency pairscurrencies_supportedcurrencies_summary_get— GET /api/v1/Currencies/summary/supported — Get list of currency pairs supported by the Summary endpoint
Inputs
apiKey— your nfusionsolutions 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: currencies_history_get
apiKey: <your key>