Transaction status
GET /v1/tx/status — Poll a single transaction's on-chain status by its transaction id. Wraps Minara `/v1/tx/cross-chain/statuses`. The web U
GET /v1/tx/status
Poll a single transaction's on-chain status by its transaction id. Wraps Minara /v1/tx/cross-chain/statuses. The web UI's trade card polls this after a fill; chain only drives the explorer link.
| Method | GET |
| Path | /v1/tx/status |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | portfolio |
Response body
{ "transaction_id": "0x9f3c...", "status": "confirmed", "explorer_url": "https://...", "connected": true }