v1

latestOpenAPI 3.0.02026-07-26103425558.9 KB
Orchestration Address

List deposits for an orchestration address

List on-chain deposits detected for the address, most recent first. Filterable by status, batch ID, and a created-at window.

get/v2/users/{userId}/orchestration-addresses/{orchestrationAddressId}/deposits

Path parameters

userIdstring required

ID of the user

orchestrationAddressIdstring uuid required

ID of the orchestration address.

Query parameters

status'PENDING' | 'BATCHED' | 'IGNORED' | 'REFUNDED'

Filter deposits by status.

batchIdstring uuid

Filter deposits to those included in a specific batch.

createdAfterstring date-time

Inclusive lower bound on createdAt (ISO 8601). Only records created at or after this timestamp are returned.

createdBeforestring date-time

Cursor for the next page. Pass the previous response's nextCursor value to return records created strictly before that timestamp.

limitinteger

Maximum number of records to return. 1–200, defaults to 50.

Response

A paginated list of deposits for the named orchestration address.

countinteger
nextCursorstring date-time nullable

Pass this value as createdBefore to retrieve the next page. null means no next page is advertised.