> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bridg.now/llms.txt
> Use this file to discover all available pages before exploring further.

# Get routes

> Which venues serve a corridor, and with which assets. `tokenSymbols` is capped; `tokenSymbolCount` is exact. `privacy=true` narrows to venues a private transfer may use. The response carries `Cache-Control: max-age=30` and an `ETag`.



## OpenAPI

````yaml openapi/openapi.json GET /bridge/routes
openapi: 3.1.0
info:
  title: Bridg API
  version: 1.0.0
  description: >-
    Quote, build, submit and track cross-chain transfers across every venue
    Bridg aggregates.
servers:
  - url: https://api.bridg.now/v1
security: []
paths:
  /bridge/routes:
    get:
      tags:
        - bridge
      summary: Get routes
      description: >-
        Which venues serve a corridor, and with which assets. `tokenSymbols` is
        capped; `tokenSymbolCount` is exact. `privacy=true` narrows to venues a
        private transfer may use. The response carries `Cache-Control:
        max-age=30` and an `ETag`.
      parameters:
        - schema:
            type: string
            enum:
              - ethereum
              - arbitrum
              - optimism
              - base
              - polygon
              - bnb
              - avalanche
              - linea
              - scroll
              - zksync
              - mantle
              - blast
              - mode
              - gnosis
              - celo
              - unichain
              - sonic
              - ink
              - plume
              - worldchain
              - monad
              - sei
              - xlayer
              - plasma
              - berachain
              - hyperevm
              - stable
              - robinhood
              - arc
              - fantom
              - zircuit
              - lisk
              - soneium
              - abstract
              - taiko
              - metis
              - moonbeam
              - aurora
              - cronos
              - opbnb
              - ronin
              - rootstock
              - citrea
              - botanix
              - katana
              - solana
              - fogo
              - eclipse
              - bitcoin
              - litecoin
              - dogecoin
              - bitcoincash
              - zcash
              - dash
              - sui
              - aptos
              - movement
              - starknet
              - tron
              - ton
              - stellar
              - cardano
              - xrpl
              - near
              - algorand
              - polkadot
              - assethub
              - injective
              - noble
              - osmosis
              - cosmoshub
              - hypercore
              - lighter
          required: true
          name: fromChain
          in: query
        - schema:
            type: string
            enum:
              - ethereum
              - arbitrum
              - optimism
              - base
              - polygon
              - bnb
              - avalanche
              - linea
              - scroll
              - zksync
              - mantle
              - blast
              - mode
              - gnosis
              - celo
              - unichain
              - sonic
              - ink
              - plume
              - worldchain
              - monad
              - sei
              - xlayer
              - plasma
              - berachain
              - hyperevm
              - stable
              - robinhood
              - arc
              - fantom
              - zircuit
              - lisk
              - soneium
              - abstract
              - taiko
              - metis
              - moonbeam
              - aurora
              - cronos
              - opbnb
              - ronin
              - rootstock
              - citrea
              - botanix
              - katana
              - solana
              - fogo
              - eclipse
              - bitcoin
              - litecoin
              - dogecoin
              - bitcoincash
              - zcash
              - dash
              - sui
              - aptos
              - movement
              - starknet
              - tron
              - ton
              - stellar
              - cardano
              - xrpl
              - near
              - algorand
              - polkadot
              - assethub
              - injective
              - noble
              - osmosis
              - cosmoshub
              - hypercore
              - lighter
          required: true
          name: toChain
          in: query
        - schema:
            anyOf:
              - type: boolean
              - type: string
                enum:
                  - 'true'
                  - 'false'
            default: false
          required: false
          name: privacy
          in: query
      responses:
        '200':
          description: One row per candidate venue
          content:
            application/json:
              schema:
                type: object
                properties:
                  fromChain:
                    type: string
                    enum:
                      - ethereum
                      - arbitrum
                      - optimism
                      - base
                      - polygon
                      - bnb
                      - avalanche
                      - linea
                      - scroll
                      - zksync
                      - mantle
                      - blast
                      - mode
                      - gnosis
                      - celo
                      - unichain
                      - sonic
                      - ink
                      - plume
                      - worldchain
                      - monad
                      - sei
                      - xlayer
                      - plasma
                      - berachain
                      - hyperevm
                      - stable
                      - robinhood
                      - arc
                      - fantom
                      - zircuit
                      - lisk
                      - soneium
                      - abstract
                      - taiko
                      - metis
                      - moonbeam
                      - aurora
                      - cronos
                      - opbnb
                      - ronin
                      - rootstock
                      - citrea
                      - botanix
                      - katana
                      - solana
                      - fogo
                      - eclipse
                      - bitcoin
                      - litecoin
                      - dogecoin
                      - bitcoincash
                      - zcash
                      - dash
                      - sui
                      - aptos
                      - movement
                      - starknet
                      - tron
                      - ton
                      - stellar
                      - cardano
                      - xrpl
                      - near
                      - algorand
                      - polkadot
                      - assethub
                      - injective
                      - noble
                      - osmosis
                      - cosmoshub
                      - hypercore
                      - lighter
                  toChain:
                    type: string
                    enum:
                      - ethereum
                      - arbitrum
                      - optimism
                      - base
                      - polygon
                      - bnb
                      - avalanche
                      - linea
                      - scroll
                      - zksync
                      - mantle
                      - blast
                      - mode
                      - gnosis
                      - celo
                      - unichain
                      - sonic
                      - ink
                      - plume
                      - worldchain
                      - monad
                      - sei
                      - xlayer
                      - plasma
                      - berachain
                      - hyperevm
                      - stable
                      - robinhood
                      - arc
                      - fantom
                      - zircuit
                      - lisk
                      - soneium
                      - abstract
                      - taiko
                      - metis
                      - moonbeam
                      - aurora
                      - cronos
                      - opbnb
                      - ronin
                      - rootstock
                      - citrea
                      - botanix
                      - katana
                      - solana
                      - fogo
                      - eclipse
                      - bitcoin
                      - litecoin
                      - dogecoin
                      - bitcoincash
                      - zcash
                      - dash
                      - sui
                      - aptos
                      - movement
                      - starknet
                      - tron
                      - ton
                      - stellar
                      - cardano
                      - xrpl
                      - near
                      - algorand
                      - polkadot
                      - assethub
                      - injective
                      - noble
                      - osmosis
                      - cosmoshub
                      - hypercore
                      - lighter
                  privacy:
                    type: boolean
                  routes:
                    type: array
                    items:
                      type: object
                      properties:
                        venue:
                          type: string
                        enabled:
                          type: boolean
                        tokenSymbols:
                          type: array
                          items:
                            type: string
                        tokenSymbolCount:
                          type: integer
                      required:
                        - venue
                        - enabled
                        - tokenSymbols
                        - tokenSymbolCount
                  generatedAt:
                    type: integer
                required:
                  - fromChain
                  - toChain
                  - privacy
                  - routes
                  - generatedAt
              example:
                fromChain: base
                toChain: solana
                privacy: false
                generatedAt: 1789929549480
                routes:
                  - venue: sideshift
                    enabled: true
                    tokenSymbols:
                      - AAVE
                      - EURC
                      - TBTC
                      - USDC
                      - USDE
                      - USDS
                      - cbBTC
                    tokenSymbolCount: 7
                  - venue: skip-go
                    enabled: true
                    tokenSymbols:
                      - USDC
                    tokenSymbolCount: 1
                  - venue: lifi
                    enabled: true
                    tokenSymbols:
                      - AAVE
                      - AIXBT
                      - ALEPH
                      - APE
                      - ARIO
                      - ARX
                      - AUSD
                      - AVAIL
                      - Anon
                      - BERRY
                      - BIO
                      - BITCOIN
                      - BR
                      - BRETT
                      - BRZ
                      - CAESAR
                      - CGPT
                      - CHEX
                      - CHIP
                      - CHZ
                      - CLANKER
                      - Cake
                      - DAI
                      - DEGEN
                      - DEUS
                      - DINO
                      - ENA
                      - ENG
                      - ESX
                      - ETH
                      - EURC
                      - FLUID
                      - FRAX
                      - G
                      - GILTS
                      - GOD
                      - GOLD
                      - HIGHER
                      - HOME
                      - HOT
                      - HUNT
                      - HYPER
                      - IOTX
                      - JitoSOL
                      - L3
                      - LABS
                      - LBTC
                      - LIBRA
                      - LINK
                      - LUNA
                    tokenSymbolCount: 119
                  - venue: mayan
                    enabled: true
                    tokenSymbols:
                      - ARB
                      - BITCOIN
                      - BOBO
                      - CBBTC
                      - EURC
                      - OP
                      - SOL
                      - SPX
                      - TBTC
                      - USDC
                      - USDT
                      - WETH
                      - WSTETH
                    tokenSymbolCount: 13
                  - venue: near-intents
                    enabled: true
                    tokenSymbols:
                      - USDC
                      - sUSDC
                    tokenSymbolCount: 2
                  - venue: across
                    enabled: true
                    tokenSymbols:
                      - ETH
                      - SPX
                      - USDC
                      - USDT
                      - cbBTC
                    tokenSymbolCount: 5
                  - venue: husher
                    enabled: true
                    tokenSymbols:
                      - USDC
                    tokenSymbolCount: 1
                  - venue: allbridge-core
                    enabled: true
                    tokenSymbols:
                      - USDC
                    tokenSymbolCount: 1
                  - venue: relay
                    enabled: true
                    tokenSymbols:
                      - SOL
                      - USDC
                      - USDT
                    tokenSymbolCount: 3
                  - venue: rhino
                    enabled: true
                    tokenSymbols:
                      - EURC
                      - USDC
                      - USDS
                      - USDT
                      - USDe
                    tokenSymbolCount: 5
                  - venue: meson
                    enabled: true
                    tokenSymbols:
                      - USDC
                    tokenSymbolCount: 1
                  - venue: owlto
                    enabled: true
                    tokenSymbols:
                      - USDC
                    tokenSymbolCount: 1
                  - venue: debridge
                    enabled: true
                    tokenSymbols:
                      - $CAT
                      - $KITA
                      - AAA
                      - AAPL
                      - AAVE
                      - ABE
                      - AC
                      - ACID
                      - ACM
                      - ACOLYT
                      - ACS
                      - AETHER
                      - AFC
                      - AGENT
                      - AI
                      - AIDOGE
                      - AIINU
                      - AIKEK
                      - AIM
                      - AION
                      - AIPUMP
                      - AIRENE
                      - AITECH
                      - AIX
                      - AIXBT
                      - ALA
                      - ALBERT
                      - ALCH
                      - ALEPH
                      - ALI
                      - ALIEN
                      - ALL
                      - ALPHA
                      - AM
                      - AMAI
                      - AMC
                      - AMD
                      - AMELIA
                      - AMZN
                      - ANDY
                      - ANI
                      - ANIME
                      - ANON
                      - ANTS
                      - APED
                      - APU
                      - APX
                      - ARC
                      - ARG
                      - ARIO
                    tokenSymbolCount: 776
                  - venue: symbiosis
                    enabled: true
                    tokenSymbols:
                      - AAVE
                      - BONK
                      - FARTCOIN
                      - LINK
                      - SOL
                      - TRUMP
                      - USDC
                    tokenSymbolCount: 7
                  - venue: layerswap
                    enabled: true
                    tokenSymbols:
                      - SOL
                      - USDC
                      - USDT
                      - USDe
                      - WETH
                    tokenSymbolCount: 5
                  - venue: eco
                    enabled: true
                    tokenSymbols:
                      - USDC
                    tokenSymbolCount: 1
                  - venue: cctp
                    enabled: true
                    tokenSymbols:
                      - USDC
                    tokenSymbolCount: 1
                  - venue: simpleswap
                    enabled: true
                    tokenSymbols:
                      - HOME
                      - USDC
                      - VIRTUAL
                    tokenSymbolCount: 3
        '304':
          description: The `If-None-Match` validator still matches; the body is unchanged
        '400':
          description: >-
            Malformed request, an unknown asset, or a signed transaction that is
            not what we built
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: object
                    properties:
                      code:
                        type: string
                      message:
                        type: string
                      details:
                        type: object
                        additionalProperties:
                          nullable: true
                      retryAfterMs:
                        type: integer
                    required:
                      - code
                      - message
                required:
                  - error
        '404':
          description: No such decision or transfer, or the aggregator is switched off
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: object
                    properties:
                      code:
                        type: string
                      message:
                        type: string
                      details:
                        type: object
                        additionalProperties:
                          nullable: true
                      retryAfterMs:
                        type: integer
                    required:
                      - code
                      - message
                required:
                  - error
        '409':
          description: >-
            The decision is indicative, the quote expired or drifted, the venue
            is ineligible, or execution is switched off
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: object
                    properties:
                      code:
                        type: string
                      message:
                        type: string
                      details:
                        type: object
                        additionalProperties:
                          nullable: true
                      retryAfterMs:
                        type: integer
                    required:
                      - code
                      - message
                required:
                  - error
        '429':
          description: Rate limited; retry after `retryAfterMs`
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: object
                    properties:
                      code:
                        type: string
                      message:
                        type: string
                      details:
                        type: object
                        additionalProperties:
                          nullable: true
                      retryAfterMs:
                        type: integer
                    required:
                      - code
                      - message
                required:
                  - error
        '502':
          description: The venue refused to build, or the broadcast was rejected
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: object
                    properties:
                      code:
                        type: string
                      message:
                        type: string
                      details:
                        type: object
                        additionalProperties:
                          nullable: true
                      retryAfterMs:
                        type: integer
                    required:
                      - code
                      - message
                required:
                  - error

````