GET
/
api
/
addresses
/
{id}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Id of the crypto address to be obtained.

Response

200 - application/json
address
string

Crypto address.

advancedVerificationStatus
enum<string>

Advanced verification status.

Available options:
initiated,
sent,
passed,
cancelled
approved
boolean

Indicates if the address has been approved.

crypto
enum<string>

Crypto currency.

Available options:
USDC,
USDC_POLYGON_NXTB,
SOL_USDC_PTHX,
USDT_POLYGON,
USDT_ERC20,
TRX_USDT_S2UZ
id
string

Id of the address.

label
string

Label of the address.

lastChecked
string

The date and time when the address was last verified.

userApproved
boolean

Indicates if the address has been approved.

userId
string

Id of the user.