Replies: 1 comment
-
The response of this API is either 502 or 404: Leave me a message if you need the cURLs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
SwapTransactionAsync
step when performing aclassicSwap
, but I can't locate the original code of the API service.Can anyone help me with that? Really appreciate it!


Beta Was this translation helpful? Give feedback.
All reactions