get_account_nfts
Retrieve all NFTs owned by an XRPL account, with optional limit and network selection for mainnet, testnet, or devnet.
Instructions
Get all NFTs (Non-Fungible Tokens) owned by an XRPL account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of NFTs to return (default: 100) | |
| account | Yes | The XRPL account address (starts with r) | |
| network | No | The XRPL network to query (default: mainnet) |