GET
/
proxy
/
account-abstraction
/
status
get account abstraction indexing status
curl --request GET \
  --url https://eth.blockscout.com/api/v2/proxy/account-abstraction/status
{
  "finished_past_indexing": true,
  "v06": {
    "enabled": true,
    "live": true,
    "past_db_logs_indexing_finished": true,
    "past_rpc_logs_indexing_finished": true
  },
  "v07": {
    "enabled": true,
    "live": true,
    "past_db_logs_indexing_finished": true,
    "past_rpc_logs_indexing_finished": true
  }
}

Response

200
application/json

A successful response.

The response is of type object.