Skip to main content
GET
/
{chain_id}
/
api
/
v2
/
proxy
/
account-abstraction
/
status
Get the status of the account abstraction microservice
curl --request GET \
  --url https://api.blockscout.com/{chain_id}/api/v2/proxy/account-abstraction/status \
  --header 'Authorization: Bearer <token>'
{
  "finished_past_indexing": true
}

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

chain_id
string
required

The ID of the blockchain

Response

Status

Status struct.

finished_past_indexing
boolean
required
{key}
object