latestOpenAPI 3.0.02026-08-138371125.7 KB

707a88e0b355

Address

Retrieve the historical incentives of an address

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

get/v1/address/incentives/historical/{network}/{address}

Path parameters

networkstring required

The network to retrieve operators on

addressstring required

The address to check the incentives for.

Query parameters

datestring date-time required

Response

The address contributions object

operator_addressstring required

Operator address

amountstring required

The amount the recipient is entitled to

indexnumber required

The recipient’s index in the Merkle tree

merkle_proofstring[] required

The Merkle proof (an array of hashes) generated for the recipient

contract_addressstring required

The MerkleDistributor contract address.