Topup ApiShardNode StatusGet a individual Node (shard) statusGET/shard/status/{name}/shard/status/{name}SendAuthorization*stringThe Authorization access tokenPathAuthorizationAuthorizationRequiredBearer <token>In: headerPath ParametersnameRequiredstringcURLJavaScriptGoPythoncurl -X GET "https://api.t4b.top/shard/status/string" \ -H "Authorization: Bearer <token>"200OkResponse{ "data": { "node": { "name": "Node 1", "ip": "0.0.0.0", "latency": 100, "requests": 100, "ruiningRequests": 10, "pending": 10, "success": 80, "error": 10, "blocked": false } }, "statusCode": 200 }TypeScriptPreviousNodes Status GETNextStrikes GET