Token blocks
Token blocks are periodic snapshots of token-related data captured at specific blockchain blocks. These are used in vault logic and on-chain analytics.
Structure
Each token block object includes:
_id(string) — Unique identifiertokenId(string) — ID of the associated tokentokenAddress(string) — Ethereum address of the token (0x... format)price(string) — Price of the token at this blockblock(object) —number(number) — Block numbertimestamp(number) — Unix timestamp (UTC)
createdAt,updatedAt(string) — ISO timestampscreatedBy,updatedBy(string) — Actor IDs
Last updated

