Full swap flow
Step 1: Request a quote
Step 2: Build the current signing step
curl -X POST 'https://api.gateway.zert.com/api/v1/swap/build' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"quoteId": "REPLACE_WITH_QUOTE_ID_FROM_POST_QUOTE",
"routeId": "REPLACE_WITH_ROUTE_ID_FROM_SELECTED_ROUTE",
"recipient": "0x1234567890123456789012345678901234567890",
"waitForTxRequestMs": 300
}'Step 3: Poll the signing endpoint
Step 4: Submit the signed artifact
Step 5: Track the transaction
Step
Endpoint
Purpose
Last updated

