Currencies
Retrieves details of supported currencies, including name, symbol, decimals, country, and applicable fees for transactions and exchanges.
Last updated
Retrieves details of supported currencies, including name, symbol, decimals, country, and applicable fees for transactions and exchanges.
Last updated
The Currencies entity provides information about the various currencies supported by the system. It allows you to retrieve a complete list of currencies or details about a specific currency. Each currency includes attributes such as its name, symbol, ISO code, decimal precision, and country of origin. Additionally, it includes supported countries and currencies for exchange, as well as any fees associated with transactions or conversions.
GET
Retrieve a list of all available currencies.
GET
Retrieve detailed information for a specific currency.
This API is secured using API key and Bearer token authentication.
API Key: Include the x-api-key
in the header.
Bearer Token: Authenticate with a JWT bearer token.
For more detailed information about the models and related fields, please refer to the model page
Represents a currency with details like name, symbol, decimals, and country of origin.