Skip to main content
GET
/
cryptocurrencies
List all available crypto currencies
curl --request GET \
  --url https://api.sandbox.iron.xyz/api/cryptocurrencies \
  --header 'X-API-Key: <api-key>'
[
  {
    "chain": "<string>",
    "code": "<string>",
    "mint_only": true,
    "address": "<string>",
    "name": "<string>"
  }
]

Authorizations

X-API-Key
string
header
required

API Key

Response

GET crypto currencies succeeded

chain
string
required

The chain for this currency

code
string
required

The ticker of the cryptocurrency. E.g. USDC

mint_only
boolean
required

Whether this currency can only be minted (not autoramped)

address
string

The address that this currency has on the chain

name
string

An optional name of the cryptocurrency. E.g. USD Coin