Quick Start - Your First Swap
Step 1: Get a Quote
curl -X POST https://api.gateway.zert.com/api/v1/quote \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"fromChain": "solana",
"toChain": "avax",
"tokenIn": "SOL",
"tokenOut": "WETH",
"network": "mainnet",
"amount": "100.00",
"slippageBps": 75,
"recipient": "0x1234567890123456789012345678901234567890"
}'Step 2: Build the Signing Step
Step 3: Poll Until a Signable Payload Is Ready
Step 4: Submit the Signed Artifact
Track On-Chain Status (Optional)
Status
Meaning
What's Next
Next step
Go to
Last updated

