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
Name | Required | Description | Default |
---|---|---|---|
exclude_total_data_chart | No | ||
exclude_total_data_chart_breakdown | No |
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"
}