# Staking Activity of a Nominator

## API Parameters

### address
- **Type:** string  
- **Required:** yes  
- **Format:** `^1[a-zA-Z0-9]{40,50}$`  
- **Defaults to:** `11VR4pF6c7kfBhfmuwwjWY3FodeYBKWx7ix2rsRCU2q6hqJ`  
- **Description:** A single public address to check.

### accept
- **Type:** string  
- **Enum:** application/json, text/plain  
- **Defaults to:** `application/json`  
- **Description:** Generated from available response content types.

## HTTP Status Codes
- ``200``: Staking Activity of a Nominator  
- ``400``: Invalid value for: path parameter address  
- ``401``: Invalid or expired token  
- ``404``: Not Found  
- ``405``: Method Not Allowed  
- ``429``: Rate Limit Exceeded  
- ``500``: Internal Server Error  
- ``503``: Service Unavailable

## Example cURL Request
```shell
curl --request GET \
     --url https://svc.blockdaemon.com/reporting/staking/v1/polkadot/mainnet/nominator/active/11VR4pF6c7kfBhfmuwwjWY3FodeYBKWx7ix2rsRCU2q6hqJ \
     --header 'X-API-Key: ••••' \
     --header 'accept: application/json'
```

## Response Examples
### application/json
- ``200``
- ``401``
- ``405``
- ``429``
- ``500``
- ``503``

### text/plain
- ``400``
- ``404``
