# Tatum Blockchain Gateway **Official Documentation:** https://docs.tatum.io The following interfaces are available on this chain: - `eos-jungle-rest` (rest) ## eos-jungle-rest - rest All API endpoints are relative to the following base URL: `https://eos-jungle.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 /v1/chain/get_info` - `POST /v1/chain/compute_transaction` - `POST /v1/chain/get_abi` - `POST /v1/chain/get_account` - `POST /v1/chain/get_accounts_by_authorizers` - `POST /v1/chain/get_activated_protocol_features` - `POST /v1/chain/get_block` - `POST /v1/chain/get_block_header_state` - `POST /v1/chain/get_block_info` - `POST /v1/chain/get_code` - `POST /v1/chain/get_code_hash` - `POST /v1/chain/get_currency_balance` - `POST /v1/chain/get_currency_stats` - `POST /v1/chain/get_finalizer_info` - `POST /v1/chain/get_info` - `POST /v1/chain/get_producer_schedule` - `POST /v1/chain/get_producers` - `POST /v1/chain/get_raw_abi` - `POST /v1/chain/get_raw_code_and_abi` - `POST /v1/chain/get_required_keys` - `POST /v1/chain/get_scheduled_transactions` - `POST /v1/chain/get_table_by_scope` - `POST /v1/chain/get_table_rows` - `POST /v1/chain/get_transaction_id` - `POST /v1/chain/get_transaction_status` - `POST /v1/chain/push_block` - `POST /v1/chain/push_transaction` - `POST /v1/chain/push_transactions` - `POST /v1/chain/send_read_only_transaction` - `POST /v1/chain/send_transaction` - `POST /v1/chain/send_transaction2` - `POST /v1/trace_api/get_block`