Deposit Transactions List

This API returns a paginated list of a user’s all deposit transactions, including both crypto deposits and fiat/bank deposits. It supports filtering by status, search keywords, and date range, and provides full transaction details such as deposited amount, credited wallet, network/payment method, fees, transaction hashes (for crypto), and current status.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
integer
required
Defaults to 1

The page number used for paginated retrieval of transaction records.

string

A keyword to filter transactions based on user, transaction ID, or other relevant details.

string
enum

The status of transactions to filter by (e.g., pending, completed, failed).

0 - Pending, 1 - Success, { 2, 3, 4, 5, 6, 9 } - Failed, 7 - Cancelled, 8 - Processing

string

The start date to filter transactions from a specific time period.

string

The end date to filter transactions up to a specific time period.

Headers
string
required

The unique API key assigned to the client for authenticating API requests.

string
required

The cryptographic signature generated to verify the integrity and authenticity of the request.

string
required

The timestamp of the API request used to prevent replay attacks.

string
required

Bearer token used to authenticate and authorize access to the API.

Responses

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