curl --request GET \
--url https://data-api.b3.fun/blockscout/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
}
}
curl --request GET \
--url https://data-api.b3.fun/blockscout/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
.