Overview
Network Support
Network | HTTPS | WSS |
---|---|---|
Pubnet: Horizon & Soroban (90 day history) | ✅ | ❌ |
Testnet: Horizon & Soroban (90 day history) | ✅ | ❌ |
Pubnet: Horizon (Full History) | ✅ | ❌ |
Compute Units
Soroban
getEvents | 10 |
getHealth | 10 |
getLatestLedger | 10 |
getLedgerEntries | 10 |
getNetwork | 10 |
getTransaction | 10 |
sendTransaction | 10 |
simulateTransaction | 10 |
Horizon
GET /accounts | 20 |
GET /accounts/:account_id | 20 |
GET /accounts/:account_id/transactions | 20 |
GET /accounts/:account_id/operations | 20 |
GET /accounts/:account_id/payments | 20 |
GET /accounts/:account_id/effects | 20 |
GET /accounts/:account_id/offers | 20 |
GET /accounts/:account_id/trades | 20 |
GET /accounts/:account_id/data/:key | 20 |
GET /assets | 20 |
GET /claimable_balances | 20 |
GET /claimable_balances/:claimable_balance_id | 20 |
GET /claimable_balances/:claimable_balance_id/transactions | 20 |
GET /claimable_balances/:claimable_balance_id/operations | 20 |
GET /effects | 20 |
GET /ledgers/:sequence | 20 |
GET /ledgers/:sequence/transactions | 20 |
GET /ledgers/:sequence/payments | 20 |
GET /ledgers/:sequence/operations | 20 |
GET /ledgers/:sequence/effects | 20 |
GET /ledgers | 20 |
GET /liquidity_pools | 20 |
GET /liquidity_pools/:liquidity_pool_id | 20 |
GET /liquidity_pools/:liquidity_pool_id/effects | 20 |
GET /liquidity_pools/:liquidity_pool_id/trades | 20 |
GET /liquidity_pools/:liquidity_pool_id/transactions | 20 |
GET /liquidity_pools/:liquidity_pool_id/operations | 20 |
GET /offers | 20 |
GET /offers/:offer_id | 20 |
GET /offers/:offer_id/trades | 20 |
GET /operations/:id | 20 |
GET /operations/:id/effects | 20 |
GET /operations | 20 |
GET /payments | 20 |
GET /trades | 20 |
GET /transactions/:transaction_hash | 20 |
GET /transactions/:transaction_hash/operations | 20 |
GET /transactions/:transaction_hash/effects | 20 |
GET /transactions | 20 |
POST /transactions | 20 |
Last updated