GetFiatCurrencyList returns the list of supported fiat currencies for display preferences.
Chains & Discovery
GetFiatCurrencyList
POST
GetFiatCurrencyList returns the list of supported fiat currencies for display preferences.
Documentation Index
Fetch the complete documentation index at: https://anypay-trails-api-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
TheGetFiatCurrencyList endpoint returns the list of fiat currencies supported for onramp and fiat-denominated displays. Use this to populate currency selectors in fund flows and onramp integrations.
Use Cases
- Build a currency picker for onramp flows
- Display flags and symbols for supported currencies
- Validate that a user’s local currency is supported before showing fiat input options
Request Parameters
This endpoint takes no parameters — send an empty request body.Response
- currencies (
FiatCurrency[]): Array of supported fiat currency objects
FiatCurrency Object Structure
Each currency includes:- code (string): ISO 4217 currency code (e.g.
"USD","EUR","GBP") - symbol (string): Currency symbol (e.g.
"$","€","£") - name (string): Full currency name (e.g.
"US Dollar") - flag (string): Emoji flag for the currency’s primary country
- decimals (number): Number of decimal places for display
Examples
Get All Supported Currencies
Build a Currency Selector
Next Steps
GetExchangeRate
Get live exchange rates for a currency
Fund Mode
Use fiat currencies in the fund widget
Body
application/json
The body is of type object.
Response
OK
[]FiatCurrency