GET
/
api
/
addresses

Authorizations

x-api-key
string
headerrequired

Query Parameters

userId
string

Id of the user for which you want to get the list of crypto addresses.

address
string

If the address is known, it can be used to obtain it.

page
integer

Used to specify the current page you want to get in the paging results.

limit
integer

Used to specify the maximum number of records to be returned on a single page.

Response

200 - application/json
userId
string

Id of the user.

crypto
enum<string>

Crypto currency.

Available options:
USDC,
USDC_POLYGON,
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.

id
string

Id of the address.