HTTP Routing Table

 
/batch_status
GET /batch_status Fetches the committed statuses for a set of batches
POST /batch_status Fetches the committed statuses for a set of batches
 
/batches
GET /batches Fetches a list of batches
GET /batches/{batch_id} Fetches a particular batch
POST /batches Sends a BatchList to the validator
 
/blocks
GET /blocks Fetches a list of blocks
GET /blocks/{block_id} Fetches a particlar block
 
/state
GET /state Fetches the data for the current state
GET /state/{address} Fetches a particular leaf from the current state
 
/stats
GET /stats/gossip Fetches metrics for inter-validator communication
GET /stats/validator Fetches metrics for the validator processing blocks
 
/status
GET /status/config Fetches the current configuration of the validator
GET /status/system Fetches the current status of the system the validator is on
 
/transactions
GET /transactions Fetches a list of transactions
GET /transactions/{transaction_id} Fetches a particular transaction