Get Deposit Details https://cms.inr-exchange.rare-able.com/api/user/deposit_transactions/unique_id
GET

This endpoint allows an authenticated user to retrieve the details of a specific transaction by providing its unique ID. The response includes information such as the transaction's unique ID, wallet details, amounts, exchange rate, service fee, and tax.

Query PARAMS

unique_id string required
Use unique_id from List of Deposit Transactions for unique_id

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

success "boolean"
message "string"
code "integer"
data "object"

transaction "object"

unique_id "string"
wallet "object"

unique_id "string"
token_name "string"
wallet_address "string"
network_type "string"
wallet_balance "string"
from_amount "string"
to_amount "string"
exchange_rate "string"
service_fee "string"
tax "string"

success "boolean"
message "string"
code "integer"
data "object"