Skip to main content

Crypto List

Get available crypto token list with corresponding action. Only supports DEPOSIT and WITHDRAW.

Request Parameters​

NameTypeRequiredDescription
actionObjectYesAction

Response Content​

NameTypeDescription
dataString[]
successBooleanRequest validation is successful or not. It will be set to true when the HTTP status is 200.
codeIntegerRequest status code. It will be set to 1 when the request is processed successfully. When unsuccessful, there will be an error code.
msgStringRequest status message. It will be set to Success when the request is processed successfully. When unsuccessful, there will be an error message.
timeDoubleCurrent unix timestamp.
example
GEThttps://api.btse.com/public-api/wallet/v1/crypto/list

Response

{
"success": true,
"code": 1,
"msg": "Success",
"time": 1624989977940,
"data": [
"BTC",
"ETH"
]
}