Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Event filter and pagination options.Parameters for
getEvents:params.startLedger: Inclusive starting ledger sequence to search from.params.endLedger: Exclusive ending ledger sequence to stop at.params.contractIds: Optional list of contract IDs to filter on.params.topics: Optional list of topic filters. Provider-specific matching may apply.params.pagination: Pagination controls.
Returns
Event page containing matched events and a paging cursor.