POST
/
api
/
v1
/
merchants
/
payout
/
create

Authorizations

Authorization
string
header
required

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

Body

application/json
address
string
required

Destination address for the payout

amount
number
required

Amount to withdraw

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

Cryptocurrency symbol

network
string
required

Network for the cryptocurrency

Response

200 - application/json
address
string
amount
number
createdAt
string
id
string

Unique identifier of the payout

network
object
status
enum<string>
Available options:
PROCESSING,
CONFIRMING,
COMPLETED,
REJECTED
txHash
string | null
wallet
object