Skip to main content
GET
/
nbx
/
v2
/
emm
/
ticks
cURL Example
curl -X GET "$API/emm/ticks" \
  -H "Authorization: Bearer $TOKEN"
[
  0.001,
  0.002,
  0.003,
  0.004,
  0.005,
  "…",
  0.01,
  "…",
  0.05,
  0.055,
  "…",
  0.1,
  "…",
  0.5,
  "…",
  0.9,
  "…",
  0.945,
  0.95,
  "…",
  0.995,
  0.996,
  0.997,
  0.998,
  0.999
]

Documentation Index

Fetch the complete documentation index at: https://docs.novig.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successfully retrieved the tick table.

Example:
[
0.001,
0.002,
0.003,
0.004,
0.005,
"…",
0.01,
"…",
0.05,
0.055,
"…",
0.1,
"…",
0.5,
"…",
0.9,
"…",
0.945,
0.95,
"…",
0.995,
0.996,
0.997,
0.998,
0.999
]