Skip to main content
GET
Retrieve all allocations for an operator addresses

Headers

X-API-Token
string
required

API Token for authentication

Path Parameters

address
string
required

The address of the operator

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x00107cfdeaddc0a3160ed2f6fedd627f313e7b1a"

Query Parameters

avsAddress
string

The address of the AVS

Pattern: ^0x[a-fA-F0-9]{40}$
operatorSetId
string
Pattern: ^\d+$
strategyAddress
string

The address of the restaking strategy

Pattern: ^0x[a-fA-F0-9]{40}$
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 allocations.

data
object[]
required
meta
object
required