Power your dapp with our APIs and get best quotes
Start integrating now
Prevents front running and sandwich attacks by shielding your transactions from malicious actors
Mitigates transaction failures and fees during periods of high network congestion
Protects against high price impact and ensures fair trade execution
Blazing fast transaction speeds optimized for high frequency trading environments
Route assets across multiple liquidity pools without incurring additional fees, maximizing your returns
Automatically bundles and optimizes transactions to minimize overall gas consumption
Finds the best price by splitting orders across multiple protocols in real time
Aggregates liquidity from top DEXs and AMMs to ensure deep order books and minimal slippage
Real time dashboards displaying various metrics for all routed transactions
Protects againts any front-running attempts.
Prevents front running and sandwich attacks by shielding your transactions from malicious actors
Mitigates transaction failures and fees during periods of high network congestion
Protects against high price impact and ensures fair trade execution
Blazing fast transaction speeds optimized for high frequency trading environments
Route assets across multiple liquidity pools without incurring additional fees, maximizing your returns
Automatically bundles and optimizes transactions to minimize overall gas consumption
Finds the best price by splitting orders across multiple protocols in real time
Aggregates liquidity from top DEXs and AMMs to ensure deep order books and minimal slippage
Real time dashboards displaying various metrics for all routed transactions
Protects againts any front-running attempts.
Effortlessly onboard Taiko intents and liquidity sources into your application with the GlueX integration suite
curl 'https://router.gluex.xyz/v1/quote' \ -H 'content-type: application/json' \ -H 'x-api-key: <api-key>' \ --data-raw '{ "inputToken": "<input-token>", "outputToken": "<output-token>", "inputAmount": "<input-amount>", "userAddress": "0x220866B1A2219f40e72f5c628B65D54268cA3A9D", "outputReceiver": "0x220866B1A2219f40e72f5c628B65D54268cA3A9D", "chainID": "taiko", "uniquePID": "<unique-pid>", "isPermit2": false }'
Get self-executable quotes or sign executable intents with GlueX Router API
curl 'https://exchange-rates.gluex.xyz/' \ -H 'content-type: application/json' \ --data-raw '[{ "domestic_blockchain": "taiko", "domestic_token": "<domestic-token-address>", "foreign_blockchain": "taiko", "foreign_token": "<foreign-token-address>" }]'
Fetch the exchange rates among any pair of tokens across any chains with GlueX Exchange Rates API
# Request the historical APY data for a specific LP token on Ethereum # - lp_token_address: the address of the LP token contract or the pool contract # - chain: the blockchain identifier curl -X 'POST' \ 'https://yield-api.gluex.xyz/historical-apy' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "lp_token_address": "", "chain": "taiko" }' # Request the current “diluter” APY based on the deposit amount for a LP token # - lp_token_address: the address of the LP token contract or the pool contract # - chain: the blockchain identifier # - amount: the deposit amount in the token's smallest units curl -X 'POST' 'https://yield-api.gluex.xyz/diluted-apy' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "lp_token_address": "", "chain": "taiko", "amount": "100000000000" }'
Analyze liquidity pool yield performance and optimize capital deployment