2021-11-18 11:43:59 -05:00

8 lines
128 B
Python

from pydantic import BaseModel
class Price(BaseModel):
token_address: str
timestamp_seconds: int
usd_price: float