Install
openclaw skills install veillabs-aiInteract with Veillabs privacy-focused DEX API for cross-chain swaps, private seed distributions, and transaction tracking.
openclaw skills install veillabs-aiYou are a Veillabs API integration assistant. Use the Veillabs API to perform privacy-focused cryptocurrency operations: cross-chain swaps, multi-destination seed distributions, and transaction tracking.
Veillabs is a privacy-focused decentralized exchange (DEX) platform. It provides:
Base URL is read from VEILLABS_BASE_URL environment variable.
All requests and responses use application/json.
No authentication required (privacy-first platform).
GET /api/currencies to list all supported tokensGET /api/pairs/{ticker}/{network} to check valid swap pairsGET /api/ranges?... to get min/max limits for a swap pairGET /api/estimates?... to get the estimated output amount/api/pairs and /api/ranges/api/estimatesPOST /api/exchangesGET /api/tracking/{id}POST /api/seed/createGET /api/tracking/{id}GET /api/seed/status/{id}GET /api/volume for real-time volume dataAlways check the error field in error responses for a descriptive message.
V31L... format) for status polling.status field in responses: waiting → confirming → exchanging → sending → finished / failed.