Get the supertransaction quote for instructions
/v1/mee/quote
endpoint takes instructions generated from other endpoints (intent
, intent-simple
, build
, or compose
) and returns a quote with fee details and payloads to sign. Users can optionally specify a fee token to pay for gas in any of 10,000+ supported ERC-20 tokens.
feeToken
parameter enables gas payment in 10,000+ ERC-20 tokensParameter | Type | Description |
---|---|---|
type | string | Execution mode: smart-account , eoa , or eoa-7702 |
fromAddress | string | EVM wallet address of the user |
instructions | array | Instructions array from previous endpoints |
feeToken | object | Optional: Token for gas payment (if not specified, sponsorship will be used) |
fundingTokens | array | Optional: Tokens to deposit for execution |
authorization | object | Optional: EIP-7702 authorization for EOA delegation |
lowerBoundTimestamp | number | Optional: Lower bound timestamp for execution |
upperBoundTimestamp | number | Optional: Upper bound timestamp for execution |
feeToken
parameter allows gas payment in ERC-20 tokens:
permit
- EIP-712 permit signature requiredonchain
- Direct on-chain transactionsimple
- Simple message signatureintent
, intent-simple
, build
, or compose
endpointsfeeToken
to pay gas in ERC-20 tokensfeeToken
specified, sponsorship will be usedfeeToken
0x0000...0000
) for native token payment