Last updated 7 days ago
The unique identifier of the cross-chain transfer
The unique identifier of the customer
The transaction hash of the deposit transaction
const response = await fetch('https://api.alignlabs.dev/v0/customers/{customer_id}/offramp-transfer/{transfer_id}/complete', { method: 'POST', headers: { "Authorization": "text", "Content-Type": "application/json" }, body: JSON.stringify({ "deposit_transaction_hash": "text" }), }); const data = await response.json();