This endpoint retrieves a list of available fiat currencies supported by Crypto Pay by Bitpanda. The response includes the currency ID, symbol, and whether it is the default currency. Partners can use this information to display available fiat options to users during transactions.
A list of fiat currencies
Unauthorized
Internal Server Error
{- "data": [
- {
- "id": "123e4567-e89b-12d3-a456-426614174000",
- "symbol": "EUR",
- "is_default": true
}
]
}