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>",
    "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

address
string

The address that this currency has on the chain

name
string

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