OpenLiq Aggregator
  • Overview
    • 💡The Problem
    • ✨Our Solution
    • Introducition
  • OpenLiq Aggregator Specs
    • ⚙️Workflow
    • ⛓️Supported Chains
    • ⛓️Supported Chains for Solana
    • 📈Supported DEXs
    • 🌉Supported Bridges
    • 💸Fees
      • 📐Collect Fees
    • 📃Roadmap
    • Token economics
  • Developer
    • APIs
      • 🟪Index
      • 🟪Types
      • 🟣Get /routes
      • 🟣Get /route
      • 🟣Get /quote
      • 🟣Get /chains
      • 🟣Get /tokens
Powered by GitBook
On this page
  1. Developer
  2. APIs

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
}
PreviousGet /routesNextGet /quote

Last updated 10 months ago

🟣