增值服务
理财&矿池-参与记录-质押币种查询
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"
}
}
返回值声明
| Name | Type | Necessary | Example | Description |
|---|---|---|---|---|
| data | List | Yes | BTC, EUSDT | 质押货币集合 |
Response
200 - application/json
code
string
返回code
Example: 0
msg
string
成功或失败提示信息
Example: Success
data
object
curl --request POST \
--url http://service.xxx.com/platformapi/chainup/open/staking/findBaseCoinByGroup
{
"code": "0",
"msg": "suc",
"data": {
"uid": 2000000,
"inviteCode": "AAAAAA"
}
}