Skip to main content
GET
Reference

precisionVolume

Occasionally, you may encounter a value of 0 for precisionVolume. This is due to the underlying exchange returning 0 for the instrument’s trade size precision.We have noticed this behavior with several instruments on Kraken.

Authorizations

x-api-key
string
header
required

Headers

Accept-Encoding
string
default:gzip, deflate, br
required
api-version
string

Query Parameters

exchange
string

[Optional] Only return data for the given exchange(s) (comma separated)

instrument
string

Only return data for the given pair.

includeInactive
boolean

[Optional] If true, endpoint returns all instruments, including delisted ones. [Defaults] True | False*.

size
integer<int32>

[Optional] The number of records per page (only available when includeInactive=true).

startDate
string<date-time>

[Optional] Payload only includes instruments which have expiration after this date (inclusive). [Formats] seconds | milliseconds | iso8601 [Examples] 1578531600 | 1578531600000 | 2020-09-01T01:00:00

endDate
string<date-time>

[Optional] Payload only includes instruments which have expiration before this date (exclusive). [Formats] seconds | milliseconds | iso8601 [Examples] 1578531600 | 1578531600000 | 2020-09-01T01:00:00

includeOriginalReference
boolean

[Optional] If true, endpoint returns originalReference. [Defaults] True | False*.

underlying
string

[Optional] Filter for instruments whose underlying matches the value given. [Examples] btc | ETH

expiration
string<date-time>

[Optional] Filter for instruments that expire on the specified date. [Example] 2024-08-01

contractType
string

[Optional] Filter for instruments that match the contract type specified. [Examples] yearly | quarterly | monthly | weekly | daily | perpetual | prediction

timeFormat
string

[Optional] Time format of the timestamps in the return payload. [Defaults] milliseconds | ms* | iso | iso8601 | hr | human_readable

Response

200 - application/json

200

status
integer
default:0
Example:

200

title
string
Example:

"OK"

description
string
Example:

"Successful request"

payload
object