Skip to main content
POST
Add crypto settlement account

Authorizations

x-api-key
string
header
required

API key for merchant authentication required for most endpoints

Body

application/json
walletAddress
string
required

Cryptocurrency wallet address

Example:

"0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"

alias
string
required

Alias or name for this wallet

Example:

"Main Wallet"

network
enum<string>
required

Blockchain network

Available options:
SUI
Example:

"SUI"

Response

Crypto settlement account added successfully

success
boolean
Example:

true

message
string
Example:

"Settlement account added successfully"

data
object