Get Wallet Currencies
Returns the list of on-chain and fiat currencies available in the authenticated user’s wallet.
Each entry includes basic metadata (ticker, name, symbol, decimals, categories) and the actions supported for that currency, expressed in the public rail vocabulary. Results are filtered by the user’s country and KYC level.
Each item in actions describes one transaction_type (deposit, withdrawal or swap) and the rails that serve it for this currency. rails is a subset of bank, pix, crypto, ripio; swap has no rail and is always returned as an empty array. A currency whose internal actions have no public equivalent is returned with actions: [] (it still appears in the list).
Supports optional search by ticker or name via the search query parameter.
Authorization
- Requires a valid API key.
Headers
The API key as a string.
See the Generating Signature section for more details.
A timestamp in milliseconds. See the Timestamp Security section for more details.
An additional, non-required parameter, that you can send to specify the number of milliseconds after the timestamp for the request to be valid. See the Timestamp Security section for more details.