cURL
curl --request GET \ --url https://stacks.aboki.xyz/api/bridge/status/{sessionId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "status": "<string>", "direction": "<string>", "amount": "<string>", "ethereumAddress": "<string>", "stacksAddress": "<string>", "depositTxHash": "<string>", "burnTxHash": "<string>", "createdAt": 123, "updatedAt": 123, "currentBalance": "<string>", "statusMessage": "<string>" }
Retrieves the current status and details of a bridge session with live balance checking.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Session ID from bridge initiation
Session details