get https://api-glb.sim.hashkeydev.com/api/v1/coinInfo
Get the supported list of coin information such as withdrawal fee, min/max deposit or withdrawal quantity
Related Endpoints: Get Deposit address| Withdraw
Weight: 1
Request Parameters
| PARAMETER | TYPE | Req 'd | DESCRIPTION |
|---|---|---|---|
| coinId | STRING | Y | The unique identifier of the cryptocurrency |
Response Content
| PARAMETER | TYPE | Example Values | DESCRIPTION |
|---|---|---|---|
| timezone | STRING | UTC | Timezone |
| serverTime | INTEGER | 1727068513801 | Server Millisecond Timestamp |
| coins | Object Array | ||
| coins.orgId | STRING (integer) | 9001 | Institution ID |
| coins.coinId | STRING | ETH | Coin ID |
| coins.coinName | STRING | ETH | Coin name |
| coins.coinFullName | STRING | ETH | Coin full name |
| coins.allowWithdraw | BOOLEAN | true | Whether to allow withdrawal |
| coins.allowDeposit | BOOLEAN | true | Whether to allow deposit |
| chainTypes | Object Array | Chain information list | |
| chainTypes.chainType | STRING | ETH | Chain Type |
| chainTypes.withdrawFee | STRING | 0.0000001 | Withdrawal fee |
| chainTypes.minWithdrawQuantity | STRING | 0.0000002 | Minimum withdrawal amount |
| chainTypes.maxWithdrawQuantity | STRING | 0 | Maximum withdrawal amount |
| chainTypes.minDepositQuantity | STRING | 0.002 | Minimum deposit quantity |
| chainTypes.allowDeposit | BOOLEAN | true | Whether to allow deposit |
| chainTypes.allowWithdraw | BOOLEAN | true | Whether to allow withdrawal |