API Reference

Get Coin Info

Request Parameters


PARAMETERTYPEReq 'dDESCRIPTION
coinIdSTRINGCoin Name. e.g: "BTC", "ETH"

Response Content


PARAMETERTYPEExample valuesDESCRIPTION
coinSTRINGBTCcoin, BTC, USDT, etc. (tokenId filed on above link)
coinIdSTRINGBTCTokenId
iconUrlSTRINGToken icon URL
minPrecisionINTEGER0Minimum precision
depositWithdrawAmtPrecisionINTEGER8Deposit/withdrawal amount precision
showPrecisionINTEGER8WDi display precision
statusINTEGER1Token status (1 = enabled)
chainTypesObject ArraySupported blockchain types and deposit/withdrawal rules
chainTypes.chainTypeSTRINGBlockchain type (e.g., ERC20, TRC20)
chainTypes.allowDepositBOOLEANWhether deposit to this chain is allowed
chainTypes.allowWithdrawBOOLEANWhether withdrawal from this chain is allowed
chainTypes.tokenNameSTRINGToken name
chainTypes.networkSTRINGNetwork name (e.g., ETH mainnet)
chainTypes.minWithdrawQuantitySTRINGMinimum withdrawal amount for this chain (string representation of number)
chainTypes.minDepositQuantitySTRINGMinimum deposit amount for this chain (string representation of number)
chainTypes.depositFeeSTRINGDeposit fee (string representation of number, 0 = free)
chainTypes.withdrawFeeSTRINGWithdrawal fee (string representation of number)
chainTypes.refundFeeSTRINGRefund fee (string representation of number)
chainTypes.minBlockConfirmSTRINGMinimum block confirmations required for deposit (string representation)
chainTypes.canWithdrawConfirmCountSTRINGConfirmations required for withdrawal (string representation)
Language
Credentials
Header
Click Try It! to start a request and see the response here!