Payouts
Get Payout
Get 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.
GET
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
Response
200 - application/json
The request has succeeded.
Available options:
payout Available options:
crypto, fiat Available options:
INITIATED, PROCESSING, COMPLETED, FAILED, CANCELLED Previous
Get QuoteGet a quote for currency exchange to prepare a payout.
Request a real-time quote to convert between currencies before initiating a payout.
The quote will lock in an exchange rate for a limited time period (typically 30 seconds)
and can be used to create a payout with predictable conversion amounts.
Quotes are essential when you need to:
- Convert crypto to fiat (e.g., USDC to INR or PHP)
- Display exact amounts to users before confirmation
- Ensure rate consistency between quote and execution
Next
cURL