REI Crypto MCP Server

by 0xReisearch

get_options_overview

Retrieve summaries of volumes and historical data for options DEXs using configurable parameters to refine results, such as excluding aggregated or broken-down charts and specifying data types.

Instructions

GET /api/overview/options

List all options dexs along with summaries of their volumes and dataType history data. Parameters: exclude_total_data_chart: true to exclude aggregated chart from response exclude_total_data_chart_breakdown: true to exclude broken down chart from response data_type: desired data type (default: 'dailyNotionalVolume')

Input Schema

NameRequiredDescriptionDefault
data_typeNodailyNotionalVolume
exclude_total_data_chartNo
exclude_total_data_chart_breakdownNo

Input Schema (JSON Schema)

{ "properties": { "data_type": { "default": "dailyNotionalVolume", "enum": [ "dailyPremiumVolume", "dailyNotionalVolume" ], "title": "Data Type", "type": "string" }, "exclude_total_data_chart": { "default": true, "title": "Exclude Total Data Chart", "type": "boolean" }, "exclude_total_data_chart_breakdown": { "default": true, "title": "Exclude Total Data Chart Breakdown", "type": "boolean" } }, "title": "get_options_overviewArguments", "type": "object" }
ID: 0k74u5duux