Payouts
Create Stablecoin Payout
Create a stablecoin payout to withdraw funds to an external blockchain address.
This endpoint initiates a stablecoin withdrawal from your account to any valid blockchain address. You can fund the payout in two ways:
- Direct funding: Specify the exact amount and asset to send
- Example: Send exactly 100 USDC_SOL to a Solana address
The payout will be processed on the specified blockchain network and you’ll receive a transaction signature once it’s broadcast. The payout status will update as it gets confirmed on-chain.
POST
Body
application/json
Response
200 - application/json
The request has succeeded.
The response is of type object
.
Previous
Accept QuoteAccept a quote and create the corresponding payout.
Executes a previously fetched quote to create a payout with the locked-in exchange rate.
The quote must be valid (not expired) and unused. Once accepted, the conversion happens
at the quoted rate regardless of market movements.
For crypto payouts, you'll need to provide the destination address and chain.
For fiat payouts, you'll need to provide the beneficiary details.
Next