You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Retrieve staking delegation accrual history.
29247
+
description: '**Deprecated.** This endpoint is being decommissioned. Please use `/{coin}/reward-accrual-report` (https://app.bitgo-test.com/api/staking/v1/{coin}/reward-accrual-report) for reward reports. Retrieve staking delegation accrual history.'
29232
29248
operationId: v1.staking.reward.accrual
29249
+
x-internal: false
29233
29250
parameters:
29234
29251
- $ref: '#/components/parameters/pathCoin2'
29235
29252
- $ref: '#/components/parameters/pathWalletId1'
@@ -29282,6 +29299,7 @@ paths:
29282
29299
summary: List staking wallet tokens
29283
29300
description: Get staking wallets for a specific wallet ID that has been used for staking tokens.
29284
29301
operationId: v1.staking.wallet.tokens
29302
+
x-internal: false
29285
29303
parameters:
29286
29304
- $ref: '#/components/parameters/pathCoin2'
29287
29305
- $ref: '#/components/parameters/pathWalletId1'
@@ -29313,6 +29331,7 @@ paths:
29313
29331
summary: Get staking requirements
29314
29332
description: Retrieve staking wallet state attribute information.
29315
29333
operationId: v1.staking.wallet.attributes
29334
+
x-internal: false
29316
29335
parameters:
29317
29336
- $ref: '#/components/parameters/pathCoin2'
29318
29337
- $ref: '#/components/parameters/pathWalletId1'
@@ -29371,6 +29390,7 @@ paths:
29371
29390
summary: List coins available for staking
29372
29391
description: Retrieve a list of coins available for staking and additional information.
29373
29392
operationId: v1.staking.coins
29393
+
x-internal: false
29374
29394
parameters:
29375
29395
- $ref: '#/components/parameters/queryPage'
29376
29396
- $ref: '#/components/parameters/queryPageSize1'
@@ -29411,6 +29431,7 @@ paths:
29411
29431
summary: List staking validators for a wallet
29412
29432
description: Returns a list of staking validators for a wallet, and includes the total delegated amount and the amount of accrued rewards.
29413
29433
operationId: v1.validators.list
29434
+
x-internal: false
29414
29435
parameters:
29415
29436
- $ref: '#/components/parameters/pathCoin2'
29416
29437
- $ref: '#/components/parameters/pathWalletId1'
@@ -29465,6 +29486,7 @@ paths:
29465
29486
summary: List staking partnered validators
29466
29487
description: Returns a list of staking partnered validators.
29467
29488
operationId: v1.partneredValidators.list
29489
+
x-internal: false
29468
29490
parameters:
29469
29491
- $ref: '#/components/parameters/coin1'
29470
29492
- name: enterpriseId
@@ -29536,6 +29558,7 @@ paths:
29536
29558
summary: Get staking license
29537
29559
description: Returns a staking license for the given enterprise.
0 commit comments