REI Crypto MCP Server

by 0xReisearch

get_derivatives_overview

Retrieve summaries and volumes of all derivatives filtered by blockchain chain; customize response by excluding aggregated or breakdown charts for concise data analysis.

Instructions

GET /api/overview/derivatives

Lists all derivatives along summaries of their volumes filtering by chain. 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

Input Schema

NameRequiredDescriptionDefault
exclude_total_data_chartNo
exclude_total_data_chart_breakdownNo

Input Schema (JSON Schema)

{ "properties": { "exclude_total_data_chart": { "default": false, "title": "Exclude Total Data Chart", "type": "boolean" }, "exclude_total_data_chart_breakdown": { "default": false, "title": "Exclude Total Data Chart Breakdown", "type": "boolean" } }, "title": "get_derivatives_overviewArguments", "type": "object" }
ID: 0k74u5duux