Sonar
Connector for the sonar API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://sonar.trading/api/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_convert— GET /convert — Convert a currency amount to multiple other currenciesget_country_currencies— GET /country/currencies — Return a list of all currencies of countries, available via serviceget_digital_currencies— GET /digital/currencies — Return a list of all digital currencies, available via serviceget_history— GET /history — Return a historic rate for a currencies
Inputs
apiKey— your sonar 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_convert
apiKey: <your key>