Getting Started
Whether you’re building a wallet, dApp, payment system, or automated trading bot, Warp provides simple APIs and SDKs that abstract the complexity of multi-chain operations.Before You Begin
Get API Access
Get API Access
To use Warp’s APIs, you’ll need an API key:
- Visit the Warp Platform
- Create an account or sign in
- Navigate to API Keys and generate a new key
- Store your key securely — you’ll use it in all API requests
Set up a test wallet
Set up a test wallet
For testing cross-chain transfers and payments:
- Use a testnet-compatible wallet (MetaMask, WalletConnect, etc.)
- Add testnet networks (Sepolia, Goerli, Mumbai, etc.)
- Fund your wallet with testnet tokens from public faucets
Integration Path
Choose the integration method that best fits your use case:API
Backend integrations, custom UIs, mobile appsFull control over the user experience with simple HTTP requests.
JavaScript SDK
Web applications, React apps, frontend integrationsPre-built functions with TypeScript support and automatic retry logic.
Embedded Widget
Fastest deployment, minimal code changesDrop-in UI component with full cross-chain transfer and payment functionality.
Quick Integration: REST API
Step 1: Get a Cross-Chain Quote
Request a quote for transferring tokens between chains:Step 2: Execute the Transfer
Once you have a quote, execute the transfer:Step 3: Track Transfer Status
Monitor your transfer in real-time:Quick Integration: JavaScript SDK
Installation
Basic Usage
Quick Integration: Embedded Widget
Add the Warp widget to your website with just a few lines of code:Next Steps
Explore Warp Bridge
Learn about cross-chain transfer architecture, settlement mechanisms, and privacy features.
Payment Integration
Add universal crypto checkout to accept payments in any token on any chain.
API Reference
Complete API documentation with all endpoints, parameters, and response schemas.
Integration Examples
View real-world code samples for wallets, dApps, and payment systems.
Need Help?
Join our Discord community or contact support@usewarp.net for integration assistance.

