get https://api-glb.sim.hashkeydev.com/api/v1/account/chainType
Get the supported list of ChainType for a specific CoinId(e.g. ETH).
ChainType is typically used when deposit & withdrawal
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 |
---|---|---|---|
coinId | STRING | ETH | The unique identifier of the cryptocurrency |
coinName | STRING | ETH | The name of the cryptocurrency |
chainTypeList | List | ["ETH", "BTC", "Tron"] | List of supported chain types |
errorCode | STRING | 0001 | Error code, return only when there is an error |
errorMsg | STRING | - | Error message, returned only when there is an error |