Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32300,6 +32300,17 @@ components:
max: '20384805835211'
min: '1000000000000'
multipleDelegations: false
EnterpriseStakeableCoinsResultExample:
summary: Enterprise Stakeable Coins Result Example
value:
- symbol: tmatic
disclaimer:
staking:
rewardPercentageRate: '4.2'
- symbol: gteth
disclaimer:
staking:
rewardPercentageRate: '6.5100'
EthDelegationResultsExample:
summary: Ethereum Delegation Results Example
value:
Expand Down Expand Up @@ -40151,6 +40162,35 @@ components:
anyOf:
- $ref: '#/components/schemas/WhitelistedAddressValue'
- $ref: '#/components/schemas/NonWhitelistedAddressValue'
DisclaimerAttributes:
type: object
properties:
staking:
type: object
properties:
info:
type: array
items:
type: string
transactionsNeeded:
type: number
stakeWarmupPeriodDesc:
type: string
rewardPercentageRate:
type: string
rewardsCompounding:
type: boolean
unstaking:
type: object
properties:
info:
type: array
items:
type: string
transactionsNeeded:
type: number
unStakeCooldownPeriodDesc:
type: string
DisputeClosure:
title: DisputeClosure
type: object
Expand Down Expand Up @@ -53764,6 +53804,8 @@ components:
type: boolean
l1Chain:
type: string
disclaimer:
$ref: '#/components/schemas/DisclaimerAttributes'
StakeableCoinsResult:
title: Stakeable coins
type: object
Expand Down