Skip to main content
GET
/
ticker
cURL
curl --request GET \
  --url https://sandbox.x.architect.co/api/ticker \
  --header 'Authorization: Bearer <token>'
{
  "ticker": {
    "tn": 1,
    "ts": 123,
    "h": "<string>",
    "i": "PRE_OPEN",
    "l": "<string>",
    "o": "<string>",
    "oi": 123,
    "p": "<string>",
    "q": 123,
    "s": "<string>",
    "v": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

symbol
string
required

Response

200 - application/json

Ticker details

ticker
object
required