# Tatum Blockchain Gateway **Official Documentation:** https://docs.tatum.io The following interfaces are available on this chain: - `ripple-mainnet-rest` (jsonrpc) ## ripple-mainnet-rest - jsonrpc The primary endpoint for making API calls is: `https://ripple-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. - `account_channels` - `account_currencies` - `account_info` - `account_lines` - `account_nfts` - `account_objects` - `account_offers` - `account_tx` - `amm_info` - `book_offers` - `channel_authorize` - `channel_verify` - `deposit_authorized` - `fee` - `gateway_balances` - `ledger` - `ledger_closed` - `ledger_current` - `ledger_data` - `ledger_entry` - `manifest` - `nft_buy_offers` - `nft_sell_offers` - `noripple_check` - `ping` - `random` - `ripple_path_find` - `server_definitions` - `server_info` - `server_state` - `submit` - `submit_multisigned` - `transaction_entry` - `tx` - `tx_history` - `version`