---
title: "Retrieve the historical incentives of an address"
method: GET
path: "/v1/address/incentives/historical/{network}/{address}"
tags: ["Address"]
---

# Retrieve the historical incentives of an address

`GET /v1/address/incentives/historical/{network}/{address}`

This endpoint is used to retrieve the inventives given to Obol Public Goods by an address.

## Path parameters

- `network` string, required
- `address` string, required

## Query parameters

- `date` string, date-time, required

## Response `200`

The address contributions object

- AddressIncentivesResponse
  - `operator_address` string, required — Operator address
  - `amount` string, required — The amount the recipient is entitled to
  - `index` number, required — The recipient’s index in the Merkle tree
  - `merkle_proof` string[], required — The Merkle proof (an array of hashes) generated for the recipient
  - `contract_address` string, required — The MerkleDistributor contract address.

## Other responses

- `400` — The Address provided is not valid
- `500` — An unknown error occurred

---

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