get https://api-glb.sim.hashkeydev.com/api/v1/account/deposit/address
Retrieve deposit address generated by the system
To find out the chainType for Deposit and Withdrawal endpoint, please refer to to the "Network" field in Deposit and Withdrawal fee tab:
Weight: 1
Request Parameters
PARAMETER | TYPE | Req 'd | Example values | DESCRIPTION |
---|---|---|---|---|
coin | STRING | Y | USDT | Coin name |
chainType | ENUM | Y | ETH | Chain Type |
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 |