GET
List coins available to enterprise for staking
Retrieve a list of coins available for staking.
Path Params
-
enterpriseIdstring requiredThe enterprise ID.
Responses
200
Successful Retrieving a List of Stakeable Coins
Response Body
array of objects
-
symbolstring -
baseUnitstring -
isTokenboolean -
isTssboolean -
isMultiSigboolean -
l1Chainstring -
comingSoonboolean -
disclaimerobjectDisclaimer information specific to staking.disclaimer object
-
stakeWarmupPeriodDescstring nullableOptional description of the staking warmup period. -
rewardPercentageRatestring decimal nullableOptional reward percentage rate for staking. -
apyMarginOfErrorstring decimal nullableOptional margin of error for the APY rate. -
rewardsCompoundingbooleanTrue if rewards are compounded. -
periodobjectEstimation period details for staking.period object
-
periodLowstringLower bound of the period in seconds or blocks. -
periodHighstringUpper bound of the period in seconds or blocks. -
coinstringCoin associated with the period. -
typestring enumType of period (WARMUP, EXIT, COOLDOWN).WARMUPEXITCOOLDOWN
-
-
minStakestringMinimum amount required to stake. -
minStakeMorestring nullableMinimum additional amount to add to an active stake. -
stakingSubTypesarray of objects nullableOptional list of staking sub-types with their own disclaimers.stakingSubTypes object
-
typestringSub-type identifier. -
namestringSub-type display name. -
infoarray of stringsList of disclaimer messages for the sub-type. -
transactionsNeededintegerNumber of transactions required for the sub-type. -
rewardsCompoundingbooleanTrue if rewards are compounded for this sub-type. -
periodobjectEstimation period details for staking.period object
- Same shape as
EstimationPeriodAttributes.
- Same shape as
-
minStakestringMinimum staking amount for this sub-type. -
minStakeMorestring nullableOptional minimum additional stake required for this sub-type. -
urlstring nullableOptional URL for more information about this sub-type. -
iconNamestring nullableOptional icon name for UI representation. -
defaultApystring decimal nullableOptional default APY for this sub-type. -
stakeWarmupPeriodDescstring nullableOptional description of the staking warmup period for this sub-type. -
rewardPercentageRatestring decimal nullableOptional reward percentage rate for this sub-type. -
apyMarginOfErrorstring decimal nullableOptional margin of error for the APY rate for this sub-type. -
rewardCycleinteger nullableOptional time in seconds between reward distributions for this staking subtype. When present, this value overrides the base-level nextRewards.rewardCycle for this specific staking method.
-
-
infoarray of stringsList of disclaimer messages. -
transactionsNeededintegerNumber of transactions required.
-
-
jurisdictionsarray of stringsList of jurisdictions where staking is available for this coin.
400
Bad Request
Response Body
object
-
errorstring -
errorNamestring -
reqIdstring -
contextobject
401
Unauthorized
Response Body
object
-
errorstring -
errorNamestring -
reqIdstring -
contextobject
403
Forbidden
Response Body
object
-
errorstring -
errorNamestring -
reqIdstring -
contextobject
404
Not Found
Response Body
object
-
errorstring -
errorNamestring -
reqIdstring -
contextobject
500
Server Error - Transient error please try again
Response Body
object
-
errorstring -
errorNamestring -
reqIdstring -
contextobject