Skip to main content

Get quotes

GET 

/quotes

get quotes from all relayers.

Request

Path Parameters

    originChainID integerrequired

    origin chain id to filter quotes by

    originTokenAddr stringrequired

    origin chain id to filter quotes by

    destChainID integerrequired

    destination chain id to filter quotes by

    destTokenAddr stringrequired

    destination token address to filter quotes by

    relayerAddr stringrequired

    relayer address to filter quotes by

Responses

OK

Schema

  • Array [

  • dest_amount string

    DestAmount is the max amount of liquidity which exists for a given destination token, provided in the destination token decimals

    dest_chain_id integer

    DestChainID is the chain which the relayer is willing to relay to

    dest_fast_bridge_address string

    DestFastBridgeAddress is the address of the fast bridge contract on the destination chain

    dest_token_addr string

    DestToken is the token address for which the relayer willing to relay to

    fixed_fee string

    FixedFee is the fixed fee for the quote, provided in the destination token terms

    max_origin_amount string

    MaxOriginAmount is the maximum amount of origin tokens bridgeable

    origin_chain_id integer

    OriginChainID is the chain which the relayer is willing to relay from

    origin_fast_bridge_address string

    OriginFastBridgeAddress is the address of the fast bridge contract on the origin chain

    origin_token_addr string

    OriginTokenAddr is the token address for which the relayer willing to relay from

    relayer_addr string

    Address of the relayer providing the quote

    updated_at string

    UpdatedAt is the time that the quote was last upserted

  • ]

Loading...