Skip to main content
POST
Create a payout

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
currency
string
required

Cryptocurrency symbol

network
string
required

Network for the cryptocurrency

amount
number
required

Amount to withdraw

Required range: x >= 0Must be a multiple of 1e-8
address
string
required

Destination address for the payout

Response

Payout created successfully

id
string

Unique identifier of the payout

wallet
object
network
object
status
enum<string>
Available options:
PROCESSING,
CONFIRMING,
COMPLETED,
REJECTED
address
string
txHash
string | null
amount
number
createdAt
string<date-time>