get https://EXCHANGE-REGION-ENDPOINT-URL.com/v1/deposits
Request Parameters
Field Name | Description | Type |
---|---|---|
currency | Currency Symbol | String |
state | Deposit Status | String |
uuids | Deposit UUID List | Array |
txids | Deposit TXID List | Array |
limit | Quantity Limit (default: 100, limit: 100) | Number |
page | Number of Pages, default: 1 | Number |
order_by | Sorting - asc : Ascending- desc : Descending (default) | String |
Response
Field Name | Description | Type |
---|---|---|
type | Deposit Type | String |
uuid | Unique ID for Deposits | String |
currency | Currency Symbol | String |
net_type | Currency Network | String |
txid | Transaction ID for Deposits | String |
state | Deposit Status - PROCESSING - ACCEPTED - CANCELLED - REJECTED - TRAVEL_RULE_SUSPECTED - REFUNDING - REFUNDED | String |
created_at | Deposit Generation Time | DateString |
done_at | Deposit Completion Time | DateString |
amount | Deposit Amount | NumberString |
fee | Deposit Fee | NumberString |
transaction_type | Deposit Typedefault : Depositinternal : Lightning Deposit | String |