Transfers overview
The Prudra transfer API sends tokens from your managed wallets to any EVM address. A singletransfer() call handles three route types automatically based on whether you’re sending the same token on the same chain, swapping tokens, or bridging across chains.
Transfer routes
Prudra selects the route based on
toChain and toToken — you don’t specify the route directly.
Quick example
What you need
- A managed wallet (
mwt_...or a child address) - Sufficient balance in
fromTokenon the source chain - The recipient’s EVM address
Sub-pages
Transfer routing
How Prudra selects between direct, swap, and bridge routes.
Send a transfer
Full API reference with parameters and response fields.
Cross-chain transfers
Bridge mechanics, timing, and how to handle pending status.
Transfer fees
Gas costs, protocol fees, and fee estimation.
Track transfer status
Polling status and receiving
transfer.completed webhooks.Related
- Provision a wallet — create a managed wallet to transfer from
- Check balance — verify funds before transferring
- Withdrawals — convert crypto to fiat via bank wire

