Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

getExperiencedBuyersTokens

Retrieve tokens with experienced buyers by filtering for minimum market cap, security score, and one-week buyer change, using the Moralis MCP Server.

Instructions

Get tokens with experienced buyers

Input Schema

NameRequiredDescriptionDefault
min_market_capNoThe minimum market cap in usd of a token
one_week_experienced_net_buyers_changeNoThe minimum one week experienced buyers change of a token
security_scoreNoThe minimum security score of a token

Input Schema (JSON Schema)

{ "properties": { "min_market_cap": { "description": "The minimum market cap in usd of a token", "type": "number" }, "one_week_experienced_net_buyers_change": { "description": "The minimum one week experienced buyers change of a token", "type": "number" }, "security_score": { "description": "The minimum security score of a token", "type": "number" } }, "type": "object" }
Install Server

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