v3

latestOpenAPI 3.0.32026-07-21128192192.7 KB
Partnership

Get aggregated information about staking for specific user. Requires associated x-api-key.

get/v1/partnership/staking/{master_address}/{address}

Path parameters

master_addressstring required
Example:EQCMtrnKhK82Yw6xHrLm_rJLkMYxeYIilhdmn6BnVGZ1PnBM
addressstring required
Example:UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV

Response

Aggregated staking info

total_pointsnumber required

Example response

{
  "locked_tokens": [
    {
      "token_address": "EQDY6PMeMbQSz7dltNN4RRTIxyuBJX4dQESOy8cWR2tUgBxH"
    }
  ],
  "paid_rewards": [
    {
      "token_address": "EQDY6PMeMbQSz7dltNN4RRTIxyuBJX4dQESOy8cWR2tUgBxH"
    }
  ],
  "positions": [
    {
      "locked_asset_address": "EQDY6PMeMbQSz7dltNN4RRTIxyuBJX4dQESOy8cWR2tUgBxH",
      "earned_rewards": [
        {
          "token_address": "EQDY6PMeMbQSz7dltNN4RRTIxyuBJX4dQESOy8cWR2tUgBxH"
        }
      ]
    }
  ]
}