List deposits
Returns a cursor-paginated list of deposits for a specific wallet. Likely inbound USDC transfers to workflow-idle wallets can appear as processing before finality; these rows are not credited to balances until posting completes.
status: "processing" as soon as Ground detects a likely USDC transfer into a workflow-idle wallet. A processing deposit is not final, not included in balances, and has completedAt: null.
After finality and ledger posting, the same onchain deposit is returned as a completed deposit with the same deposit id and completedAt populated. Wallets with active Ground-managed workflows may wait until final attribution before showing a deposit.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Wallet ID
Query Parameters
Opaque cursor from a prior response; pass it unchanged to fetch the next page (must be reused with the same filters and sort).
Maximum number of deposits to return in this response (smaller values reduce payload size and latency).
1 <= x <= 200Field to sort by (currently only createdAt is supported).
createdAt Sort direction for results; use desc for newest-first or asc for oldest-first.
asc, desc Filter results to deposits created at or after this ISO-8601 timestamp.