Get
Retrieves database stats
Body
objectOptional
Responses
200
OK
application/json
post
POST /v1/db_size/get HTTP/1.1
Host: eos.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 2
{}
200
OK
{
"free_bytes": 1,
"used_bytes": 1,
"size": 1,
"indices": [
{
"index": "text",
"row_count": 1
}
]
}