Method Name
public/get_ethena_participants
public/get_ethena_participants
Get EOA wallet addresses (not SCW) that may have earned Ethena sats.
This is a helper function that an ethena script will call (in the ethena sat integration repo).
Ethena Repo: https://github.com/ethena-labs/ethena_sats_adapters
For each participant returned by this endpoint, the ethena integration script will:
1. Calculate the % of vault.totalSupply() held by user
2. Calculate the effective ethena balance by user
Parameters
vault_asset
string
required
The vault asset to get participants for |
Response
id
string or integer
required
|
result
object
required
|
result.participants
array of strings
required
List of EOA wallet addresses that may have earned Ethena sats |
Example
{request_example_shell}
{request_example_javascript}
{request_example_python}
The above command returns JSON structured like this:
{response_example_json}