Get Started
Learn how to integrate Universal Bridge into your application for cross-chain payments, bridging, swapping, and fiat onramps. This guide covers the core SDK modules and practical implementation examples.
Log in to the thirdweb dashboard. Navigate to the Settings page and create an API key to get your Client ID. You'll need your Client ID to interact with the Universal Bridge.
Get a quote and prepare your first cross-chain swap:
Use the Buy
module to purchase tokens on any supported chain using tokens from another chain:
Best for: NFT purchases, token swaps across chains, DeFi interactions
Monitor the progress of your Universal Bridge transactions:
Universal Bridge functions throw ApiError
for failed requests:
- API Reference - Complete REST API documentation
- SDK Reference - TypeScript SDK function reference
- Webhooks - Set up real-time notifications
- Customization Guides - Advanced configuration options
- Playground - Interactive testing environment