Check Transaction Status
Endpoint: GET /status
GET /status Query params
/status?
routeId=
&stepId=
&txnHash=Response:
{
routeId: string;
stepId: string;
status: TxnStatus;
srcTxnHash?: string;
srcTxnUrl?: string;
destTxnHash?: string;
destTxnUrl?: string;
points?: number;
}Example
Last updated