Request Quote
Request body
Field
Type
Required
Description
Example
Example
curl -X POST 'https://api.gateway.zert.com/api/v1/quote' \
-H 'accept: application/json' \
-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"
}'Example response
Responses
Code
Description
Last updated


