POST
/
api
/
addresses

Requirements to consume the endpoint.

Create and modify role

The user must have the role to create and modify.

Authorizations

x-api-key
string
header
required

Body

application/json
address
string
required

New crypto address.

crypto
enum<string>
required

Crypto currency.

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

Label for the address.

userId
string

Id of the user to which this address will be associated.

Response

201 - 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.