tokens

Get token bars by public token symbol

get/api/v1/tokens/{symbol}/bars

Path parameters

symbolstring required

Query parameters

timeframe'1h' | '1d' required

Bar timeframe. Supported values are 1h and 1d.

Bar timeframe. Supported values are 1h and 1d.

frominteger

Inclusive lower timestamp bound as Unix seconds.

Inclusive lower timestamp bound as Unix seconds.

tointeger

Inclusive upper timestamp bound as Unix seconds.

Inclusive upper timestamp bound as Unix seconds.

limitinteger

Maximum number of bars to return. Maximum 5000.

Maximum number of bars to return. Maximum 5000.

excludeLiveboolean

Set to true to return only finalized stored bars. By default, responses may include a synthesized live chart bar.

Set to true to return only finalized stored bars. By default, responses may include a synthesized live chart bar.

Response

Default Response

Changes

No recorded changes to this endpoint across all 1 revision of this API.