Skip to main content

GET /classic/running

List classic bots currently running.

State '2'. Filter by sGroupId for per-campaign view.

Use case

"Active campaigns" dashboard — render alongside Flexi /flexi/running.

Query params

FieldTypeRequiredDescription
sGroupIdstringnoFilter by 13-char group id.

Response 200

{
"runningBots": [
{
"_id": "...",
"sGroupId": "...",
"eStatus": "2",
"sMode": "NORMAL",
"sTokenAddress": "...",
"sPoolId": "...",
"ePoolChosen": "RAYDIUM",
"iPackageId": "...",
"sAddress1": "...",
"nVolumeTraded": 8.1,
"nVolumeTradedInSol": 8.1,
"nVolumeTradedInUSD": 1200,
"nHolders": 2,
"nMakers": 4,
"nTransactions": 28,
"dCreatedAt": "2026-04-20T10:00:00.000Z",
"dUpdatedAt": "2026-04-20T11:00:00.000Z"
}
]
}

Errors

StatusMeaning
400sGroupId malformed.

Example

curl -H "Authorization: Bearer $ACCESS" -H "x-user-id: $USER_ID" \
"$BASE_URL/classic/running"