Skip to main content
POST
Create crypto payout

Authorizations

x-api-key
string
header
required

API key for merchant authentication required for most endpoints

Body

application/json
amount
number
required

Payout amount

Example:

10.5

network
enum<string>
required

Blockchain network

Available options:
SUI
Example:

"SUI"

walletAddress
string

Wallet address to send crypto to

Example:

"0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"

alias
string

Alias for wallet address

cryptoSettlementAccountId
string

ID of saved settlement account

save
boolean

Save this wallet for future use

Example:

false

Response

Crypto payout created successfully

success
boolean
Example:

true

message
string
Example:

"Crypto payout initiated successfully"

data
object