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[]
example
GEThttps://api.btse.com/public-api/wallet/v1/crypto/list

Response

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