List deposits

Retrieves a paginated list of deposits made by you and your customers. Results are limited to the last 2 months.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
number
≥ 1

Page number for pagination (starts at 1).

string
enum

Filter by asset code (e.g., BTC, USD, ETH)

string
enum
Defaults to true

Include deposits made by customers of your platform. Defaults to true. Ignored when participant_code is provided — a participant-scoped request always excludes customer deposits.

Allowed:
string

Filter by a specific participant code. Always 6 uppercase alphanumeric characters.

string

Filter by account label (e.g., general, sub_account_test). Account labels are used to categorize accounts under a participant. Each participant account_label maintains a separate balance and transaction history.

string

Filter for deposits whose settlement timestamp (Unix milliseconds) is strictly greater than the value.

string

Filter for deposits whose settlement timestamp (Unix milliseconds) is greater than or equal to the value.

string

Filter for deposits whose settlement timestamp (Unix milliseconds) is strictly less than the value.

string

Filter for deposits whose settlement timestamp (Unix milliseconds) is less than or equal to the value.

string

Filter for deposits whose settlement timestamp (Unix milliseconds) equals the value exactly.

string
Headers
string
required

HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.

string
required

Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.

Responses

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