# Tatum Blockchain Gateway **Official Documentation:** https://docs.tatum.io The following interfaces are available on this chain: - `solana-devnet-json-rpc` (jsonrpc) ## solana-devnet-json-rpc - jsonrpc The primary endpoint for making API calls is: `https://solana-devnet.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. - `getAccountInfo` - `getBalance` - `getBlock` - `getBlockCommitment` - `getBlockHeight` - `getBlockProduction` - `getBlockTime` - `getBlocks` - `getBlocksWithLimit` - `getClusterNodes` - `getConfirmedSignaturesForAddress2` - `getEpochInfo` - `getEpochSchedule` - `getFeeForMessage` - `getFirstAvailableBlock` - `getGenesisHash` - `getHealth` - `getHighestSnapshotSlot` - `getIdentity` - `getInflationGovernor` - `getInflationRate` - `getInflationReward` - `getLatestBlockhash` - `getLeaderSchedule` - `getMaxRetransmitSlot` - `getMaxShredInsertSlot` - `getMinimumBalanceForRentExemption` - `getMultipleAccounts` - `getProgramAccounts` - `getRecentPerformanceSamples` - `getRecentPrioritizationFees` - `getSignatureStatuses` - `getSignaturesForAddress` - `getSlot` - `getSlotLeader` - `getSlotLeaders` - `getStakeMinimumDelegation` - `getSupply` - `getTokenAccountBalance` - `getTokenAccountsByOwner` - `getTokenLargestAccounts` - `getTokenSupply` - `getTransaction` - `getTransactionCount` - `getVersion` - `getVoteAccounts` - `isBlockhashValid` - `minimumLedgerSlot` - `requestAirdrop` - `sendTransaction` - `simulateTransaction`