get https://api-pro.sim.hashkeydev.com/api/v1/account/deposit/address
Retrieve deposit address generated by the system
Weight: 1
Request Parameters
PARAMETER | TYPE | Req 'd | Example values | DESCRIPTION |
---|---|---|---|---|
coin | STRING | Y | USDT | Coin name |
chainType | ENUM | Y | ETH | Chain Type |
walletId | STRING | 124353535 | Wallet ID (Current for Omnibus client) | |
timestamp | LONG | Y | 1712317312973 | Timestamp |
Response Content
PARAMETER | TYPE | Example values | DESCRIPTION |
---|---|---|---|
canDeposit | BOOLEAN | true | Can be deposited |
address | STRING | - | Deposit Address |
addressExt | STRING | - | Tag (Not in use) |
minQuantity | STRING | 10 | Minimum Amount to be deposited |
needAddressTag | BOOLEAN | false | Is address tag required (Not in use) |
requiredConfirmTimes | INTEGER | 70 | Credit to account block confirmation (Reference only) |
canWithdrawConfirmTimes | INTEGER | 70 | Withdrawal block confirmation (Reference only) |
coinType | ENUM | CHAIN_TOKEN | Coin Type |