/v1/execute endpoint. Biconomy’s MEE network handles all the blockchain complexity.
Execute Request
The request body is simple: the entire quote response with your signed payloads:Complete Example
Response
Tracking Execution
MEE Explorer
View real-time status at:Polling Status
Using AbstractJS SDK
If you’re using the SDK, there’s a built-in method:Error Handling
Common Issues
Invalid signature
Invalid signature
- Make sure you’re signing the exact payload from the quote
- Check you’re using the correct signing method for the
quoteType - Quotes expire—get a fresh one if too much time has passed
Insufficient balance
Insufficient balance
- Verify user has enough tokens for the operation
- Remember fees are deducted from balance too
- For EOA mode, check
fundingTokensmatches actual balance
Quote expired
Quote expired
- Quotes are valid for ~30 seconds
- Get a new quote if user takes too long to sign
- Consider showing a countdown in your UI
Execution failed after success: true
Execution failed after success: true
success: trueonly means the tx was accepted- Check MEE Explorer for actual execution status
- On-chain conditions may have changed (slippage, liquidity)
Full Flow Summary
Next Steps
Gasless Swaps
Build gasless trading experiences
Cross-Chain Swaps
Multi-chain swap tutorials
Full API Reference
Complete endpoint documentation
DeFi Examples
Lending, staking, and more