Create Transfer (Best Effort)
post
Creates a cross-chain transfer session.
Deposit any amount of the origin token to the returned depositAddress. The recipient will automatically receive the destination token, optimized for cost and speed.
Set dryMode: true to preview the transfer without creating an active session.
Body
originTokenstringRequiredExample:
The origin token in chain:address format
base:0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913destinationTokenstringRequiredExample:
The destination token in chain:address format
solana:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vrecipientstringRequiredExample:
The recipient address in chain:address format
solana:7aLBCrbn4jDNSxLLJYRRnKbkqA5cuaeaAzn74xS7eKPDdryModebooleanOptionalDefault:
If true, the deposit address will not be observed for deposits
falseamountstringOptionalExample:
Expected input amount in smallest units. Optional, used for estimation only.
1000000Responses
200
Transfer created successfully
application/json
post
/transfers/create-best-effort200
Transfer created successfully
Last updated