Get /route
path
/trade/route
params
Name
type
need
Description
hash
string
√
the hash from Route.key
result
//the result is the same as the result of get routes,but has no tx and gasInfo
type Response = {
errno: number,
message: string,
data: Route
}
Last updated