Quote service
Get Cashout Request
Retrieve a cashout request with its live buyback quote.
GET
This endpoint mirrors Get quote request and reuses the cashout request and quote fields documented in Create cashout request and Stream cashout quote — but its response shape has not been verified against the live API. Confirm field names and shapes with engineering before treating this page as authoritative.
Authentication
API key required. Pass your API key in theX-API-Key header. The key needs the positions:read scope.
Authorization: Bearer <jwt>) is also accepted — see Authentication.
Path parameters
The cashout request ID (UUID).
Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | UNAUTHORIZED | Missing or invalid API key. |
| 403 | FORBIDDEN | You do not own this cashout request. |
| 404 | NOT_FOUND | Cashout request not found. |
