POST
/
platformapi
/
chainup
/
open
/
staking
/
findBaseCoinByGroup
curl --request POST \
--url http://service.xxx.com/platformapi/chainup/open/staking/findBaseCoinByGroup

{
    "code": "0",
    "msg": "suc",
    "data": {
        "uid": 2000000,
        "inviteCode": "AAAAAA"
    }
}

返回值声明

NameTypeNecessaryExampleDescription
dataListYesBTC, EUSDT质押货币集合

Response

200 - application/json
code
string

返回code

Example: 0

msg
string

成功或失败提示信息

Example: Success

data
object