cURL
curl --request GET \ --url https://api.sandbox.iron.xyz/api/cryptocurrencies \ --header 'X-API-Key: <api-key>'
[ { "chain": "<string>", "code": "<string>", "address": "<string>", "name": "<string>" } ]
A list of all crypto currencies which are currently supported by Iron
API Key
GET crypto currencies succeeded
The chain for this currency
The ticker of the cryptocurrency. E.g. USDC
The address that this currency has on the chain
chain
An optional name of the cryptocurrency. E.g. USD Coin
USD Coin