GET
/
api
/
addresses

Authorizations

x-api-key
string
header
required

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
address
string

Crypto address.

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.