Staking rates

What is this endpoint for?

Returns time-series staking metrics for a specified blockchain protocol. The endpoint covers protocol-level data including validator counts, and yield metrics.

Endpoint

https://us.market-api.kaiko.io/v2/data/staking.v1/protocols/{protocol}

Parameters

Parameter
Required
Description
Example

protocol

Yes

The desired protocol code. If not specified, the endpoint will return the list of all protocol codes and methodologies.

solana

methodology

No

The desired metodology code.

epoch_aggregate_v1

start_time

No

Starting time in ISO 8601 (inclusive)

2023-01-25T00:00:00.00

end_time

No

Ending time in ISO 8601 (exclusive)

2023-01-25T00:00:00.00

start_date

No

Starting date in YYYYMMDD (inclusive).

20250101

end_sate

No

Ending date in YYYYMMDD (exclusive).

20250102

page_size

No

See Pagination Minimum: 1 Maximum: 1000

Default: 1000

100

sort

No

If asc, sort time-series in ascending. If desc, sort time-series in descending. Default: desc

asc

Fields

Field
Description
Example

date

Date at which the interval begins.

2026-04-21

protocol

Protocol code.

solana

apr

Daily APR

4.758636

validators

Number of validators

777

methodology

The methodology used to compute the APR

epoch_aggregate_v1

Request examples

Response example

Last updated

Was this helpful?