/api/v1/mystery/buyback/:purchase_id packs:readThe buyback offers on a card and their status: active / accepted / cancelled / expired. The path accepts a purchase id OR an on-chain token id (a value that isn’t one of your purchases is looked up by token — those carry purchase_id: null). Fill in either input below.
GET /api/v1/mystery/buyback/ These inputs are shared across all docs pages — an id entered here carries over.
Not run yet — press Run to make a live call against https://service.rip.fun (through this demo's server-side proxy; the API key never reaches the browser).
curl -X GET 'https://service.rip.fun/api/v1/mystery/buyback/' \ -H 'X-API-Key: rip_…'
| Status | Code | When |
|---|---|---|
| 404 | not_found | no offers exist for the purchase |
See Errors for the response envelope and the full code list.