curl --request GET \ --url https://api.mobula.io/api/2/events
{ "raw": [ { "chain_id": "<any>", "block_number": "<string>", "transaction_hash": "<string>", "log_index": 2147483648, "address": "<string>", "block_hash": "<string>", "data": "<string>", "topic0": "<string>", "topic1": "<string>", "topic2": "<string>", "topic3": "<string>", "timestamp": "<string>", "transaction_index": 2147483648 } ], "pagination": { "page": 123, "totalPages": 123, "pageItem": 123, "totalItems": 123, "limit": 123 } }
Retrieves paginated transaction event logs from a specified blockchain, with support for filtering by block range (from and to), user address, and event method. Compatible with all EVM and non-EVM blockchains supported by Mobula.
from
to
Show child attributes
0 <= x <= 4294967296