Get pool wallet

GET /api/v1/mystery/pool-wallet pool:manage

The wallet where bought-back cards are sent after an offer is accepted. Requires the pool:manage scope.

Try it GET /api/v1/mystery/pool-wallet
response
403 40ms preloaded server-side with the default context
object · 3 keys
{
  "success": false,
  "message": "Insufficient permissions",
  "error": "Required scopes: pool:manage"
}
curl (tracks the inputs above)
curl -X GET 'https://service.rip.fun/api/v1/mystery/pool-wallet' \
  -H 'X-API-Key: rip_…'

Request fields

FieldTypeRequiredDescription
chainquery stringDefaults to "base"

Response fields (data)

FieldDescription
chain / addressThe active forwarding wallet
is_active / created_atReplaced wallets are kept as history

Errors

StatusCodeWhen
404pool_wallet_not_setno pool wallet configured yet — transfers are HELD until one is set
403Insufficient permissionskey lacks the pool:manage scope

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