State
Last updated
Last updated
GET /api/v1/state HTTP/1.1
Host: localhost:50000
Accept: */*
{
"evm": {
"polygon": {
"enabled": true
}
},
"general": {
"commit_hash": "text",
"state": "text",
"username": "text",
"version": "text"
},
"solana": {
"current_epoch": 1,
"current_slot": 1,
"enabled": true,
"streamer": {
"active_streams": 1,
"updates": 1
}
}
}POST /api/v1/state HTTP/1.1
Host: localhost:50000
Accept: */*