Staking Yields Daily
The staking yields daily endpoint returns staking rates for different protocols.
The endpoint requires an API key, and the protocol's symbol is specified using the symbol parameter. If the limit parameter is not specified, the latest value is returned. To ensure the chronological ordering of the index values, you should sort the values using the timestamp field. The endpoint only returns a maximum of 2000 records Example URL
Field | Type | Description |
---|---|---|
id | integer | The record's id in the source table. A id that equals 0 means that it is not an official value. |
created_at | string | ISO formatted datetime representing the calculation time |
symbol | string | The staking yield symbol. |
value | number | The yield value in percentage. |
timestamp | integer | Unix timestamp in milliseconds representing the calculation time. |
date | string | Date representing the calculation date |
get
https://www.vinterapi.com/api/v3/staking_yields_daily/
Please read the following for detailed information on parameters.
Last modified 3d ago