Trader
Users and traders can use this API to fetch the best quote from all the integrated market makers.
Get Quote
Get the best quote for a trade
GET
api.proxy.rfq.dfyn.network/api/getQuote
Returns the best quote from all the available market makers
Query Parameters
Name
Type
Description
user*
String
address of the user
token0*
String
token0 (base token) address
token1*
String
token1 (quote token) address
amount0*
String
token0 (base token) amount
chainId*
String
chain ID
nonce*
uint
nonce of the user (can be fetched from the RFQ contract)
Last updated