How it works
1
Check the fee
Call
GET /payout/fee/{chain}/{coin}/{amount} to see the fee and net amount before
committing.2
Submit the payout
Call
POST /payout/crypto with the coin, chain, amount, and either a wallet address or
a saved payoutAccountId.3
Poll for completion
Call
GET /payout/{id} until status is completed or failed.Prerequisites
Authentication guide
These endpoints use Signed (HMAC) authentication — an HMAC-SHA256 signature is required on every request. See the authentication guide for code examples.