Prices

Get prices

Returns mark and index prices for specified assets. If no assets specified, returns all prices.

GET
/prices

Authorization

ApiKeyAuth ApiSignatureAuth ApiTimestampAuth
x-api-key<token>

API key for authentication

In: header

x-api-signature<token>

HMAC-SHA256 signature: base64(HMAC(timestamp + method + path + body, secret))

In: header

x-api-timestamp<token>

Unix timestamp in seconds

In: header

Query Parameters

assets?array<>

Assets to query. Empty means all assets.

Response Body

application/json