List payin transactions

Retrieves a paginated list of pay transactions for the authenticated platform.
Results can be filtered by participant, asset, deposit status, and timestamps.
Each deposit also emits a crypto_pay_status_changed webhook when it settles or fails.

Note: Some filtering capabilities may not be available for all platforms. Contact support if you need access to additional filters.

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

Filter by participant code (6-character alphanumeric)

string

Filter by specific transaction ID (UUID format)

string

Filter by client-provided reference ID. This filter may not be available for all platforms. Contact support if you need access.

string

Filter by the underlying crypto asset (e.g., BTC, ETH, USDC)

string

Filter by the deposit address provided by zerohash for this payment.

string
enum

Filters transactions by successful status. This is a boolean field, please specify either true or false

Allowed:
string

Page number (1-indexed, max 5 digits)

string

The number of results returned per page, with a maximum of 50 transactions per page

string

Deposit timestamp greater than or equal to this value (inclusive). Unix milliseconds (13-19 digits). This filter may not be available for all platforms. Contact support if you need access.

string

Deposit timestamp strictly greater than this value (exclusive). Unix milliseconds (13-19 digits). This filter may not be available for all platforms. Contact support if you need access.

string

Deposit timestamp strictly less than this value (exclusive). Unix milliseconds (13-19 digits). This filter may not be available for all platforms. Contact support if you need access.

string

Deposit timestamp less than or equal to this value (inclusive). Unix milliseconds (13-19 digits). This filter may not be available for all platforms. Contact support if you need access.

string

Filter by merchant participant code.

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