You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering issues with the Uniswap Trading API (https://trading-api-labs.interface.gateway.uniswap.org/v1/swap) when trying to swap an ERC20 token pair (e.g., WETH -> USDC) on the Sepolia testnet. The API has been consistently throwing HTTP errors recently:
502 error yesterday
404 error today
I've identified that the error is thrown at the SwapTransactionAsync step when performing a classicSwap, but I can't locate the original code of the API service.
Can anyone help me with that? Really appreciate it!
Not exactly the same issue, but I hear you. If the backend APIs were open source or more accessible, that would really help. At least then we could try to track down the root cause ourselves instead of waiting haha
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm encountering issues with the Uniswap Trading API (https://trading-api-labs.interface.gateway.uniswap.org/v1/swap) when trying to swap an ERC20 token pair (e.g., WETH -> USDC) on the Sepolia testnet. The API has been consistently throwing HTTP errors recently:
I've identified that the error is thrown at the
SwapTransactionAsyncstep when performing aclassicSwap, but I can't locate the original code of the API service.Can anyone help me with that? Really appreciate it!


All reactions