A promise that resolves with the latest chart log.
import { getLatestChartLog } from '@clober/v2-sdk'
const logs = await getLatestChartLog({
chainId: 421614,
quote: '0x00bfd44e79fb7f6dd5887a9426c8ef85a0cd23e0',
base: '0x0000000000000000000000000000000000000000',
})
Retrieves the latest chart log for a specific market.