---
updatedAt: 2026-08-19T15:59:13.000Z
---

Fetch the complete documentation index at: https://docs.blockdaemon.com/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# XRP

> 📘
>
> See the [XRP RPC API connection guide](https://docs.blockdaemon.com/docs/access-xrp-rpc).

### `account`

| Method               | Notes                                                             | Compute Unit Value |
| -------------------- | ----------------------------------------------------------------- | ------------------ |
| `account_channels`   | Returns payment channels for which an account is the source.      | 5                  |
| `account_currencies` | Returns currencies an account can send or receive.                | 10                 |
| `account_info`       | Returns basic ledger data for an account.                         | 5                  |
| `account_lines`      | Returns an account's trust lines.                                 | 10                 |
| `account_nfts`       | Returns NFTs owned by an account.                                 | 10                 |
| `account_objects`    | Returns ledger objects owned by an account.                       | 50                 |
| `account_offers`     | Returns an account's currency-exchange offers.                    | 50                 |
| `account_tx`         | Returns transactions involving an account.                        | 50                 |
| `gateway_balances`   | Calculates balances issued by an account.                         | 10                 |
| `noripple_check`     | Returns recommended Default Ripple and No Ripple setting changes. | 5                  |

### `ledger`

| Method           | Notes                                           | Compute Unit Value |
| ---------------- | ----------------------------------------------- | ------------------ |
| `ledger`         | Returns information about a ledger version.     | 10                 |
| `ledger_closed`  | Returns the latest closed ledger index.         | 1                  |
| `ledger_current` | Returns the current working ledger index.       | 1                  |
| `ledger_data`    | Returns raw contents of a ledger version.       | 10                 |
| `ledger_entry`   | Returns one ledger entry from a ledger version. | 10                 |

### `transaction`

| Method               | Notes                                                      | Compute Unit Value |
| -------------------- | ---------------------------------------------------------- | ------------------ |
| `submit`             | Submits a transaction to the network.                      | 50                 |
| `submit_multisigned` | Submits a multisigned transaction to the network.          | 50                 |
| `transaction_entry`  | Returns a transaction from a specified ledger version.     | 5                  |
| `tx`                 | Returns a transaction from the server's available ledgers. | 5                  |

### `path and order book`

| Method               | Notes                                                              | Compute Unit Value |
| -------------------- | ------------------------------------------------------------------ | ------------------ |
| `book_offers`        | Returns offers to exchange one currency for another.               | 5                  |
| `deposit_authorized` | Returns whether one account may send payments directly to another. | 5                  |
| `nft_buy_offers`     | Returns buy offers for an NFToken.                                 | 10                 |
| `nft_sell_offers`    | Returns sell offers for an NFToken.                                | 10                 |
| `path_find`          | Finds payment paths and streams path updates.                      | 5                  |
| `ripple_path_find`   | Finds payment paths once between two accounts.                     | 10                 |

### `payment channel`

| Method              | Notes                                         | Compute Unit Value |
| ------------------- | --------------------------------------------- | ------------------ |
| `channel_authorize` | Signs a claim for funds in a payment channel. | 10                 |
| `channel_verify`    | Verifies a payment-channel claim signature.   | 10                 |