HomeDocumentationAPI Reference
Log In

Get Bridge Balances

Method Name

public/get_bridge_balances

Get current socker bridge balance and latest accrued balance hours.

Used to estimate Swell, EigenLayer and EtherFi points.

Parameters

Response

id string or integer required
result array of objects required
result[].balance string required
result[].balance_hours string required
result[].chain_id integer required
result[].integrator string required
result[].name string required

Example

{request_example_shell}
{request_example_javascript}
{request_example_python}

The above command returns JSON structured like this:

{response_example_json}