events_by_handle
Endpoint
GET /v1/accounts/{address}/events/{event_handle}/{field_name}
Request
Path Parameters
Name | Type | Required | Description |
---|---|---|---|
address | string | Yes | Account address |
event_handle | string | Yes | Struct type with events |
field_name | string | Yes | Field in the struct producing events |
Query Parameters
Name | Type | Required | Description |
---|---|---|---|
start | string | No | Starting sequence |
limit | integer | No | Page 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"