cURL
curl --request POST \ --url https://stacks.aboki.xyz/api/bridge/confirm-stacks-deposit/{sessionId} \ --header 'Authorization: Bearer <token>'
{ "sessionId": "<string>", "status": "<string>", "receivedAmount": "<string>", "expectedAmount": "<string>", "stacksAddress": "<string>", "message": "<string>", "nextSteps": [ "<string>" ] }
Manually trigger bridge if auto-detection doesn’t work. Normally NOT needed - bridge auto-starts when USDCx is detected.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Session ID from initiate endpoint
Deposit confirmed, bridge processing started