Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

solana_getsnipersbypairaddress

Retrieve all snipers for a specific token pair address on Solana networks. Input the network, pair address, and blocks after creation to query blockchain data using the Moralis MCP Server's REST API wrapper.

Instructions

Get all snipers.

Input Schema

NameRequiredDescriptionDefault
blocksAfterCreationNo
networkYesThe network to query
pairAddressYesThe address of the pair to query

Input Schema (JSON Schema)

{ "properties": { "blocksAfterCreation": { "type": "number" }, "network": { "description": "The network to query", "enum": [ "mainnet", "devnet" ], "type": "string" }, "pairAddress": { "description": "The address of the pair to query", "type": "string" } }, "required": [ "network", "pairAddress" ], "type": "object" }

Other Tools from Moralis MCP Server

Related Tools

    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/MoralisWeb3/moralis-mcp-server'

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