Retrieves the quote token address for a given chain and a pair of tokens.
The address of the quote token.
import { getQuoteToken } from '@clober/v2-sdk'const quote = await getQuoteToken({ chainId: 421614, token0: '0x00bfd44e79fb7f6dd5887a9426c8ef85a0cd23e0', token1: '0x0000000000000000000000000000000000000000',}) Copy
import { getQuoteToken } from '@clober/v2-sdk'const quote = await getQuoteToken({ chainId: 421614, token0: '0x00bfd44e79fb7f6dd5887a9426c8ef85a0cd23e0', token1: '0x0000000000000000000000000000000000000000',})
Retrieves the quote token address for a given chain and a pair of tokens.