DexScreener MCP Server

get_token_orders

Check orders paid for a specific token

Input Schema

NameRequiredDescriptionDefault
chainIdYesChain ID (e.g., "solana")
tokenAddressYesToken address

Input Schema (JSON Schema)

{ "properties": { "chainId": { "description": "Chain ID (e.g., \"solana\")", "type": "string" }, "tokenAddress": { "description": "Token address", "type": "string" } }, "required": [ "chainId", "tokenAddress" ], "type": "object" }