An API is available for those running multiple explorers or users who prefer a programatic approach to Autoscout management.Documentation Index
Fetch the complete documentation index at: https://blockscout-mf-14206.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
-
You will need a valid API key to use the API →
https://deploy.blockscout.com/api-keys -
API Base URL: The base URL for the Autoscout API is
https://autoscout.services.blockscout.com
Create an Instance
Send a POST request to the/api/v1/instances endpoint with the required configuration.
Start Instance
Send a POST request to/api/v1/instances/{instance_id}/status:update
Use the instance id returned in the previous step.
Check Deployment Status
Send a GET request to the/api/v1/instances/{instance_id}/deployments/currentendpoint.
Update an Instance
- Send a PATCH request to the
/api/v1/instances/{instance_id}/configendpoint with the config changes.
- Restart the instance by sending a POST request to the
/api/v1/instances/{instance_id}/status:updateendpoint with the action “RESTART”.