Vaults
Get vault historical data
Get PnL and Account value historical timeseries for the given vault.
get/vaults/history
Query parameters
addressstring required
Vault Address
strategystring
Vault Strategy Address
type'pnl' | 'value' | 'price' required
Type of data
resolution'alltime' | '1h' | '8h' required
Resolution of data
Response
OK
Example response
{
"results": [
{
"address": "0x1234567890abcdef"
}
]
}Changes
Changed in 1 of the 50 revisions of this API.2
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ○
added the media type
application/jsonfor the response with the status400response-media-type-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○