listReturn a list of vaults

This endpoint will return a list of active vaults

Return a list of vaults

The GET /Vaults endpoint returns a list of active vaults and key information about them.

circle-info

Vaults with poolType of "0" are Fixed Term Vaultsarrow-up-right (V4)

Vaults with poolType of "1" are Flexible Term Vaultsarrow-up-right (V4)

Vaults with poolType of "2" are Dynamic Vaults (V5)

get
/poolEvents/{vaultAddress}/{accountAddress}

get Pool Events for a given accountAddress

Authorizations
x-api-keystringRequired
Path parameters
vaultAddressstring · EthAddrRequired
accountAddressstring · EthAddrRequired
Query parameters
startDayStrstringOptional

The start day in format YYYY-MM-DD or DD-MM-YYYY

Example: 2025-02-21Pattern: ^(\d{4}-\d{2}-\d{2}|\d{2}-\d{2}-\d{4})$
endDayStrstringOptional

The end day in format YYYY-MM-DD or DD-MM-YYYY

Example: 2025-03-21Pattern: ^(\d{4}-\d{2}-\d{2}|\d{2}-\d{2}-\d{4})$
Responses
chevron-right
200

Get Pool Events

application/json
get
/poolEvents/{vaultAddress}/{accountAddress}
200

Get Pool Events

Last updated