Retrieve Staking Enterprise Information

get/api/staking/v1/{coin}/enterprises/{enterpriseId}

Retrieve staking staking information like staking delegated balance, rewards accrued, and rewards accrual annual percentage rate.

Path Parameters

  • coinstringRequired
    The staking asset.
  • enterpriseIdstringRequired
    The enterprise id representing the enterprise a user staked from

200 Response

enterpriseId string
The id of the enterprise where the the staking request was created from
coin string
The staking asset
delegated string
Delegated staked amount in “base units”
rewards string
Reward accrual amount in “base units”
apy string
Reward accrual annual percentage rate. Estimated yearly based on the last 7 days. Same methodology as leading beacon chain validator aggregators (e.g. https://beaconcha.in/validators)

400 Response

One of
code string
message string
status integer

401 Response

code string
message string
status integer

403 Response

code string
message string
status integer

404 Response

code string
message string
status integer

409 Response

code string
message string
status integer

500 Response

code string
message string
status integer