HomeDocumentationAPI Reference
Log In

Estimate Integrator Points

Method Name

public/estimate_integrator_points

Get all estimated points for EigenLayer, Swell, and EtherFi integrators.

Parameters

integrator string required
Integrator token to estimate points for.
enum swell etherfi kelp pendle ethena symbiotic
wallet string required
Account wallet address of the user (not smart contract owner).

Response

id string or integer required
result object required
result.eigenlayer_points string required
Estimated amount of EigenLayer points earned.
result.percent_share_of_points string required
Percentage of total points earned by user for integrator.
result.points string required
Estimated amount of integrator points earned.
result.total_eigenlayer_points string required
Total EigenLayer points for all users.
result.total_points string required
Total points for all users.
result.total_balance_hours_by_bridge object required
Total balance hours by bridge.

Example

{request_example_shell}
{request_example_javascript}
{request_example_python}

The above command returns JSON structured like this:

{response_example_json}