---
title: "Get ledger's fee details"
method: GET
path: "/v1/ledgers/{ledgerId}/fees"
tags: ["Ledgers"]
---

# Get ledger's fee details

`GET /v1/ledgers/{ledgerId}/fees`

## Path parameters

- `ledgerId` string, required

## Response `200`

- union
  - CoreCurrentFeesBitcoin
    - `high` CoreBitcoinFee, required
      - `satoshiPerVbyte` string, required — This field is a large decimal and represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.
    - `medium` CoreBitcoinFee, required
      - `satoshiPerVbyte` string, required — This field is a large decimal and represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.
    - `low` CoreBitcoinFee, required
      - `satoshiPerVbyte` string, required — This field is a large decimal and represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.
    - `type` 'Bitcoin', required
  - CoreCurrentFeesEthereum
    - `high` CoreEthereumFee, required
      - `gasPrice` string, required — This field is a large integer and represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.
      - `eip1559Prices` CoreEthereumEIP1559Prices
        - `basePrice` string, required — This field is a large integer and represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.
        - `priorityPrice` string, required — This field is a large integer and represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.
    - `medium` CoreEthereumFee, required
      - `gasPrice` string, required — This field is a large integer and represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.
      - `eip1559Prices` CoreEthereumEIP1559Prices
        - `basePrice` string, required — This field is a large integer and represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.
        - `priorityPrice` string, required — This field is a large integer and represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.
    - `low` CoreEthereumFee, required
      - `gasPrice` string, required — This field is a large integer and represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.
      - `eip1559Prices` CoreEthereumEIP1559Prices
        - `basePrice` string, required — This field is a large integer and represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.
        - `priorityPrice` string, required — This field is a large integer and represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.
    - `type` 'Ethereum', required
  - CoreCurrentFeesStellar
    - `high` CoreStellarFee, required
      - `baseFeeStroops` string, required — This field is a large integer and represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.
    - `medium` CoreStellarFee, required
      - `baseFeeStroops` string, required — This field is a large integer and represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.
    - `low` CoreStellarFee, required
      - `baseFeeStroops` string, required — This field is a large integer and represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.
    - `type` 'Stellar', required
  - CoreCurrentFeesXRPL
    - `high` CoreXrplFee, required
      - `multiplier` string, required — This field is a large integer and represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.
    - `medium` CoreXrplFee, required
      - `multiplier` string, required — This field is a large integer and represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.
    - `low` CoreXrplFee, required
      - `multiplier` string, required — This field is a large integer and represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.
    - `type` 'XRPL', required

## Other responses

- `400` — Invalid value for: path parameter ledgerId
- `401` — One of: Invalid JWT (InvalidJwtError); User not authorized (PermissionDeniedError)
- `404` — Entity or Domain not found (EntityNotFoundError)
- `405` — No fee information (NoFeeInformation)

---

[API](https://skmtc.net/ripple/apis/ripple-custody-api.md) · [All operations](https://skmtc.net/ripple/apis/ripple-custody-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ripple/ripple-custody-api/revisions/0b55c0ddf07a/schema)
