# Tatum Blockchain Gateway **Official Documentation:** https://docs.tatum.io The following interfaces are available on this chain: - `stellar-mainnet-soroban` (jsonrpc) ## stellar-mainnet-soroban - jsonrpc The primary endpoint for making API calls is: `https://stellar-mainnet-soroban.gateway.tatum.io` The following is a curated list of supported JSON-RPC methods. Please refer to the official documentation for details on required parameters. - `getEvents` - `getFeeStats` - `getHealth` - `getLatestLedger` - `getLedgerEntries` - `getLedgers` - `getNetwork` - `getTransaction` - `getTransactions` - `getVersionInfo` - `sendTransaction` - `simulateTransaction`