Das Get Assets By Owner
das_getAssetsByOwnerRetrieve NFTs/assets owned by a wallet address using DAS. Supports pagination and sorting for efficient asset discovery.
Instructions
Get all NFTs/assets owned by a wallet via DAS (supports pagination). SAP MCP context: Protocol das; operation class read. Use for read-only DAS NFT and asset discovery by owner, creator, collection, or search query. Prefer DAS reads before Metaplex writes when validating existing assets for an agent profile, collection, or metadata update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page pagination control for Das Get Assets By Owner. | |
| after | No | After parameter for Das Get Assets By Owner. | |
| limit | No | Limit controlling the maximum number of results returned by Das Get Assets By Owner. | |
| before | No | Before parameter for Das Get Assets By Owner. | |
| sortBy | No | Sort By parameter for Das Get Assets By Owner. | |
| ownerAddress | Yes | Solana public key (base58) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |