latestOpenAPI 3.0.02026-08-138371125.7 KB

707a88e0b355

Address

Retrieve obol incentives of an address

This endpoint is used to retrieve incentives an address owns

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

Path parameters

networkstring required

The network to retrieve operators on

addressstring required

The address to check the incentives for.

Response

The address incentives 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.