get https://api.kiln.fi/v1/osmo/stakes
Get the status of OSMO stakes. Units are in uOSMO (10⁻⁶ OSMO).
Log in to see full request history
Responses
400Invalid parameters
401Unauthorized
500Internal server error
Get the status of OSMO stakes. Units are in uOSMO (10⁻⁶ OSMO).
400Invalid parameters
401Unauthorized
500Internal server error
xxxxxxxxxx
curl --request GET \
--url https://api.kiln.fi/v1/osmo/stakes \
--header 'accept: application/json; charset=utf-8'
xxxxxxxxxx
42}
{
"data": [
{
"validator_address": "osmovaloper146mj09yzu3mvz7pmy4dvs4z9wr2mst7rq8p8gy",
"delegator_address": "osmo1mfdn23y2ydnp6j3l3f8rw6r2gzazrmprgxn5xl",
"delegated_at": "2023-06-16T03:13:23.058547Z",
"delegated_block": 15739267,
"undelegated_at": "2023-07-14T03:56:13.561156Z",
"undelegated_block": 16126416,
"rewards": "735573808534727891000000",
"available_rewards": "36748808534727891000000",
"balance": "6300000000000000000000000",
"net_apy": 5.76,
"state": "active",
"updated_at": "2023-01-14T01:13:59Z",
"permissions": [
{
"source": "granter",
"creation_height": 15000000,
"permission": "Staking.MsgDelegate",
"expires_at": "2023-01-10T01:12:34Z",
"allow_list": [
"osmovaloper1xyz",
"osmovaloper1abc"
],