/api/v1/mystery/stats packs:readAggregates YOUR key’s volume: total / fulfilled / refunded / failed pulls, volume by tier, and buyback offer stats. Pull volume counts pulls that went through (SUBMITTED / FULFILLED / PARTIALLY_FULFILLED); non-custodial pulls record their on-chain tier price so both custody modes are captured.
GET /api/v1/mystery/stats {
"success": false,
"message": "Invalid API key",
"error": "API key not found or inactive"
}curl -X GET 'https://staging-service.rip.fun/api/v1/mystery/stats' \ -H 'X-API-Key: rip_v1_…'
data)| Field | Description |
|---|---|
total_purchases / fulfilled / refunded / failed | Pull counts by outcome |
total_volume / total_volume_usdc | Gross pull volume (micros + decimal) |
by_tier[] | Pulls + volume per tier |
buyback.offers / accepted / *_volume_usdc | Your buyback offer activity |