Skip to main content
POST
cURL

Authorizations

X-API-KEY
string
header
required

API Key for authentication

X-TIMESTAMP
string
header
required

Current timestamp in seconds since epoch

X-SIGNATURE
string
header
required

HMAC SHA256 signature of the request encoded in Base64

Body

application/json
customer_id
string<uuid>
required

Customer's unique identifier

Example:

"c2cf861b-342b-4318-a90e-85cd0312e82f"

wallet_address
string
required

Wallet address

Example:

"0x1234567890123456789012345678901234567890"

Response

Wallet added successfully

status
boolean
Example:

true

message
string
Example:

"Success"

data
object