Yields API
Pull current and historical yield data for all assets supported by our infrastructure.
Get Yields
Request Headers
Name
Type
Description
Query Parameters
Name
Type
Description
// With 'extended' set to false
[
...
{
"currency": "Cosmos",
"yield": "0.09647",
"timestamp": "2019-09-03T12:00:06.559048",
},
{
"currency": "Tezos",
"yield": "0.07155",
"timestamp": "2019-09-03T12:00:48.148923",
}
...
]
// With 'extended' set to true
[
...
{
"currency": "Cosmos",
"yield": "0.09647",
"timestamp": "2019-09-03T12:00:06.559048",
"total_supply": 243828455907213,
"circulating_supply": 243828455907213,
"staked_supply": 177578277871531,
"staking_rate": "0.728290",
"inflation": "0.070256",
"inflation_total": "0.070256"
},
{
"currency": "Tezos",
"yield": "0.07155",
"timestamp": "2019-09-03T12:00:48.148923",
"total_supply": 806071727,
"circulating_supply": 806071727,
"staked_supply": 567656000,
"staking_rate": "0.704220",
"inflation": "0.050389",
"inflation_total": "0.050389"
}
...
]Get Currency Yield Time Series
Path Parameters
Name
Type
Description
Request Headers
Name
Type
Description
Query Parameters
Name
Type
Description
Last updated