Last updated 2 days ago
Query to get the list of user sTRX staking information.
/lend/strxStake/account
Query of the user addresses.
Page number.
Page size, maximum 1000.
Minimum amount of sTRX held.
curl -L \ --url 'https://openapi.just.network/lend/strxStake/account'
{ "code": 0, "message": "Success", "data": { "totalPage": 1, "list": [ { "addresses": "TU3kjFuhtEo42tsCBtfYUAZxoqQ4yuSLQ5", "availableWithdrawAmount": 150865439.643028, "unstakingAmount": 24120999.583032, "sTRXBalance": 1 } ], "totalCount": 1 } }