Skip to main content
POST
Create a crypto payout

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

Idempotency-Key
string
required

A unique key for this payout request.

Maximum string length: 255

Body

application/json
wallet_id
string
required

The source crypto wallet ID.

amount
string
required

The crypto amount. The minimum is 0.00000001. Send a string with up to 18 decimal places.

Pattern: ^[0-9]+(\.[0-9]{1,18})?$
address
string
required

The external destination address.

Maximum string length: 255
network
enum<string>
required
Available options:
BITCOIN_MAINNET,
ETHEREUM_MAINNET,
MATIC_MAINNET,
BSC_MAINNET,
TRON_MAINNET
token
string
required

The token symbol for the selected network.

Maximum string length: 20

Response

Crypto payout initiated successfully.

message
string
data
object