Retrieve staking profit of a staker
Retrieve the staking profit information for a specified staker. This endpoint returns detailed profit data, including the owner's address, total chip amount, total chip value, and profit and loss (PNL) data over different time periods (one day, one week, one month).
GET
/nta/stakings/
{staker_address}
/profitPath Parameters
staker_address
Requiredstring
The address of the staker whose profit information is to be retrieved.
A successful response containing the staking profit information for the specified staker. The data includes the owner's address, total chip amount, total chip value, and profit and loss (PNL) data for one day, one week, and one month.