Address API
Create a new crypto address
POST
Requirements to consume the endpoint.
Create and modify role
The user must have the role to create and modify.
Authorizations
Body
application/json
New crypto address.
Example:
"0x32Be343B94f860124dC4fEe278FDCBD38C102D88"
Crypto currency.
Available options:
USDC
, USDC_POLYGON_NXTB
, SOL_USDC_PTHX
, USDT_POLYGON
, USDT_ERC20
, TRX_USDT_S2UZ
Id of the user to which this address will be associated.
Example:
"66290ac8bd3903485989f82e"
Label for the address.
Example:
"My Address"
Response
201
application/json
Created
The date and time when the address was created.
Example:
"2024-07-25T19:57:09.812Z"
Id of the user.
Example:
"66562bc04fe8bf83c577c178"
Crypto currency.
Available options:
USDC
, USDC_POLYGON_NXTB
, SOL_USDC_PTHX
, USDT_POLYGON
, USDT_ERC20
, TRX_USDT_S2UZ
Crypto address.
Example:
"0x32Be343B94f860124dC4fEe278FDCBD38C102D88"
Indicates if the address has been approved.
Example:
false
The date and time when the address was last verified.
Example:
"2024-05-30T20:09:40.500Z"
Label of the address.
Example:
"Crypto Address"
Id of the address.
Example:
"6658dd0420b7daba6a25ff3a"