get https://api.upbit.com/v1/deposits
Request Parameters
Name | Description | Type |
---|---|---|
currency | Currency Symbol | String |
state | Deposit status | String |
uuids | List of deposit UUID | Array |
txids | List of deposit TXID | Array |
limit | Limit on number (default: 100, limit: 100) | Number |
page | Number of pages , default: 1 | Number |
order_by | Order - asc : ascending- desc : descending (default) | String |
Response
Name | Description | Type |
---|---|---|
type | Type of deposit | String |
uuid | Unique ID for deposit | String |
currency | Currency Symbol | String |
net_type | Currency Network | String |
txid | Transaction ID of deposit | 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 | Type of depositdefault : Depositinternal : Lightning Deposit | String |