Skip to main content
GET
Get Assets timeseries data
x402 Support: Supported (conditions apply). Conditions: x402 is available only when granularity is one of 1h, 1d. See the x402 guide.

Authorizations

X-Messari-API-Key
string
header
required

Path Parameters

granularity
enum<string>
default:1d
required

Time interval for data aggregation. Valid values: 1h (hourly), 6h (6-hour), 1d (daily)

Available options:
1h,
6h,
1d
Example:

"1d"

Query Parameters

start
string
default:2025-06-01T00:00:00Z

Time range start. Encoded as RFC3339 or unix timestamp.

Example:

"2025-06-01T00:00:00Z"

end
string
default:2025-06-07T00:00:00Z

Time range end. Encoded as RFC3339 or unix timestamp.

Example:

"2025-06-07T00:00:00Z"

assetIDs
string
default:bitcoin,ethereum
required

Asset slug or ID

Example:

"bitcoin,ethereum"

Response

Default response

data
object[]
required
error
string