premiumIndex
Retrieve mark price and funding rate data for cryptocurrency trading pairs to support risk management and trading decisions.
Instructions
Get Mark Price and Funding Rate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Trading symbol |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"description": "Trading symbol",
"type": "string"
}
},
"type": "object"
}