Staking History

Get staking accrual history

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.

get/api/staking/v1/{coin}/wallets/{walletId}/delegations/accruals

Path parameters

coin'ADA' | 'APT' | 'ASI' | 'KAVACOSMOS' | 'ATOM' | 'AVAXC' | 'AVAXP' | 'BABY' | 'BERA' | 'BLD' | 'BSC' | 'BTC' | 'COREDAO' | 'COREUM' | 'CRONOS' | 'CSPR' | 'DOT' | 'EIGEN' | 'ETH' | 'FLRP' | 'HASH' | 'HYPEEVM' | '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.

The staking asset.

walletIdstring required
Example:59cd72485007a239fb00282ed480da1f

The wallet ID.

Query parameters

range'HOURLY' | 'DAILY'

The time range for the data, either hourly or daily.

The time range for the data.

startDatestring date-time

The start date to search from.

endDatestring date-time

The end date to search from.

pageinteger nullable

The page number for pagination.

pageSizeinteger nullable

The page size for pagination.

sortBy'-createdDate' | 'createdDate'

Sort By field

Response

Successful Retrieving Delegation Accrual History

pageinteger

The page number for paging purposes.

totalPagesinteger

The total number of pages for paging purposes.

totalElementsinteger

The number of elements per page used for paging purposes.

Changes

Changed in 1 of the 20 revisions of this API.11

  • ef3f90264abc11See the full diff
    • added the new HYPEEVM enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new enum value HYPEEVM to the path request parameter coin

      request-parameter-enum-value-added