You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full implementation with all features supported. Implemented via FriendBot utility class (testnet/futurenet only)
Health
Endpoint
Method
Status
SDK Method
Streaming
Notes
/health
GET
✅
health
Full implementation with all features supported. Implemented via HealthRequestBuilder
Ledgers
Endpoint
Method
Status
SDK Method
Streaming
Notes
/ledgers
GET
✅
ledgers
✓
Full implementation with all features supported. Implemented via LedgersRequestBuilder
/ledgers/{ledger_id}
GET
✅
ledgers.ledger
Full implementation with all features supported. Implemented via TransactionsRequestBuilder
/ledgers/{ledger_id}/effects
GET
✅
effects.forLedger
✓
Full implementation with all features supported. Implemented via EffectsRequestBuilder
/ledgers/{ledger_id}/operations
GET
✅
operations.forLedger
✓
Full implementation with all features supported. Implemented via OperationsRequestBuilder
/ledgers/{ledger_id}/payments
GET
✅
payments.forLedger
✓
Full implementation with all features supported. Implemented via PaymentsRequestBuilder
/ledgers/{ledger_id}/transactions
GET
✅
transactions.forLedger
✓
Full implementation with all features supported. Implemented via TransactionsRequestBuilder
Liquidity_Pools
Endpoint
Method
Status
SDK Method
Streaming
Notes
/liquidity_pools
GET
✅
liquidityPools
Full implementation with all features supported. Implemented via LiquidityPoolsRequestBuilder
/liquidity_pools/{liquidity_pool_id}
GET
✅
liquidityPools.liquidityPool
Full implementation with all features supported. Implemented via LiquidityPoolsRequestBuilder
/liquidity_pools/{liquidity_pool_id}/effects
GET
✅
effects.forLiquidityPool
✓
Full implementation with all features supported. Implemented via EffectsRequestBuilder
/liquidity_pools/{liquidity_pool_id}/operations
GET
✅
operations.forLiquidityPool
✓
Full implementation with all features supported. Implemented via OperationsRequestBuilder
/liquidity_pools/{liquidity_pool_id}/trades
GET
✅
trades.forLiquidityPool
✓
Full implementation with all features supported. Implemented via TradesRequestBuilder
/liquidity_pools/{liquidity_pool_id}/transactions
GET
✅
transactions.forLiquidityPool
✓
Full implementation with all features supported. Implemented via TransactionsRequestBuilder
Offers
Endpoint
Method
Status
SDK Method
Streaming
Notes
/offers
GET
✅
offers
Full implementation with all features supported. Implemented via OffersRequestBuilder
/offers/{offer_id}
GET
✅
offers.offer
Full implementation with all features supported. Implemented via OffersRequestBuilder
/offers/{offer_id}/trades
GET
✅
trades.forOfferId
✓
Full implementation with all features supported. Implemented via query parameter instead of path segment. Use trades().forOfferId()
Operations
Endpoint
Method
Status
SDK Method
Streaming
Notes
/operations
GET
✅
operations
✓
Full implementation with all features supported. Implemented via OperationsRequestBuilder
/operations/{operation_id}
GET
✅
operations.operation
Full implementation with all features supported. Implemented via OperationsRequestBuilder
/operations/{operation_id}/effects
GET
✅
effects.forOperation
✓
Full implementation with all features supported. Implemented via EffectsRequestBuilder
Order_Book
Endpoint
Method
Status
SDK Method
Streaming
Notes
/order_book
GET
✅
orderBook
✓
Full implementation with all features supported. Implemented via OrderBookRequestBuilder
Paths
Endpoint
Method
Status
SDK Method
Streaming
Notes
/paths/strict-receive
GET
✅
strictReceivePaths
Full implementation with all features supported. Implemented via StrictReceivePathsRequestBuilder
/paths/strict-send
GET
✅
strictSendPaths
Full implementation with all features supported. Implemented via StrictSendPathsRequestBuilder
Payments
Endpoint
Method
Status
SDK Method
Streaming
Notes
/payments
GET
✅
payments
✓
Full implementation with all features supported. Implemented via PaymentsRequestBuilder
Trade_Aggregations
Endpoint
Method
Status
SDK Method
Streaming
Notes
/trade_aggregations
GET
✅
tradeAggregations
Full implementation with all features supported. Implemented via TradeAggregationsRequestBuilder
Trades
Endpoint
Method
Status
SDK Method
Streaming
Notes
/trades
GET
✅
trades
✓
Full implementation with all features supported. Implemented via TradesRequestBuilder
Transactions
Endpoint
Method
Status
SDK Method
Streaming
Notes
/transactions
GET
✅
transactions
✓
Full implementation with all features supported. Implemented via TransactionsRequestBuilder
/transactions
POST
✅
submitTransaction
Full implementation with all features supported. Implemented via submitTransaction() method
/transactions/{transaction_id}
GET
✅
transactions.transaction
Full implementation with all features supported. Implemented via TransactionsRequestBuilder
/transactions/{transaction_id}/effects
GET
✅
effects.forTransaction
✓
Full implementation with all features supported. Implemented via EffectsRequestBuilder
/transactions/{transaction_id}/operations
GET
✅
operations.forTransaction
✓
Full implementation with all features supported. Implemented via OperationsRequestBuilder
/transactions/{transaction_id}/payments
GET
✅
payments.forTransaction
✓
Full implementation with all features supported. Implemented via PaymentsRequestBuilder
Transactions_Async
Endpoint
Method
Status
SDK Method
Streaming
Notes
/transactions_async
POST
✅
submitTransactionAsync
Full implementation with all features supported. Implemented via submitTransactionAsync() method. Parameter transactionEnvelopeXdr is mapped to tx internally
Legend
✅ Fully Supported: Complete implementation with all features
⚠️Partially Supported: Basic functionality with some limitations
❌ Not Supported: Endpoint not implemented
🔄 Deprecated: Deprecated endpoint with alternative available