Skip to main content
Glama

MCP Helius

by dcSpark

helius_get_assets_by_group

Retrieve assets from Solana blockchain using a specific group key and value via MCP Helius, enabling targeted data access for wallets, tokens, and NFTs with pagination support.

Instructions

Get assets by group key and value

Input Schema

NameRequiredDescriptionDefault
groupKeyYes
groupValueYes
limitNo
pageNo

Input Schema (JSON Schema)

{ "properties": { "groupKey": { "type": "string" }, "groupValue": { "type": "string" }, "limit": { "type": "number" }, "page": { "type": "number" } }, "required": [ "groupKey", "groupValue" ], "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