curl --request GET \
--url https://api.paxoslabs.com/v1/vaults/holders[
{
"id": 1,
"vault": "0x19e099b7aed41fa52718d780dda74678113c0b32",
"timestamp": 1733053355,
"total_count": 888
}
]Fetches an object containing each vault’s unique cumulative holders over time.
curl --request GET \
--url https://api.paxoslabs.com/v1/vaults/holders[
{
"id": 1,
"vault": "0x19e099b7aed41fa52718d780dda74678113c0b32",
"timestamp": 1733053355,
"total_count": 888
}
]The address of the vault. Optional.
"0x9Ed15383940CC380fAEF0a75edacE507cC775f22"
Return results starting from this timestamp. Optional.
1732679943
Return results before this timestamp. Optional.
173868000
Indicate if the results should show the most recent snapshot of holders count. Defaults to false. Optional.
false
Successful response.
ID of the blockchain.
1
Ethereum address of the vault.
"0x19e099b7aed41fa52718d780dda74678113c0b32"
Unix timestamp when the transaction occurred.
1733053355
Total number of unique holders at this timestamp, cumulative.
888