Skip to main content

Symbol Price Ticker

API Description#

Get spot index price for option underlying.

HTTP Request#

GET /eapi/v1/index

Request Weight#

1

Request Parameters#

NameTypeMandatoryDescription
underlyingSTRINGYESSpot pair(Option contract underlying asset, e.g BTCUSDT)

Response Example#

{   "time": 1656647305000,   "indexPrice": "9200" // Current spot index price}