Track a Mayan swap
track_orderLook up the status of a Mayan cross-chain swap using its source-chain transaction hash. Read-only.
Instructions
Look up the status of a Mayan swap by its source-chain transaction hash. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tx_hash | Yes | Source-chain transaction hash of the swap (EVM 0x… hash or Solana signature). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | Yes | Everything the explorer said about this swap, minus two things that say nothing about it: keys whose value is null, and the logo and block-explorer URLs meant for rendering a web page. No field describing the swap is removed. | |
| found | Yes | ||
| status | No | Mayan lifecycle status, e.g. SETTLED_ON_SOLANA. | |
| to_amount | No | ||
| dest_chain | No | ||
| from_amount | No | ||
| completed_at | No | ||
| dest_address | No | ||
| initiated_at | No | ||
| source_chain | No | ||
| to_token_symbol | No | ||
| from_token_symbol | No |