MINARA

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.

MethodGET
Path/v1/tx/status
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryportfolio

Response body

{ "transaction_id": "0x9f3c...", "status": "confirmed", "explorer_url": "https://...", "connected": true }

On this page