Offers for a token (pool model)

GET /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.

Try it GET /api/v1/mystery/buyback?token_id=

These inputs are shared across all docs pages, so an id entered here carries over.

response

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).

tracks the inputs above
curl -X GET 'https://service.rip.fun/api/v1/mystery/buyback?token_id=' \
  -H 'X-API-Key: rip_…'

Request fields

FieldTypeRequiredDescription
token_idquery stringyesCard token to look up

Response fields (data)

FieldDescription
offers[].offer_id / signature / status / deadlineEach offer and whether it is still acceptable
offers[].price_usdc / seller_receives_usdcOffer economics
offers[].purchase_id / accepted_at / created_atLinked purchase (null for token-first offers) and lifecycle

Errors

StatusCodeWhen
400token_requiredno ?token_id=

See Errors for the response envelope and the full code list.