π£Get /quote
//the result is the same as the result of get routes,but has no tx and gasInfo
type Response = {
Β Β errno: number,
Β Β message: string,
Β Β data: {
Β Β Β Β items: Route[],
Β }
}Last updated
//the result is the same as the result of get routes,but has no tx and gasInfo
type Response = {
Β Β errno: number,
Β Β message: string,
Β Β data: {
Β Β Β Β items: Route[],
Β }
}Last updated