curl --request GET \
--url https://api.orderly.org/v1/tv/symbol_info
{
"s": "<string>",
"symbol": [
"<string>"
],
"description": [
"<string>"
],
"currency": [
"<string>"
],
"base-currency": [
"<string>"
],
"exchange-listed": [
"<string>"
],
"exchange-traded": [
"<string>"
],
"minmovement": [
123
],
"minmovement2": [
123
],
"fractional": [
true
],
"pricescale": [
123
],
"root": [
"<string>"
],
"root-description": [
"<string>"
],
"has-intraday": [
true
],
"has-no-volume": [
true
],
"type": [
"<string>"
],
"is-cfd": [
true
],
"ticker": [
"<string>"
],
"timezone": [
"<string>"
],
"session-regular": [
"<string>"
],
"session-extended": [
"<string>"
],
"session-premarket": [
"<string>"
],
"session-postmarket": [
"<string>"
],
"supported-resolutions": [
[
"<string>"
]
],
"has-daily": [
true
],
"intraday-multipliers": [
[
"<string>"
]
],
"has-weekly-and-monthly": [
true
],
"pointvalue": [
123
],
"expiration": [
123
],
"bar-source": [
"<string>"
],
"bar-transform": [
"<string>"
],
"bar-fillgaps": [
"<string>"
],
"isin": [
"<string>"
],
"wkn": [
"<string>"
]
}
Limit: 10 requests per 1 second per IP address
GET /v1/tv/symbol_info
curl --request GET \
--url https://api.orderly.org/v1/tv/symbol_info
{
"s": "<string>",
"symbol": [
"<string>"
],
"description": [
"<string>"
],
"currency": [
"<string>"
],
"base-currency": [
"<string>"
],
"exchange-listed": [
"<string>"
],
"exchange-traded": [
"<string>"
],
"minmovement": [
123
],
"minmovement2": [
123
],
"fractional": [
true
],
"pricescale": [
123
],
"root": [
"<string>"
],
"root-description": [
"<string>"
],
"has-intraday": [
true
],
"has-no-volume": [
true
],
"type": [
"<string>"
],
"is-cfd": [
true
],
"ticker": [
"<string>"
],
"timezone": [
"<string>"
],
"session-regular": [
"<string>"
],
"session-extended": [
"<string>"
],
"session-premarket": [
"<string>"
],
"session-postmarket": [
"<string>"
],
"supported-resolutions": [
[
"<string>"
]
],
"has-daily": [
true
],
"intraday-multipliers": [
[
"<string>"
]
],
"has-weekly-and-monthly": [
true
],
"pointvalue": [
123
],
"expiration": [
123
],
"bar-source": [
"<string>"
],
"bar-transform": [
"<string>"
],
"bar-fillgaps": [
"<string>"
],
"isin": [
"<string>"
],
"wkn": [
"<string>"
]
}
OK
The response is of type object
.