Get User Data of sTRX Liquidity Staking
Query to get the list of user sTRX staking information.
Query parameters
addressesstringOptional
Query of the user addresses. (To query multiple addresses at the same time, please use ‘,’ to separate multiple addresses.)
pageNointeger · int64Optional
Page number.
pageSizeinteger · int64Optional
Page size, maximum 1000.
minStrxBalancestringOptional
Minimum amount of sTRX held.
Responses
200
Returns the list of user sTRX staking information.
application/json
400
Bad Request
application/json
get
GET /lend/strxStake/account HTTP/1.1
Host: openapi.just.network
Accept: */*
{
"code": 0,
"data": {
"totalPage": 1,
"list": [
{
"addresses": "TU3kjFuhtEo42tsCBtfYUAZxoqQ4yuSLQ5",
"availableWithdrawAmount": 150865439.643028,
"unstakingAmount": 24120999.583032,
"sTRXBalance": 1
}
],
"totalCount": 1
},
"message": "SUCCESS"
}
Last updated