Stakers
Retrieve all stakers
Returns all staker records. This endpoint supports pagination.
GET
/
stakers
Query Parameters
withTvl
enum<string>
default: falseToggle whether the route should calculate the TVL from shares
Available options:
true
, false
updatedSince
string
Fetch stakers updated since this timestamp
skip
string
default: 0The number of records to skip for pagination
take
string
default: 12The number of records to return for pagination
Response
200 - application/json
data
object[]
requiredmeta
object
requiredWas this page helpful?