curl --request GET \
--url 'https://api.blockscout.com/{chain_id}/api/v2/proxy/account-abstraction/operations?apikey='{
"items": [
{
"address": {
"ens_domain_name": "<string>",
"hash": "<string>",
"implementations": [
{
"address_hash": "<string>",
"name": "<string>"
}
],
"is_contract": true,
"is_scam": true,
"is_verified": true,
"metadata": {
"tags": [
{
"meta": {},
"name": "<string>",
"ordinal": 123,
"slug": "<string>",
"tagType": "<string>"
}
]
},
"name": "<string>",
"proxy_type": "eip1167",
"reputation": "ok",
"private_tags": [
{
"address_hash": "<string>",
"display_name": "<string>",
"label": "<string>"
}
],
"public_tags": [
{
"address_hash": "<string>",
"display_name": "<string>",
"label": "<string>"
}
],
"watchlist_names": [
{
"display_name": "<string>",
"label": "<string>"
}
]
},
"block_number": "<string>",
"entry_point": {
"ens_domain_name": "<string>",
"hash": "<string>",
"implementations": [
{
"address_hash": "<string>",
"name": "<string>"
}
],
"is_contract": true,
"is_scam": true,
"is_verified": true,
"metadata": {
"tags": [
{
"meta": {},
"name": "<string>",
"ordinal": 123,
"slug": "<string>",
"tagType": "<string>"
}
]
},
"name": "<string>",
"proxy_type": "eip1167",
"reputation": "ok",
"private_tags": [
{
"address_hash": "<string>",
"display_name": "<string>",
"label": "<string>"
}
],
"public_tags": [
{
"address_hash": "<string>",
"display_name": "<string>",
"label": "<string>"
}
],
"watchlist_names": [
{
"display_name": "<string>",
"label": "<string>"
}
]
},
"entry_point_version": "v0.6",
"fee": "<string>",
"hash": "<string>",
"status": true,
"timestamp": "2023-11-07T05:31:56Z",
"transaction_hash": "<string>"
}
],
"next_page_params": {
"page_size": 50,
"page_token": "3937439,0xbb680271614883525ac8056c388489e80b3518ec12ec46e1b910c7238c46b565"
}
}Retrieves a list of recent user operations.
curl --request GET \
--url 'https://api.blockscout.com/{chain_id}/api/v2/proxy/account-abstraction/operations?apikey='{
"items": [
{
"address": {
"ens_domain_name": "<string>",
"hash": "<string>",
"implementations": [
{
"address_hash": "<string>",
"name": "<string>"
}
],
"is_contract": true,
"is_scam": true,
"is_verified": true,
"metadata": {
"tags": [
{
"meta": {},
"name": "<string>",
"ordinal": 123,
"slug": "<string>",
"tagType": "<string>"
}
]
},
"name": "<string>",
"proxy_type": "eip1167",
"reputation": "ok",
"private_tags": [
{
"address_hash": "<string>",
"display_name": "<string>",
"label": "<string>"
}
],
"public_tags": [
{
"address_hash": "<string>",
"display_name": "<string>",
"label": "<string>"
}
],
"watchlist_names": [
{
"display_name": "<string>",
"label": "<string>"
}
]
},
"block_number": "<string>",
"entry_point": {
"ens_domain_name": "<string>",
"hash": "<string>",
"implementations": [
{
"address_hash": "<string>",
"name": "<string>"
}
],
"is_contract": true,
"is_scam": true,
"is_verified": true,
"metadata": {
"tags": [
{
"meta": {},
"name": "<string>",
"ordinal": 123,
"slug": "<string>",
"tagType": "<string>"
}
]
},
"name": "<string>",
"proxy_type": "eip1167",
"reputation": "ok",
"private_tags": [
{
"address_hash": "<string>",
"display_name": "<string>",
"label": "<string>"
}
],
"public_tags": [
{
"address_hash": "<string>",
"display_name": "<string>",
"label": "<string>"
}
],
"watchlist_names": [
{
"display_name": "<string>",
"label": "<string>"
}
]
},
"entry_point_version": "v0.6",
"fee": "<string>",
"hash": "<string>",
"status": true,
"timestamp": "2023-11-07T05:31:56Z",
"transaction_hash": "<string>"
}
],
"next_page_params": {
"page_size": 50,
"page_token": "3937439,0xbb680271614883525ac8056c388489e80b3518ec12ec46e1b910c7238c46b565"
}
}API key for authentication. Required for all Pro API endpoints. Obtain your API key at https://dev.blockscout.com/
API key for rate limiting or for sensitive endpoints
Secret key for getting access to restricted resources
Number of items returned per page
1 <= x <= 50Page token for paging
Was this page helpful?