Skip to main content
Returns the deposit history for one wallet. It’s the polling counterpart to the wallet.deposit.received webhook, and how you catch up after your endpoint was down longer than the retry window.

Endpoint

Query parameters

number
default:"20"
Page size, max 100.
number
default:"0"
Rows to skip.

Example

Response (200)

Same deposit shape as the wallet.deposit.received webhook.

Errors