Returns a list of all available currencies (fiat and crypto).
Success
Unauthorized – Missing or invalid token.
{- "currencies": [
- {
- "id": "bkE0RmNjbEhCUmc9",
- "name": "USD",
- "testnet": "USD",
- "network": "FIAT",
- "protocol": "USD",
- "label": "US Dollar",
- "contractAddress": "NATIVE",
- "addressRegex": "^(0x)[0-9A-Fa-f]{40}$",
- "decimals": 2,
- "icon": null,
- "entity": "$",
- "type": "FIAT",
- "default": true,
- "enabled": true,
- "created_at": "2023-05-28T08:01:35.000000Z",
- "updated_at": "2023-05-28T08:01:35.000000Z",
- "mainnet": "USD",
- "isTestnet": 0
}
]
}