Stellar Http
Stellar HTTP API
GET
Access all Stellar Horizon API endpoints through Uniblock’s unified interface. This playground allows you to test any Stellar Horizon endpoint interactively.
For complete endpoint documentation, visit Stellar Horizon API Docs.
Parameters
Network identifier. Use
stellar for mainnet or stellar-testnet for testnet.Stellar Horizon API endpoint path. Examples:
fee_stats- Get fee statisticsaccounts/{account_id}- Get account informationledgers/{sequence}- Get ledger informationtransactions/{transaction_hash}- Get transaction details
Common Endpoints
Account Endpoints
accounts/{account_id}- Get account informationaccounts/{account_id}/transactions- Get account transactionsaccounts/{account_id}/operations- Get account operationsaccounts/{account_id}/payments- Get account paymentsaccounts/{account_id}/effects- Get account effectsaccounts/{account_id}/offers- Get account offersaccounts/{account_id}/trades- Get account trades
Ledger Endpoints
ledgers- Get all ledgersledgers/{sequence}- Get specific ledgerledgers/{sequence}/transactions- Get ledger transactionsledgers/{sequence}/operations- Get ledger operationsledgers/{sequence}/payments- Get ledger paymentsledgers/{sequence}/effects- Get ledger effects
Transaction Endpoints
transactions- Get all transactionstransactions/{transaction_hash}- Get specific transactiontransactions/{transaction_hash}/operations- Get transaction operationstransactions/{transaction_hash}/effects- Get transaction effects
Operation Endpoints
operations- Get all operationsoperations/{id}- Get specific operationoperations/{id}/effects- Get operation effectspayments- Get all payments
Asset & Trading Endpoints
assets- Get all assetsoffers- Get all offersoffers/{offer_id}- Get specific offeroffers/{offer_id}/trades- Get offer tradestrades- Get all tradesorder_book- Get order booktrade_aggregations- Get trade aggregations
Liquidity Pool Endpoints
liquidity_pools- Get all liquidity poolsliquidity_pools/{liquidity_pool_id}- Get specific poolliquidity_pools/{liquidity_pool_id}/effects- Get pool effectsliquidity_pools/{liquidity_pool_id}/transactions- Get pool transactionsliquidity_pools/{liquidity_pool_id}/operations- Get pool operations
Claimable Balance Endpoints
claimable_balances- Get all claimable balancesclaimable_balances/{claimable_balance_id}- Get specific balanceclaimable_balances/{claimable_balance_id}/transactions- Get balance transactionsclaimable_balances/{claimable_balance_id}/operations- Get balance operations
Path Finding Endpoints
paths/strict-receive- Find payment paths (strict receive)paths/strict-send- Find payment paths (strict send)
Other Endpoints
fee_stats- Get fee statisticseffects- Get all effects
Returns
Response varies by endpoint. See Stellar Horizon API Docs for specific endpoint responses.