{
"operator": 5,
"appkey": "{{APPKEY}}",
"timestamp": {{TIMESTAMP}},
"nonce": 90174,
"sign": "{{SIGN}}"
}curl --location 'https://oapi.eiotclub.com/api/v3/agent/balance' \
--header 'Content-Type: application/json' \
--data '{
"operator": 5,
"appkey": "",
"timestamp": ,
"nonce": 90174,
"sign": ""
}'{
"code": "200",
"data": {
"balance": "0.00",
"currency": "USD"
},
"message": "Operation successful"
}