Skip to main content

DB Size API (1.0.0)

Download OpenAPI specification:Download

URL: https://eosnetwork.com License: MIT

Nodeos DB Size API Specification. See developer documentation at https://docs.eosnetwork.com for information on enabling this plugin.

get

Retrieves database stats

Request Body schema: application/json
object

Responses

Request samples

Content type
application/json
{ }

Response samples

Content type
application/json
{
  • "free_bytes": 0,
  • "used_bytes": 0,
  • "size": 0,
  • "indices": [
    ]
}