Get List of Deposit Transactions
https://cms.inr-exchange.rare-able.com/api/user/deposit_transactions
GET
This endpoint allows an authenticated user to retrieve a list of their transactions. The response includes transaction details such as unique ID, wallet information, amounts, exchange rate, service fee, and tax for each transaction.
Query PARAMS
skip string optional
The number of transactions to skip in the list.
take string optional
The maximum number of transactions to retrieve in the list.
search_key string optional
A search key to filter transactions
HEADERS
Accept "string"
application/json
x-api-key (Secret Key) "string"
To generate please use
Get Access Token
X-Api-Signature "string"
X-Api-Timestamp "Timestamp"
RESPONSES
total_transactions "integer"
transactions "array"
success "boolean"
message "string"
code "integer"
data "object"