Get Database Size
GET
Get database size statistics broken down by table.
Example
Response Fields
| Field | Type | Description |
|---|---|---|
database | string | Database name |
size_bytes | integer | Total database size in bytes |
size_pretty | string | Human-readable total size |
tables | array | Per-table size breakdown |
Table Object
| Field | Type | Description |
|---|---|---|
table | string | Table name |
size_bytes | integer | Table size in bytes |
size_pretty | string | Human-readable table size |
The orderbooks table typically accounts for the vast majority of database size due to the volume of historical snapshots.