This repository includes several example applications built in react to demonstrate how to incoporate our endpoints into your solutions.
These applications are NOT complete. Most endpoints require user authenticaion which this repository does not demonstrate. You are required to obtain and store your own authentication token using your prefered method.
Get average gas prices from the latest block for EIP-1559 or legacy evm networks.
Check out the Fluidefi API Documentation for more information.
Get a quote for a given output amount and swap path from a uniswapv2-compatible router.
Check out the Fluidefi API Documentation for more information.
Get a quote for a given input amount and swap path from a uniswapv2-compatible router
Check out the Fluidefi API Documentation for more information.