Skip to main content
GET
List vault rewards (net of fees)

Authorizations

x-api-key
string
header
required

API key in format: pxl_<public_id>_

Query Parameters

pageSize
number
default:25

Max items per page. Default 25, max 100.

Required range: 1 <= x <= 100
Example:

25

pageToken
string

Opaque cursor from a prior nextPageToken.

vaultAddress
string
required

Vault contract address (0x + 40 hex chars).

Example:

"0x0000000000000000000000000000000000000001"

chainId
number
required

EVM chain ID.

Example:

1

startTime
string

Inclusive lower bound on the distribution snapshot timestamp. RFC 3339 UTC. When both startTime and endTime are omitted, defaults to (now - 14 days, now).

Example:

"2026-01-01T00:00:00Z"

endTime
string

Inclusive upper bound on the distribution snapshot timestamp. RFC 3339 UTC. When both startTime and endTime are omitted, defaults to (now - 14 days, now).

Example:

"2026-12-31T23:59:59Z"

Response

List of vault rewards (net of fees).

vaultRewards
object[]
required

Time-series list of vault rewards, net of fees.

nextPageToken
string

Opaque cursor for the next page. Omitted when there are no further results.

Example:

"eyJjdXJzb3IiOiJhYmMifQ=="