General
What is depo.to?
What is depo.to?
depo.to provides an API that generates deposit addresses across multiple blockchains (Ethereum, Arbitrum, Optimism, Polygon, Solana, …) and bridges them to the destination network via the integrated bridge providers.
How does it work?
How does it work?
- You call our API to create an address group for the destination network
- We generate deposit addresses for all supported source chains
- Your users send supported assets to any of these addresses
- We detect deposits every 5 minutes and automatically bridge to the destination network via the integrated bridge providers
- You receive the supported asset on the destination network
Which chains and assets are supported?
Which chains and assets are supported?
Please refer to the Supported Chains & Assets page for the full list of supported chains and assets.
Who pays the bridge & gas fees?
Who pays the bridge & gas fees?
Bridge, swap, and gas fees are automatically deducted from the deposited amount. depo.to handles payment of all fees in the background. Your users receive the amount deposited less fees on the destination network.
How long does bridging take?
How long does bridging take?
Deposits are detected every 5 minutes. Once detected, bridging via the integrated bridge providers typically takes 1-15 minutes depending on network congestion.
Is there a minimum deposit amount?
Is there a minimum deposit amount?
Yes, the minimum deposit is approximately $10 or equivalent. Smaller deposits will not be processed. This minimum ensures that deposits cover the bridge and gas fees required for processing without large relative loss to the user.
API & Integration
How do I get an API key?
How do I get an API key?
- Sign up at depo.to/dashboard
- Navigate to API Keys section
- Create a new API key
- Copy and store it securely (starts with
dp_)
What's the API base URL?
What's the API base URL?
x-api-key header.What are the rate limits?
What are the rate limits?
Please refer to the Pricing page for the rate limits.
How do I know when deposits arrive?
How do I know when deposits arrive?
depo.to monitors all addresses every 5 minutes. You can:
- Monitor your destination address on-chain for incoming supported asset
- Poll the
/wallet/addressesendpoint to check address groups - Set up your own on-chain monitoring
