Tendermint Ecosystem
If you require assistance or need additional information to integrate Unagii Stake, reach out to us at support@unagii.com.
Get all network chain ids
GET
https://app.unagii.com/api/v1/tendermint/latest_chain_ids
Get network info
GET
https://app.unagii.com/api/v1/tendermint/network-info/{network}/{chainId}
Path Parameters
network
string
chainId
string
Get estimated APY
GET
https://app.unagii.com/api/v1/tendermint/yield/{network}/{chainId}
Path Parameters
network
string
chainId
string
Get chain total staked and staked ratio
GET
https://app.unagii.com/api/v1/tendermint/total-staked/{network}/{chainId}
Path Parameters
network
string
chainId
string
Get available balance
GET
https://app.unagii.com/api/v1/tendermint/balance/{network}/{chainId}/{address}
Path Parameters
network
string
chainId
string
address
string
Get staked balance
GET
https://app.unagii.com/api/v1/tendermint/delegators/swu/{network}/{chainId}/{address}
Path Parameters
network
string
chainId
string
address
string
Get unbonding delegations
GET
https://app.unagii.com/api/v1/tendermint/delegators/unbonding-delegations/list/{network}/{chainId}/{address}
Path Parameters
network
string
chainId
string
address
string
Get unclaimed rewards
GET
https://app.unagii.com/api/v1/tendermint/unclaimed-rewards/list/{network}/{chainId}/{address}
Path Parameters
network
string
chainId
string
address
string
Last updated
Was this helpful?