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
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.bluerails.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Body
application/json
Response
200 - application/json
The request has succeeded.
Available options:
payout Available options:
crypto, fiat Available options:
INITIATED, PROCESSING, COMPLETED, FAILED, CANCELLED 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
cURL