Get all intent statuses for a transaction
GET/intents/tx/:txHash
Retrieve the status of all intents created in a specific transaction.
Supports batched intents where multiple intents are created in a single transaction.
This endpoint can be used to obtain intent IDs after initiating intent transactions.
Please favour using /intents/id/{intentId} to query intent status after obtaining the intent ID.
Request
Responses
- 200
- 401
- 404
- 500
Intent statuses retrieved successfully. Returns an array of IntentStatusResponse objects.
Response Headers
Unique request identifier for debugging and support
Unauthorized - Invalid or missing API key. Returns an Error object.
Response Headers
Unique request identifier for debugging and support
Transaction not found. Returns an Error object.
Response Headers
Unique request identifier for debugging and support
Internal server error. Returns an Error object.
Response Headers
Unique request identifier for debugging and support