v1
latestOpenAPI 3.1.02026-07-2411205.0 MBTrading View History
get/api/dtao/tradingview/udf/history
Query parameters
symbolstring required
SUB- followed by subnet netuid "SUB-19"
resolutionstring required
granularity of data (possible values: 1,5,15,60 for minutes, 1D, 7D, 30D for days)
frominteger required
unix timestamp
tointeger required
unix timestamp
Response
200
Example response
{
"s": "ok",
"t": [
1743975744
],
"c": [
0.112485
],
"o": [
0.121455
],
"h": [
0.126404
],
"l": [
0.107904
],
"v": [
10185.2743107528
]
}