POST
/
platformapi
/
chainup
/
open
/
record
/
co_agent_user_bonus
curl --request POST \
--url http://service.xxx.com/platformapi/chainup/open/record/co_agent_user_bonus
{
    "code": "0",
    "msg": "suc",
    "data": {
        "count": 13,
        "list": [
            {
                "selfVolume": "125.153",
                "amount": "0.02504",
                "subVolume": "62.6",
                "scale": 80.0,
                "remark": "balance not enough",
                "subUid": 1111,
                "subAccount": "UNMXUK2109934366",
                "uid": 11111,
                "superUid": 0,
                "nickname": "futuresFollow_xxxx",
                "id": 64457,
                "userType": 1,
                "time": 1678133103000,
                "bonusType": 1,
                "subLevel": 1,
                "coin": "USDT",
                "status": 1
            }
        ]
    }
}

Query Parameters

appKey
string
required

Merchant AppKey

Example: xxx_xxx

coin
string

Currency

Example: USDT

ctimeStart
string

Start time.

Example: 1696994410000

ctimeEnd
string

End time.

Example: 1696994410000

pageSize
string

Number of pages per page (default 10, max 1000, can be equal to 1000).

Example: 20

page
string

Default= 1 .

Example: 1

uid
string

Invitee UID

Example: 11111

pid
string

Invitee UID

Example: 11111

superUid
string

Affiliated studio

Example: 11111

status
string

Reemployment status:0.Pending review 1.Settlement 2.Settled 3.fail (No params return all status).

Example: 1

levelType
string

leverType Broker invitation tiers, 1. the first level ,2.the second level.

Example: 1

userType
string

Check whether a child user exists. 1 None. 2 A child user exists.

Example: 1

bonusType
string

Return commission type: 1.Return commission, 2.Divide commission.

Example: 1

sign
string
required

Signature

Example: 2ae04ed9165624419bad68e9e0f3f2sa9fbd2ae04ed916511624419bad68e9e20f3f29fbd

Response

200 - application/json
code
string

Return code.

Example: 0

msg
string

Success or failure message

Example: Success

data
object