Last updated 3 months ago
/v0/customers/{customer_id}/cross-chain-transfer/{transfer_id}
The unique identifier of the customer
The unique identifier of the cross-chain transfer
Token for authentication
curl -L \ --url 'https://api.alignlabs.dev/v0/customers/{customer_id}/cross-chain-transfer/{transfer_id}' \ --header 'Authorization: text'
{ "id": "123e4567-e89b-12d3-a456-426614174000", "amount": "text", "source_address": "text", "destination_address": "text", "status": "pending", "source_network": "polygon", "source_token": "usdc", "destination_network": "polygon", "destination_token": "usdc", "quote": { "deposit_address": "text", "deposit_amount": "text", "fee_amount": "text", "deposit_token": "usdc", "deposit_network": "polygon" } }