Get wallet nfts
Wallet APIs
Get NFTs Holdings
Retrieve all NFTs owned by a specified wallet across supported blockchains, including contract details, token metadata, ownership, and optional pagination.
GET
Get wallet nfts
Documentation Index
Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
Use this file to discover all available pages before exploring further.
Query Details
| Parameter | Required | Description |
|---|---|---|
wallet | Yes | Wallet address whose NFTs will be retrieved. |
blockchains | Cond. | Comma-separated list of blockchains to query (e.g., ethereum,polygon). Defaults to all supported chains. |
page | Cond. | Page number for paginated results. |
offset | Cond. | Number of records to skip before returning results. |
limit | Cond. | Maximum number of NFTs per response. |
pagination | Cond. | Set to "true" to include pagination metadata in the response. |
- Either
pageoroffsetcan be used for pagination. - If
blockchainsis not provided, results include all supported chains. paginationparam by default set it to `false’.
Step-by-Step Tutorial and Video Walkthrough
- Check out the guide: Here
Usage Examples
- Query NFTs for a wallet on Ethereum
- Query NFTs with pagination enabled across all supported chains:
- Query NFTs for a wallet on Base and Ethereum
Query Parameters
Wallet address
Minimum string length:
1Comma-separated blockchain IDs
Page number (default: 1)
Offset for pagination
Maximum number of results (default: 100)