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<String> |
txids[] | Deposit TXID List | Array<String> |
limit | Quantity Limit (default: 100, limit: 100) | Number |
page | Number of Pages, default: 1 | Number |
order_by | Sorting
| 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
| String |
created_at | Deposit Generation Time | DateString |
done_at | Deposit Completion Time | DateString |
amount | Deposit Amount | NumberString |
fee | Deposit Fee | NumberString |
transaction_type | Deposit Type
| String |