/api/v1/wallet/deposits wallet:readUSDC deposit history for the end-user (sourced from bridge deposits once the end-user is linked to a rip.fun account). A deposit.credited webhook fires when a deposit lands.
GET /api/v1/wallet/deposits?external_user_id=demo-explorer&limit=10 These inputs are shared across all docs pages — an id entered here carries over.
{
"success": false,
"message": "Invalid API key",
"error": "API key not found or inactive"
}curl -X GET 'https://staging-service.rip.fun/api/v1/wallet/deposits?external_user_id=demo-explorer&limit=10' \ -H 'X-API-Key: rip_v1_…'
| Field | Type | Required | Description |
|---|---|---|---|
external_user_id / wallet_address | query string | yes | End-user identity (at least one) |
limit / offset | query int | — | Pagination |