⚠️Blast API (blastapi.io) ends Oct 31. Migrate to Dwellir and skip Alchemy's expensive compute units.
Switch Today →
Skip to main content

events_by_handle

Endpoint

GET /v1/accounts/{address}/events/{event_handle}/{field_name}

Request

Path Parameters

NameTypeRequiredDescription
addressstringYesAccount address
event_handlestringYesStruct type with events
field_namestringYesField in the struct producing events

Query Parameters

NameTypeRequiredDescription
startstringNoStarting sequence
limitintegerNoPage size

Example

curl -s "https://api-aptos-mainnet.n.dwellir.com/YOUR_API_KEY/v1/accounts/0x1/events/0x1::coin::AptosCoin/withdraw_events?limit=5"