# Short Names of Ledger Entries

Some API methods, specifically the [account_objects method](/docs/references/http-websocket-apis/public-api-methods/account-methods/account_objects) and [ledger_data method](/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_data), allow filtering the ledger entries they return based on the type of ledger entry. The type field you specify can use either the canonical name of the [ledger entry](/docs/references/protocol/ledger-data/ledger-entry-types) or a short name, as in the following table.

The "Ownable" column indicates whether the ledger entry type can appear in owner directories. Ledger entries that are not ownable cannot appear in `account_objects` responses and cannot be used as a `type` filter in that method.

| Canonical Name | Short Name | Ownable | Related Amendment |
|  --- | --- | --- | --- |
| `AccountRoot` | `account` | No |  |
| `Amendments` | `amendments` | No |  |
| `AMM` | `amm` | No |  |
| `Bridge` | `bridge` | Yes |  |
| `Check` | `check` | Yes |  |
| `Credential` | `credential` | Yes |  |
| `Delegate` | `delegate` | Yes |  |
| `DepositPreauth` | `deposit_preauth` | Yes |  |
| `DID` | `did` | Yes |  |
| `DirectoryNode` | `directory` | No |  |
| `Escrow` | `escrow` | Yes |  |
| `FeeSettings` | `fee` | No |  |
| `LedgerHashes` | `hashes` | No |  |
| `MPToken` | `mptoken` | Yes |  |
| `MPTokenIssuance` | `mpt_issuance` | Yes |  |
| `NegativeUNL` | `nunl` | No |  |
| `NFTokenOffer` | `nft_offer` | Yes |  |
| `NFTokenPage` | `nft_page` | Yes |  |
| `Offer` | `offer` | Yes |  |
| `Oracle` | `oracle` | Yes |  |
| `PayChannel` | `payment_channel` | Yes |  |
| `PermissionedDomain` | `permissioned_domain` | Yes |  |
| `RippleState` | `state` | Yes |  |
| `SignerList` | `signer_list` | Yes |  |
| `Ticket` | `ticket` | Yes |  |
| `XChainOwnedClaimID` | `xchain_owned_claim_id` | Yes |  |
| `XChainOwnedCreate``AccountClaimID` | `xchain_owned_``create_account_claim_id` | Yes |  |