Skip to main content
GET
Get a registered blockchain address

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cryptoAddressId
string
required

Response

200 - application/json

Crypto address returned successfully.

id
string
required

Identifier of the registered address. Use it to fetch, update or decommission the address.

accountAlias
string | null

The alias of the account the address is registered under.

status
enum<string> | null

The status of the address. Only an active address is returned when the alias is resolved.

Available options:
Active,
Suspended,
Decommissioned
address
string | null

The registered blockchain address.

asset
enum<string> | null

The token tied to a specific blockchain held at the address. It determines which network the address resolves on.

Available options:
POL,
USDT_POLYGON,
USDC_POLYGON,
SBC_POLYGON,
ETH,
USDT_ETHEREUM,
USDC_ETHEREUM,
PYUSD_ETHEREUM,
DAI_ETHEREUM,
EURC_ETHEREUM,
SBC_ETHEREUM,
TRX,
USDT_TRON,
SBC_TRON,
ETH_BASE,
USDC_BASE,
USDB_BASE,
EURC_BASE,
SBC_BASE,
ETH_OPTIMISM,
USDT_OPTIMISM,
USDC_OPTIMISM,
BTC,
CELO,
CUSD_CELO,
USDC_CELO,
SBC_CELO,
SOL,
USDC_SOLANA,
USDT_SOLANA,
PYUSD_SOLANA,
USDP_SOLANA,
EURC_SOLANA,
SBC_SOLANA
createdAt
string | null

When the address was registered.

updatedAt
string | null

When the address was last updated.