Documentation Index
Fetch the complete documentation index at: https://docs.prudra.dev/llms.txt
Use this file to discover all available pages before exploring further.
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
| Route | When | Speed | Cost |
|---|---|---|---|
direct | Same chain, same token | Seconds | Gas only |
lifi-swap | Same chain, different token | Seconds | Gas + protocol fee |
lifi-bridge | Different chain | 1–20 minutes | Gas + bridge fee |
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

