Address API
Get address
GET
/
api
/
addresses
/
{id}
Authorizations
x-api-key
string
headerrequiredPath Parameters
id
string
requiredId of the crypto address to be obtained.
Response
200 - application/json
userId
string
Id of the user.
crypto
enum<string>
Crypto currency.
Available options:
USDC
, USDC_POLYGON_NXTB
, SOL_USDC_PTHX
, USDT_POLYGON
, USDT_ERC20
, TRX_USDT_S2UZ
address
string
Crypto address.
approved
boolean
Indicates if the address has been approved.
userApproved
boolean
Indicates if the address has been approved.
lastChecked
string
The date and time when the address was last verified.
label
string
Label of the address.
advancedVerificationStatus
enum<string>
Advanced verification status.
Available options:
initiated
, sent
, passed
, cancelled
id
string
Id of the address.