TypeScript shape
interface Price {
address: string;
timestamp: number | null;
networkId: number;
priceUsd: number;
blockNumber: number | null;
poolAddress: string | null;
confidence: number | null;
}
Timestamp of the price (if historical).
Block number used for pricing (if applicable).
The following fields are deprecated — pricing is no longer based on specific pools. They remain in the schema for backwards compatibility and may be removed in a future version.
Deprecated — pricing is no longer based on specific pools.
Deprecated — pricing is no longer based on specific pools.