Skip to main content
GET
Retrieve all stakers

Headers

X-API-Token
string
required

API Token for authentication

Query Parameters

withTvl
enum<string>
default:false

Toggle whether the route should calculate the TVL from shares

Available options:
true,
false
Example:

"false"

updatedSince
string

Fetch stakers updated since this timestamp

Example:

"2024-04-11T08:31:11.000Z"

skip
string
default:0

The number of records to skip for pagination

Example:

0

take
string
default:12

The number of records to return for pagination

Example:

12

Response

The list of staker records.

data
object[]
required
meta
object
required