Response body
- data (array) - The list of all fiat currencies.
- id (string) - Fiat currency id, used to create an on/off ramp transaction.
- name (string) - Name of the currency.
- symbol (string) - Fiat currency symbol according to ISO.
- country (string) - The symbol of the country for the fiat.
- logoUrl (string) - Url where the fiat currency logo is stored.
- isActive (boolean) - Indicates whether the currency is available for on/off ramp operations.
- settings (object) - Extra information that of the current fiat.
- id (string) - Fiat setting id.
- minOrderAmount (number) - Min amount required to create an off/ramp order.
- maxOrderAmount (number) - Max amount allowed to create an off/on ramp order.
- orderAmountSuggestions (array, number) - Suggested quantities for the current fiat.
- createdAt (string) - Date where this setting was created.
- updatedAt (string) - Date where this setting was updated.
Example
JSON
Use Cases
- On-Ramp Transactions: When users want to convert fiat to cryptocurrency, this module allows your application to display all available fiat options.
- Off-Ramp Transactions: In cases where users are converting cryptocurrency back to fiat, this module ensures that all relevant fiat currencies are available for selection.
- Currency Display: Use this endpoint to keep the fiat currency options up-to-date across different parts of your application, such as payment forms, transaction history, or user settings.