/api/v1/mystery/buyback?token_id=… packs:read POOL MODEL ONLY. Lists the offers attributed to your key for one token — check status and deadline before building an accept flow around an offer.
GET /api/v1/mystery/buyback?token_id= These inputs are shared across all docs pages, so 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?token_id=' \ -H 'X-API-Key: rip_…'
| Field | Type | Required | Description |
|---|---|---|---|
token_id | query string | yes | Card token to look up |
data)| Field | Description |
|---|---|
offers[].offer_id / signature / status / deadline | Each offer and whether it is still acceptable |
offers[].price_usdc / seller_receives_usdc | Offer economics |
offers[].purchase_id / accepted_at / created_at | Linked purchase (null for token-first offers) and lifecycle |
| Status | Code | When |
|---|---|---|
| 400 | token_required | no ?token_id= |
See Errors for the response envelope and the full code list.