Skip to main content
Glama

MCP Helius

by dcSpark

helius_get_assets_by_owner

Retrieve assets associated with a specific Solana wallet address using the MCP Helius server's Helius API integration. Specify the owner address, page, and limit parameters to fetch detailed asset information efficiently.

Instructions

Get assets owned by a specific address

Input Schema

NameRequiredDescriptionDefault
limitNo
ownerYes
pageNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "type": "number" }, "owner": { "type": "string" }, "page": { "type": "number" } }, "required": [ "owner" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dcSpark/mcp-server-helius'

If you have feedback or need assistance with the MCP directory API, please join our Discord server