Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.blockscout.com/{chain_id}/api/v2/optimism/batches/count \ --header 'Authorization: Bearer <token>'
123
Retrieves a size of the batch list.
API key passed as a Bearer token in the Authorization header.
The ID of the blockchain
Number of items in the batch list.
The response is of type integer.
integer
Was this page helpful?