Skip to main content
Glama

Polygon-io MCP Server

Official

get_snapshot_crypto_book

Retrieve a real-time snapshot of the order book for a specified cryptocurrency ticker using the Polygon-io MCP Server to monitor market depth and liquidity.

Instructions

Get snapshot for a crypto ticker's order book.

Input Schema

NameRequiredDescriptionDefault
paramsNo
tickerYes

Input Schema (JSON Schema)

{ "properties": { "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "ticker": { "title": "Ticker", "type": "string" } }, "required": [ "ticker" ], "title": "get_snapshot_crypto_bookArguments", "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/polygon-io/mcp_polygon'

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