Upload Reputation Score
Last updated
Last updated
curl --location 'https://$API_BASE_URL/api/account/party/dataReport' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer access_token'
--data '{
"time": 1722355400,
"network": 1,
"data": {
"Trade Volume": 1000000,
"Active": 1,
"Your Defined Score": 100,
"note": "Your comment"
}
}'{
"code": 10001,
"message": "Incorrect timestamp"
}
/*
10001: Incorrect timestamp
203000: Incorrect parameters
208004: Invalid access token
301002: User doesn't exist
208403: No user grant or revoked
*/{
"code": 0
}