Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

getRiskyBetsTokens

Identify tokens with risky bets by analyzing market cap, volume changes, holder metrics, and security scores using Moralis MCP Server for informed decision-making.

Instructions

Get tokens with risky bets

Input Schema

NameRequiredDescriptionDefault
max_market_capNoThe maximum market cap in usd of a token
one_month_price_percent_change_usdNoThe minimum one month price percent change of a token
one_month_volume_change_usdNoThe minimum one month volume change in usd of a token
one_week_holders_changeNoThe minimum one week holders change of a token
one_week_net_volume_change_usdNoThe minimum one week net volume change in usd of a token
security_scoreNoThe minimum security score of a token

Input Schema (JSON Schema)

{ "properties": { "max_market_cap": { "description": "The maximum market cap in usd of a token", "type": "number" }, "one_month_price_percent_change_usd": { "description": "The minimum one month price percent change of a token", "type": "number" }, "one_month_volume_change_usd": { "description": "The minimum one month volume change in usd of a token", "type": "number" }, "one_week_holders_change": { "description": "The minimum one week holders change of a token", "type": "number" }, "one_week_net_volume_change_usd": { "description": "The minimum one week net volume change in usd 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