GET
/
v1
/
tv
/
history
curl --request GET \
  --url https://api.orderly.org/v1/tv/history
{
  "s": "<string>",
  "t": [
    123
  ],
  "o": [
    123
  ],
  "h": [
    123
  ],
  "l": [
    123
  ],
  "c": [
    123
  ],
  "v": [
    123
  ]
}

Query Parameters

symbol
string
required
resolution
string
required
from
string
required
to
string
required

Response

200 - application/json
OK

The response is of type object.