---
title: "Get staking accrual history"
method: GET
path: "/api/staking/v1/{coin}/wallets/{walletId}/delegations/accruals"
tags: ["Staking History"]
deprecated: true
---

# Get staking accrual history

`GET /api/staking/v1/{coin}/wallets/{walletId}/delegations/accruals`

> **Deprecated.**

**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.

## Path parameters

- `coin` 'ADA' | 'APT' | 'ASI' | 'KAVACOSMOS' | 'ATOM' | 'AVAXC' | 'AVAXP' | 'BABY' | 'BERA' | 'BLD' | 'BSC' | 'BTC' | 'COREDAO' | 'COREUM' | 'CRONOS' | 'CSPR' | 'DOT' | 'EIGEN' | 'ETH' | 'FLRP' | 'HASH' | 'INJECTIVE' | 'MATIC' | 'NEAR' | 'OSMO' | 'POL' | 'POLYX' | 'RETH-ROCKET' | 'SEI' | 'SOMI' | 'SOL' | 'STORY' | 'STX' | 'SUI' | 'SUI:WAL' | 'TAO' | 'TIA' | 'TON' | 'TRX' | 'WETH' | 'WCT' | 'WFLR' | 'XDC' | 'ZETA', required — The staking asset.
- `walletId` string, required

## Query parameters

- `range` 'HOURLY' | 'DAILY' — The time range for the data, either hourly or daily.
- `startDate` string, date-time
- `endDate` string, date-time
- `page` integer, nullable
- `pageSize` integer, nullable
- `sortBy` '-createdDate' | 'createdDate'

## Response `200`

Successful Retrieving Delegation Accrual History

- DelegationAccruals
  - `accruals` DelegationAccrual[] — An array of delegation accruals.
    - `delegationId` string — The delegation ID.
    - `coin` 'ADA' | 'APT' | 'ASI' | 'KAVACOSMOS' | 'ATOM' | 'AVAXC' | 'AVAXP' | 'BABY' | 'BERA' | 'BLD' | 'BSC' | 'BTC' | 'COREDAO' | 'COREUM' | 'CRONOS' | 'CSPR' | 'DOT' | 'EIGEN' | 'ETH' | 'FLRP' | 'HASH' | 'INJECTIVE' | 'MATIC' | 'NEAR' | 'OSMO' | 'POL' | 'POLYX' | 'RETH-ROCKET' | 'SEI' | 'SOMI' | 'SOL' | 'STORY' | 'STX' | 'SUI' | 'SUI:WAL' | 'TAO' | 'TIA' | 'TON' | 'TRX' | 'WETH' | 'WCT' | 'WFLR' | 'XDC' | 'ZETA' — The staking asset.
    - `enterpriseId` string — The enterprise ID.
    - `withdrawalAddress` string — The withdrawal address.
    - `delegationAddress` string — The delegation address.
    - `delegated` string — The total amount delegated (staked).
    - `pendingDelegated` string — The total amount pending to be delegated (staked).
    - `pendingUndelegated` string — The total amount pending to be undelegated (unstaked).
    - `rewardsReceived` string — The total rewards received over the lifetime of the delegation.
    - `locked` string — The total amount locked but not delegated (staked). Example is staking rewards not re-staked/compounding.
    - `date` string, date-time — The date and time of the accrual record.
    - `wallet` WalletAccrual
      - `walletId` string — The wallet ID.
      - `spendable` string — The total spendable (withdrawable) amount in the wallet.
  - `page` integer — The page number for paging purposes.
  - `totalPages` integer — The total number of pages for paging purposes.
  - `totalElements` integer — The number of elements per page used for paging purposes.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Server Error - Transient error please try again

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
