Skip to main content
GET
Error

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"

Response

Latest tick

Latest market tick for a symbol.

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