Delete empty pool
Developing
Request
Body Params application/json
{
"appkey": "{{APPKEY}}",
"timestamp": "{{TIMESTAMP}}",
"nonce": 95977,
"sign": "{{SIGN}}",
"pool_object_id": 381
}
Request Code Samples
curl --location 'https://oapi.eiotclub.com/api/v3/pool/delete' \
--header 'Content-Type: application/json' \
--data '{
"appkey": "",
"timestamp": "",
"nonce": 95977,
"sign": "",
"pool_object_id": 381
}'
Responses
application/json
{
"code": "string",
"message": "string",
"data": {}
}
Modified at 2025-11-12 03:41:18