cURL
curl --request GET \ --url https://api.odin.fun/v1/token/{id}/feed \ --header 'Authorization: Bearer <token>'
[ { "time": 123, "open": 123, "high": 123, "low": 123, "close": 123, "volume": 123 } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The resolution of the feed in seconds ( defaults to 1 day )
1440
UNIX date_from
UNIX date_to