GET
/
2
/
events
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.

Query Parameters

limit
string
blockchain
string
page
string
hash
string
from
string
to
string
address
string
log
string
pagination
string

Response

200 - application/json
Raw Events response
raw
object[]
required
pagination
object | null
required