get_market_status
Check real-time trading status of exchanges and financial markets using the Polygon-io MCP Server to stay informed on market availability and activity.
Instructions
Get current trading status of exchanges and financial markets.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
params | No |
Input Schema (JSON Schema)
{
"properties": {
"params": {
"anyOf": [
{
"type": "object"
},
{
"type": "null"
}
],
"default": null,
"title": "Params"
}
},
"title": "get_market_statusArguments",
"type": "object"
}