{"type":"object","properties":{"chain":{"type":"string"},"count":{"type":"number"},"priced":{"type":"number"},"failed":{"type":"number"},"results":{"type":"array","items":{"type":"object","properties":{"token":{"type":"string"},"chain":{"type":"string"},"symbol":{"type":"string"},"price_usd":{"type":"number"},"price_low":{"type":"number"},"price_high":{"type":"number"},"twap_5m":{"type":"number"},"confidence":{"type":"number"},"label":{"type":"string"},"liquidity_usd":{"type":"number"},"main_pool":{"type":"object","properties":{"dex":{"type":"string"},"address":{"type":"string"},"fee":{"type":"number"},"liquidity_usd":{"type":"number"},"price_usd":{"type":"number"}},"required":["dex","address","liquidity_usd","price_usd"]},"flags":{"type":"array","items":{"type":"string"}},"updated_at":{"type":"string","format":"date-time"},"status":{"type":"string","enum":["ok","not_found","no_liquidity","rpc_error","unpriceable"]},"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}}},"required":["token","chain","status"]}}},"required":["chain","count","priced","failed","results"]}