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