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
| Field | Type | Required | Description |
|---|
chain | query string | — | Defaults to "base" |
Response fields (data)
| Field | Description |
|---|
chain / address | The active forwarding wallet |
is_active / created_at | Replaced wallets are kept as history |
Errors
| Status | Code | When |
|---|
| 404 | pool_wallet_not_set | no pool wallet configured yet — transfers are HELD until one is set |
| 403 | Insufficient permissions | key lacks the pool:manage scope |
See Errors for the response envelope and the full code list.