List or reconcile deposits

Return deposits for the authenticated integrator's main and sub-wallets. Without txid, this is a paginated list: when lek is present, send that single value back unchanged with the same filters to retrieve the next page.
To reconcile a known blockchain transaction, provide txid. One blockchain transaction can produce more than one deposit record, so this mode searches the complete history and returns every exact, case-sensitive match. It returns an empty array when no match exists and does not include lek.
Deposit creation is asynchronous. When a webhook URL is configured, WALLET_DEPOSIT_INITIATED means processing has started and WALLET_DEPOSIT_COMPLETED means processing has completed. OneLiquidity does not currently emit a deposit-failed or deposit-expired event. Query this endpoint or Get a deposit to check the latest stored status of an unfinished deposit.

Query Params
string
length ≥ 1

Find every deposit whose blockchain transaction ID exactly matches this value. Matching is case-sensitive. In this mode, limit and lek are not used and the response does not include lek.

string

Opaque continuation value returned by the previous page. Send this single string back unchanged and keep the other filters the same.

integer
≥ 1

Maximum number of records to return on one page.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json