Get payout wallet

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

Reads the active payout wallet. Same exclusive payout:manage scope as setting it — partner-level admin does not satisfy it, because this pair of endpoints is where your money goes.

Try it GET /api/v1/mystery/payout-wallet
response
403 8ms preloaded server-side with the default context
object · 3 keys
{
  "success": false,
  "message": "Mystery partner API key required",
  "error": "This endpoint requires an API key linked to a mystery partner account"
}
tracks the inputs above
curl -X GET 'https://service.rip.fun/api/v1/mystery/payout-wallet' \
  -H 'X-API-Key: rip_…'

Request fields

FieldTypeRequiredDescription
chainquery stringDefaults to "base"

Response fields (data)

FieldDescription
chain / address / is_active / created_atThe active payout destination

Errors

StatusCodeWhen
404payout_wallet_not_setno payout wallet has been set yet — PUT one first

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