Last updated 4 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
Successful retrieval of Cross-Chain Transfer details
Cross-Chain Transfer not found
curl -L \ --url 'https://api.getfractal.xyz/v0/customers/{customer_id}/cross-chain-transfer/{transfer_id}' \ --header 'Authorization: text'
{ "destination_address": "text", "amount": "text", "id": "123e4567-e89b-12d3-a456-426614174000", "source_address": "text", "destination_network": "polygon", "destination_token": "usdc", "source_network": "polygon", "source_token": "usdc", "status": "pending", "quote": { "deposit_address": "text", "deposit_amount": "text", "fee_amount": "text", "deposit_token": "usdc", "deposit_network": "polygon" } }