Skip to main content
With your signed payload ready, submit it to the /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

success: true means the transaction was accepted for execution, not that it’s complete. Use the supertxHash to track actual completion.

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

  • 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
  • Verify user has enough tokens for the operation
  • Remember fees are deducted from balance too
  • For EOA mode, check fundingTokens matches actual balance
  • Quotes are valid for ~30 seconds
  • Get a new quote if user takes too long to sign
  • Consider showing a countdown in your UI
  • success: true only 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