Skip to main content
GET
/
symbols
/
{symbol}
/
ticks
Error
A valid request URL is required to generate request examples
[
  {
    "ask": 95014,
    "bid": 95000,
    "flags": 6,
    "last": 0,
    "symbol": "BTCUSD",
    "time": 1777879028,
    "volume": 0
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.novosky.app/llms.txt

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

Authorizations

Authorization
string
header
required

Set API_TOKEN in .env to match the token configured on the server.

Path Parameters

symbol
string
required

Symbol name

Example:

"BTCUSD"

Query Parameters

count
integer
default:100

Number of ticks to return

Example:

1000

Response

Historical ticks

ask
number
Example:

95014

bid
number
Example:

95000

flags
integer
Example:

6

last
number
Example:

0

symbol
string
Example:

"BTCUSD"

time
integer

Tick time as Unix epoch (broker server time).

Example:

1777879028

volume
integer
Example:

0