Skip to main content
GET
/
tickers
cURL
curl --request GET \
  --url https://gateway.architect.exchange/api/tickers \
  --header 'Authorization: Bearer <token>'
{
  "tickers": [
    {
      "tn": 1,
      "ts": 123,
      "m": "<string>",
      "oi": 1,
      "q": 123,
      "s": "<string>",
      "v": 123,
      "h": "<string>",
      "i": "CLOSED_FROZEN",
      "l": "<string>",
      "o": "<string>",
      "p": "<string>",
      "pl": "<string>",
      "pu": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

User session token

Response

200 - application/json

List of tickers

tickers
object[]
required