POST
/
platformapi
/
chainup
/
open
/
wallet
/
v2
/
companyAsset
curl --request POST \
--url http://service.xxx.com/platformapi/chainup/open/wallet/v2/companyAsset
{
    "code": "0",
    "msg": "suc",
    "data": [
        {
            "accounts": [
                {
                    "companyId": "2123",
                    "balance": "1000",
                    "type": "113",
                    "symbol": "xxx"
                },
                {
                    "companyId": 1760,
                    "balance": "1000",
                    "type": "112",
                    "symbol": "xxx"
                }
            ]
        },
        {
            "accounts": [
                {
                    "companyId": "2123",
                    "balance": "1000",
                    "type": "113",
                    "symbol": "xxx"
                },
                {
                    "companyId": 1760,
                    "balance": "1000",
                    "type": "112",
                    "symbol": "xxx"
                }
            ]
        }
    ]
}

公司资产type描述

TypeDescription
113公司:管理员充值账户
112公司:赠币账户
105公司:提币手续费收入&矿工费支出账户
114公司:分红币返还账户
116公司:锁仓账户
130公司:锁仓代币发放(释放到用户锁仓账户)V2
121公司:IEO收入账户(募集收入)
122公司:IEO支出账户(释放到用户可用账户)
181公司:(Spot&Margin)交易手续费收入账户
187公司:C2C交易手续费收入账户
118公司:(现货 & 合约)经纪人奖励账户
115公司:分红币分红账户
149公司:合约赠金支出/回收账户
150公司:理财发币账户
152邀请注册奖励账户
153公司:抵押借贷利息分成账户

Query Parameters

appKey
string
required

AppKey

Example: xxx_xxx

sign
string
required

签名

Example: 2ae04ed9165624419bad68e9e0f3f2sa9fbd2ae04ed916511624419bad68e9e20f3f29fbd

symbol
string
required

ChainUP币种名称

Response

200 - application/json
code
string

返回code

Example: 0

msg
string

成功或失败提示信息

Example: Success

data
object