# Tatum Blockchain Gateway **Official Documentation:** https://docs.tatum.io The following interfaces are available on this chain: - `zilliqa-mainnet-json-rpc` (jsonrpc) ## zilliqa-mainnet-json-rpc - jsonrpc The primary endpoint for making API calls is: `https://zilliqa-mainnet.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. - `CreateTransaction` - `DSBlockListing` - `GetBlockchainInfo` - `GetContractAddressFromTransactionID` - `GetCurrentDSComm` - `GetCurrentDSEpoch` - `GetCurrentMiniEpoch` - `GetDSBlockRate` - `GetDsBlock` - `GetLatestDsBlock` - `GetLatestTxBlock` - `GetMinerInfo` - `GetMinimumGasPrice` - `GetNetworkId` - `GetNodeType` - `GetNumDSBlocks` - `GetNumPeers` - `GetNumTransactions` - `GetNumTxBlocks` - `GetNumTxnsDSEpoch` - `GetNumTxnsTxEpoch` - `GetPrevDSDifficulty` - `GetPrevDifficulty` - `GetRecentTransactions` - `GetShardingStructure` - `GetSmartContractCode` - `GetSmartContractInit` - `GetSmartContractState` - `GetSmartContractSubState` - `GetSmartContracts` - `GetSoftConfirmedTransaction` - `GetStateProof` - `GetTotalCoinSupply` - `GetTransaction` - `GetTransactionRate` - `GetTransactionStatus` - `GetTransactionsForTxBlock` - `GetTransactionsForTxBlockEx` - `GetTxBlock` - `GetTxBlockRate` - `GetTxnBodiesForTxBlock` - `GetVersion` - `TxBlockListing` - `eth_blockNumber` - `eth_call` - `eth_callMany` - `eth_chainId` - `eth_estimateGas` - `eth_feeHistory` - `eth_gasPrice` - `eth_getBalance` - `eth_getBlockByHash` - `eth_getBlockByNumber` - `eth_getBlockTransactionCountByHash` - `eth_getBlockTransactionCountByNumber` - `eth_getCode` - `eth_getLogs` - `eth_getProof` - `eth_getStorageAt` - `eth_getTransactionByBlockHashAndIndex` - `eth_getTransactionByBlockNumberAndIndex` - `eth_getTransactionByHash` - `eth_getTransactionCount` - `eth_getTransactionReceipt` - `eth_getUncleByBlockHashAndIndex` - `eth_getUncleByBlockNumberAndIndex` - `eth_getUncleCountByBlockHash` - `eth_getUncleCountByBlockNumber` - `eth_maxPriorityFeePerGas` - `eth_sendRawTransaction` - `eth_signTypedData` - `eth_signTypedData_v3` - `eth_syncing` - `net_peerCount` - `net_version` - `web3_clientVersion`