sodax_get_intent
Retrieve details of a specific cross-chain intent using its unique intent hash. Choose between JSON or markdown format for the response.
Instructions
Look up a specific intent by its intent hash (different from transaction hash)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intentHash | Yes | The intent hash to look up (66 character hex string starting with 0x) | |
| format | No | Response format: 'json' for raw data or 'markdown' for formatted text | markdown |