Deposits

GET /api/v1/wallet/deposits wallet:read

USDC 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.

Try it 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.

response
401 68ms preloaded server-side with the default context
object · 3 keys
{
  "success": false,
  "message": "Invalid API key",
  "error": "API key not found or inactive"
}
curl (tracks the inputs above)
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_…'

Request fields

FieldTypeRequiredDescription
external_user_id / wallet_addressquery stringyesEnd-user identity (at least one)
limit / offsetquery intPagination