Discovery: chains, tokens, and pairs
Step 0: Health check (optional)
Step 1: List chains
curl -X GET 'https://api.gateway.zert.com/api/v1/chains' \
-H 'Authorization: Bearer YOUR_API_KEY'{
"data": {
"chains": [
{ "id": "eth-mainnet", "name": "Ethereum Mainnet" },
{ "id": "polygon-mainnet", "name": "Polygon" }
]
},
"meta": { "requestId": "...", "timestamp": "..." }
}Step 2: List tokens (optional)
Step 3: List pairs (optional)
Step 4: Request a quote
Summary
Step
Endpoint
Purpose
Last updated

