# Tatum Blockchain Gateway **Official Documentation:** https://docs.tatum.io The following interfaces are available on this chain: - `ton-mainnet-http-api` (rest) - `ton-mainnet-indexer` (rest) ## ton-mainnet-http-api - rest All API endpoints are relative to the following base URL: `https://ton-mainnet.gateway.tatum.io` The following is a curated list of supported REST API endpoints. Please refer to the official documentation for details on path parameters, query parameters, and request bodies. - `GET /detectAddress` - `GET /getAddressBalance` - `GET /getAddressInformation` - `GET /getAddressState` - `GET /getBlockHeader` - `GET /getBlockTransactions` - `GET /getBlockTransactionsExt` - `GET /getConfigParam` - `GET /getConsensusBlock` - `GET /getExtendedAddressInformation` - `GET /getMasterchainBlockSignatures` - `GET /getMasterchainInfo` - `GET /getShardBlockProof` - `GET /getTokenData` - `GET /getTransactions` - `GET /getWalletInformation` - `GET /lookupBlock` - `GET /packAddress` - `GET /tryLocateResultTx` - `GET /tryLocateSourceTx` - `GET /tryLocateTx` - `GET /unpackAddress` - `POST /estimateFee` - `POST /jsonRPC` - `POST /runGetMethod` - `POST /sendBoc` - `POST /sendBocReturnHash` - `POST /sendQuery` ## ton-mainnet-indexer - rest All API endpoints are relative to the following base URL: `https://ton-mainnet.gateway.tatum.io/api/v3` The following is a curated list of supported REST API endpoints. Please refer to the official documentation for details on path parameters, query parameters, and request bodies. - `GET /accountStates` - `GET /actions` - `GET /addressBook` - `GET /addressInformation` - `GET /adjacentTransactions` - `GET /blocks` - `GET /events` - `GET /jetton/burns` - `GET /jetton/masters` - `GET /jetton/transfers` - `GET /jetton/wallets` - `GET /masterchainBlockShardState` - `GET /masterchainBlockShards` - `GET /masterchainInfo` - `GET /messages` - `GET /nft/collections` - `GET /nft/items` - `GET /nft/transfers` - `GET /topAccountsByBalance` - `GET /transactions` - `GET /transactionsByMasterchainBlock` - `GET /transactionsByMessage` - `GET /walletInformation` - `GET /walletStates` - `POST /estimateFee` - `POST /message` - `POST /runGetMethod`