Payouts
Accept Quote
Accept 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.
POST
Path Parameters
Body
application/json
Response
200 - application/json
The request has succeeded.
The response is of type object
.
Previous
Get PayoutGet detailed information about a specific payout.
Retrieve complete details for a single payout including its current status,
transaction details, fees, and any method-specific information. For stablecoin payouts,
this includes blockchain transaction signatures and confirmation counts.
Use this endpoint to track payout progress, verify completion, or investigate issues.
Next