Skip to main content
GET
/
tickers
cURL
curl --request GET \
  --url https://sandbox.x.architect.co/api/tickers \
  --header 'Authorization: Bearer <token>'
{
  "tickers": [
    {
      "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.

Response

200 - application/json

List of tickers

tickers
object[]
required