curl --location \
'https://api.uniblock.dev/uni/v1/stellar-http/fee_stats?chainId=stellar' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json'
{
"last_ledger": "50000000",
"last_ledger_base_fee": "100",
"ledger_capacity_usage": "0.97",
"fee_charged": {
"max": "100",
"min": "100",
"mode": "100",
"p10": "100",
"p20": "100",
"p30": "100",
"p40": "100",
"p50": "100",
"p60": "100",
"p70": "100",
"p80": "100",
"p90": "100",
"p95": "100",
"p99": "100"
},
"max_fee": {
"max": "100000",
"min": "100",
"mode": "100",
"p10": "100",
"p20": "100",
"p30": "100",
"p40": "100",
"p50": "100",
"p60": "100",
"p70": "100",
"p80": "100",
"p90": "100",
"p95": "100",
"p99": "100"
}
}
curl --location \
'https://api.uniblock.dev/uni/v1/stellar-http/fee_stats?chainId=stellar' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json'
{
"last_ledger": "50000000",
"last_ledger_base_fee": "100",
"ledger_capacity_usage": "0.97",
"fee_charged": {
"max": "100",
"min": "100",
"mode": "100",
"p10": "100",
"p20": "100",
"p30": "100",
"p40": "100",
"p50": "100",
"p60": "100",
"p70": "100",
"p80": "100",
"p90": "100",
"p95": "100",
"p99": "100"
},
"max_fee": {
"max": "100000",
"min": "100",
"mode": "100",
"p10": "100",
"p20": "100",
"p30": "100",
"p40": "100",
"p50": "100",
"p60": "100",
"p70": "100",
"p80": "100",
"p90": "100",
"p95": "100",
"p99": "100"
}
}
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.Documentation Index
Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt
Use this file to discover all available pages before exploring further.
stellar for mainnet or stellar-testnet for testnet.fee_stats - Get fee statisticsaccounts/{account_id} - Get account informationledgers/{sequence} - Get ledger informationtransactions/{transaction_hash} - Get transaction detailsaccounts/{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 tradesledgers - 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 effectstransactions - Get all transactionstransactions/{transaction_hash} - Get specific transactiontransactions/{transaction_hash}/operations - Get transaction operationstransactions/{transaction_hash}/effects - Get transaction effectsoperations - Get all operationsoperations/{id} - Get specific operationoperations/{id}/effects - Get operation effectspayments - Get all paymentsassets - 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 aggregationsliquidity_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 operationsclaimable_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 operationspaths/strict-receive - Find payment paths (strict receive)paths/strict-send - Find payment paths (strict send)fee_stats - Get fee statisticseffects - Get all effectscurl --location \
'https://api.uniblock.dev/uni/v1/stellar-http/fee_stats?chainId=stellar' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json'
{
"last_ledger": "50000000",
"last_ledger_base_fee": "100",
"ledger_capacity_usage": "0.97",
"fee_charged": {
"max": "100",
"min": "100",
"mode": "100",
"p10": "100",
"p20": "100",
"p30": "100",
"p40": "100",
"p50": "100",
"p60": "100",
"p70": "100",
"p80": "100",
"p90": "100",
"p95": "100",
"p99": "100"
},
"max_fee": {
"max": "100000",
"min": "100",
"mode": "100",
"p10": "100",
"p20": "100",
"p30": "100",
"p40": "100",
"p50": "100",
"p60": "100",
"p70": "100",
"p80": "100",
"p90": "100",
"p95": "100",
"p99": "100"
}
}
Was this page helpful?