RFQ API

Get quotes

get quotes from all relayers.

get/quotes

Query parameters

originChainIDinteger required

origin chain id to filter quotes by

originTokenAddrstring required

origin chain id to filter quotes by

destChainIDinteger required

destination chain id to filter quotes by

destTokenAddrstring required

destination token address to filter quotes by

relayerAddrstring required

relayer address to filter quotes by

Response

OK

dest_amountstring

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

dest_chain_idinteger

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

dest_fast_bridge_addressstring

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

dest_token_addrstring

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

fixed_feestring

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

max_origin_amountstring

MaxOriginAmount is the maximum amount of origin tokens bridgeable

origin_chain_idinteger

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

origin_fast_bridge_addressstring

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

origin_token_addrstring

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

relayer_addrstring

Address of the relayer providing the quote

updated_atstring

UpdatedAt is the time that the quote was last upserted

Changes

No recorded changes to this endpoint across all 1 revision of this API.