/api/token/prices/{token_addr}
Returns OHLC price history for a token.
/api/token/prices/{token_addr}?scale=<min|hour>Response example:
[
{
"t": 0,
"o": 0,
"h": 0,
"l": 0,
"c": 0,
"v": 0,
"tx_count": 0
}
]
CU cost 15
Last updated