User deposit data
Description: Returns the data of deposit for a specific account using its ID
Permission: ACCOUNTS_READ Security: SIGNED
GET
/ver1/accounts/{account_id}/deposit_data
Path Parameter
account_id integer
required
Unique 3Commas ID for this exchange account entity
Query Parameters
currency string
required
Currency code for what you want to get a data
Example: BTC
network string
required
Name of Network for this currency
Response Parameters
address string
The cryptocurrency wallet address for deposits and withdrawals
network string
Tag of address for this deposits
currency string
The amount of this currency currently locked in active orders
total_balance string
The total balance in this currency and account
Example Request
GET /ver1/accounts/76543210/deposit_data?currency=BTC&network=BTC
Example Response and errors
Last updated
Was this helpful?