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"
                }
            ]
        }
    ]
}

Company account type description

TypeDescription
113Company: recharging account of the administrator
112Company: gift coin account
105Company: Withdrawal Fee Income & Miner Fee Expense Account
114Company: dividend return account
116Company: lockup account
130Company:Lock-up Token Distribution (Released to user’s lock-up)V2
121Company:IEO Income Account (Raising Income)
122Company:IEO Spending Account (Released to user’s available)
181Company: (Spot & Margin) Transaction Fee Income Account
187Company: C2CTransaction Fee Income Account
118Company: (Spot & Futures) Agent Rewards Account
115Company: dividend account
149Company: contract bonus expense / recovery account
150Company: Financial account
152Rewards account of invitation to register
153Mortgage loan interest sharing account

Query Parameters

appKey
string
required

Merchant AppKey

Example: xxx_xxx

sign
string
required

Signature

Example: 2ae04ed9165624419bad68e9e0f3f2sa9fbd2ae04ed916511624419bad68e9e20f3f29fbd

symbol
string
required

ChainUP symbol name

Response

200 - application/json
code
string

Return code.

Example: 0

msg
string

Success or failure message

Example: Success

data
object