Endpoint
Description
This is the unified entry point for creating cross-chain intents. An action groups related intents together and provides a single tracking ID. Each intent within an action can have its own execution mode and chain batches.Request Body
Execution Modes
- 7702
- non-7702:presign (Not Implemented)
- non-7702:on-demand
EIP-7702 mode uses delegate contract for execution.
Schema Details
TokenTransfer
ChainAuthorization (7702 only)
Response
Success Response (201)
Error Responses
400 Bad Request
400 Bad Request
Example Request
Workflow
- Create Action: Submit action with intents
- Track Progress: Use returned
actionIdandintentIdsto monitor status - Execute Steps: Call
POST /actions/:actionId/intents/:intentIndex/steps/:stepIndexfor each step
Next Steps
After creating an action:- Get Action Status - Monitor action and intent status
- Execute Step - Execute individual steps
