get https://{region}-api.upbit.com/v1/deposits
Retrieves the latest deposit list.
Check the proper endpoint based on your region.
The examples in this page is written using Singapore fiat code(SGD). Set the quote currency to match your region. The base_url differs by country/region. Make sure to specify the correct region value for your environment.
- Singapore (sg): https://sg-api.upbit.com
- Indonesia (id): https://id-api.upbit.com
- Thailand (th): https://th-api.upbit.com
- Singapore (sg): https://sg-api.upbit.com
- Indonesia (id): https://id-api.upbit.com
- Thailand (th): https://th-api.upbit.com
You can set query conditions to retrieve only the deposit records that meet those conditions. Currency, deposit status, UUID list, or TXID list can be used as filter parameters. If no conditions are specified, the most recent 100 deposit records will be returned.
Version | Date | Changes |
---|---|---|
v1.0.7 | 2023-05-23 |
Addition of net_type field
|
Rate Limit
Up to 30 calls per second are allowed. This is measured on an account basis and request counts are shared within the exchange 'default' group.
API Key Permission
This API requires authentication with an API Key granted [View Deposits] permission.
If you receive an out_of_scope error, please verify the permission settings in the API Key Management page.
If you receive an out_of_scope error, please verify the permission settings in the API Key Management page.