POST
/
api
/
v1
/
merchants
/
payout
/
create

Authorizations

Authorization
string
headerrequired

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

200 - application/json
wallet
object
network
object
status
enum<string>
Available options:
PROCESSING,
CONFIRMING,
COMPLETED,
REJECTED
address
string
txHash
string
amount
number
createdAt
string