Skip to main content
POST
Add customer's crypto address

Authorizations

X-API-Key
string
header
required
X-API-Secret
string
header
required

Body

application/json
customerId
string
required

Customer ID

Example:

"6ac34182-aa2e-4290-ab1b-302a09f451d1"

currency
enum<string>
required

Currency

Available options:
USDT,
USDC
Example:

"USDT"

address
string
required

Crypto address

Example:

"0x1234567890123456789012345678901234567890"

label
string
required

Label

Example:

"My Wallet"

network
enum<string>

Network

Available options:
ETH,
TRX,
MATIC
Example:

"ETH"

Response

Create crypto address successful

status
enum<string>
required

Success response status

Available options:
SUCCESS
Example:

"SUCCESS"

data
object
required

Response data