Check Token Types List Port
Provide token types list to display users, tell user which tokens can be traded
Interface call:
2. Request parameter instance
supportType
no
Advanced: return only the currencies that support cross chain exchange, and return all currencies without transferring or transferring other values
mainNetwork
no
According to the currency main search
3. Example of request parameters
4.Example of returned results
5.Return Parameter Description
coinAllCode
coinAllCode
String
Bitcoin
coinCode
coinCode
String
BTC
coin decimal
coinDecimal
String
8
contact
contact
String
This field has a value only when the currency belongs to a token on a primary chain
isSupportAdvanced
isSupportAdvanced
String
Y: supported. N: no supported
isSupportMemo
isSupportMemo
String
Y: supported. N: no supported
mainNetwork
mainNetwork
String
For example, if SWFTC is the token on Ethereum, mainNetwork is ETH
noSupportCoin
noSupportCoin
String
If there are multiple unsupported currencies, separate them with ','. For example: "noSupportCoin":"TKT,SHE,AIDOC"
Code example
java code example:
Nodejs code example
Postman example
Response result example
Important Items:
For some of the tokens supported on our platform, sometimes there will be a conflict with the tokens supported by other platforms or have different names for the token. In order to avoid sending the wrong token, you should used the names specifed in the fields
mainNetwork
andcontact
`, currently the platform supports ETH, BSC,HECO,MATIC,OEC,TRON,EOS,XRP, etc. mainnet's tokens.
Last updated