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 itGET /api/v1/mystery/payout-wallet
response
4038mspreloaded 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
Field
Type
Required
Description
chain
query string
—
Defaults to "base"
Response fields (data)
Field
Description
chain / address / is_active / created_at
The active payout destination
Errors
Status
Code
When
404
payout_wallet_not_set
no payout wallet has been set yet — PUT one first
See Errors for the response envelope and the full code list.