| hide_title | true |
|---|---|
| description | Returns contract events |
import { RpcMethod } from "@site/src/components/RpcMethod"; import rpcSpec from "@site/static/stellar-rpc.openrpc.json";
<RpcMethod method={rpcSpec.methods.filter((meth) => meth.name === "getEvents")[0]} />
Let's test the example request for Native XLM Transfer Events directly on the Stellar Laboratory.
The new Lab supports sharable URLs that prefill input fields based on query parameters. This makes it easy to share and revisit specific configurations.
