Address API
Create a new crypto address
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
headerrequiredBody
application/json
address
string
requiredNew crypto address.
crypto
enum<string>
requiredCrypto currency.
Available options:
USDC
, USDC_POLYGON_NXTB
, SOL_USDC_PTHX
, USDT_POLYGON
, USDT_ERC20
, TRX_USDT_S2UZ
userId
string
Id of the user to which this address will be associated.
label
string
Label for the address.
Response
201 - 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.
id
string
Id of the address.