# Tatum Blockchain Gateway **Official Documentation:** https://docs.tatum.io The following interfaces are available on this chain: - `stellar-testnet-horizon-rest` (rest) ## stellar-testnet-horizon-rest - rest All API endpoints are relative to the following base URL: `https://stellar-testnet.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 /` - `GET /accounts` - `GET /accounts/{account-id}` - `GET /accounts/{account-id}/data/{key}` - `GET /accounts/{account-id}/effects` - `GET /accounts/{account-id}/offers` - `GET /accounts/{account-id}/operations` - `GET /accounts/{account-id}/payments` - `GET /accounts/{account-id}/trades` - `GET /accounts/{account-id}/transactions` - `GET /assets` - `GET /claimable_balances` - `GET /claimable_balances/{claimable_balance_id}` - `GET /claimable_balances/{claimable_balance_id}/operations` - `GET /claimable_balances/{claimable_balance_id}/transactions` - `GET /effects` - `GET /fee_stats` - `GET /ledgers` - `GET /ledgers/{ledger-id}` - `GET /ledgers/{ledger-id}/effects` - `GET /ledgers/{ledger-id}/operations` - `GET /ledgers/{ledger-id}/payments` - `GET /ledgers/{ledger-id}/transactions` - `GET /liquidity_pools` - `GET /liquidity_pools/{liquidity-pool-id}` - `GET /liquidity_pools/{liquidity-pool-id}/effects` - `GET /liquidity_pools/{liquidity-pool-id}/operations` - `GET /liquidity_pools/{liquidity-pool-id}/trades` - `GET /liquidity_pools/{liquidity-pool-id}/transactions` - `GET /offers` - `GET /offers/{offer-id}` - `GET /offers/{offer-id}/trades` - `GET /operations` - `GET /operations/{operation-id}` - `GET /operations/{operation-id}/effects` - `GET /order_book` - `GET /paths/strict-receive` - `GET /paths/strict-send` - `GET /payments` - `GET /trade_aggregations` - `GET /trades` - `GET /transactions` - `GET /transactions/{transaction-id}` - `GET /transactions/{transaction-id}/effects` - `GET /transactions/{transaction-id}/effects` - `GET /transactions/{transaction-id}/operations` - `GET /transactions/{transaction-id}/payments` - `POST /transactions`