Leveraged Active Multi Assets

The active leveraged assets endpoint returns information on all leveraged multi assets indexes.

The endpoint returns the index symbols that you can use when you query other endpoints. The endpoint does not require an API key and does not accept any parameters. Example URL

Response Fields

FieldTypeDescription

symbol

string

The symbol

leverage

number

Leverage Number

underlying_symbol

string

Underlying symbol

GET https://vinterapi.com/api/v3/active_leveraged_multi_assets/

{
  "result": "success",
  "message": "Success",
  "data": [
    {
      "symbol": "vntr-mc-5-x-1-d",
      "leverage": -1.0,
      "underlying_symbol": "vntr-mc-5-d"
    }
  ],
  "params": {
    
  }
}

Last updated