/ledger/feenetwork-ledgerFeeLive network fee snapshot. Returns the current base fee, median fee, open-ledger fee, and minimum fee (all in drops) alongside the currently open ledger sequence. No database lookup — the response reflects current ledger state at request time.
| Name | Location | Details |
|---|---|---|
BearerAuth | Authorization header · bearer | JWT issued by the Honeycluster auth service for the `indexer` audience. Present as `Authorization: Bearer <token>`. |
| Field | Type | Description |
|---|---|---|
baseFeeDrops | string | Current base reference fee in drops. |
medianFeeDrops | string | Median fee (in drops) of transactions in the last closed ledger. |
openLedgerFeeDrops | string | Minimum fee (in drops) required to enter the currently open ledger. |
minimumFeeDrops | string | Minimum fee (in drops) accepted when the queue is empty. |
currentLedgerSequence | integer | Index of the currently open ledger. |
{
"baseFeeDrops": "10",
"medianFeeDrops": "5000",
"openLedgerFeeDrops": "12",
"minimumFeeDrops": "10",
"currentLedgerSequence": 103801288
}| Field | Type | Description |
|---|---|---|
message | string | The error message |
code | string | The error code |
issues | object[] | An array of issues that were responsible for the error |
issues[]. | string |
{
"code": "BAD_REQUEST",
"message": "Invalid input data",
"issues": []
}| Field | Type | Description |
|---|---|---|
message | string | The error message |
code | string | The error code |
issues | object[] | An array of issues that were responsible for the error |
issues[]. | string |
{
"code": "UNAUTHORIZED",
"message": "Authorization not provided",
"issues": []
}| Field | Type | Description |
|---|---|---|
message | string | The error message |
code | string | The error code |
issues | object[] | An array of issues that were responsible for the error |
issues[]. | string |
{
"code": "FORBIDDEN",
"message": "Insufficient access",
"issues": []
}| Field | Type | Description |
|---|---|---|
message | string | The error message |
code | string | The error code |
issues | object[] | An array of issues that were responsible for the error |
issues[]. | string |
{
"code": "NOT_FOUND",
"message": "Not found",
"issues": []
}| Field | Type | Description |
|---|---|---|
message | string | The error message |
code | string | The error code |
issues | object[] | An array of issues that were responsible for the error |
issues[]. | string |
{
"code": "INTERNAL_SERVER_ERROR",
"message": "Internal server error",
"issues": []
}