# Get total account delegation rewards

Get total amount of delegation rewards for an account.

```
GET /accounts/{public_key}/total-delegation-rewards
```

## Query params

None

## Sorting

None

## Optional properties

None

## Response

uint64

## Example

```bash
curl -X 'GET' \
  'https://api.testnet.cspr.cloud/accounts/01D4C0E543A1DBE84EC437C34E9E788A82F00580E5E12D8A2B187C6C4883479B1A/total-delegation-rewards' \
  -H 'Accept: application/json' \
  -H 'Authorization: 55f79117-fc4d-4d60-9956-65423f39a06a'
```

```json
{
  "data": 184403853254
}
```
