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
}
}
A successful response.
The response is of type object
.
Was this page helpful?
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
}
}