cURL
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, "decoded_data": "<string>", "decoded_event": "<string>" } ], "pagination": { "page": 123, "totalPages": 123, "pageItem": 123, "totalItems": 123, "limit": 123 } }
from
to
Raw Events response
The response is of type object.
object