Version: 1.0.0
Trade API V1 & V2
Integrate advanced trading functionality into your application with our comprehensive Trade API. Powered by voltage.finance DEX
V1 Features
- Get price changes over custom intervals
- Fetch current and historical asset prices
V2 Enhancements
- Powered by voltage.finance DEX
- Real-time indicative transaction prices
- Explore available liquidity sources
- Obtain quotes for ERC20 token swaps
Quick Start
- Get your API key from the Console
- Follow our Getting Started guide
- Add your
apiKey
to all request query params
Key Endpoints
/api/v0/trade/price/{tokenAddress}
: Get latest token price (V1)/api/v0/trade/pricechange/{tokenAddress}
: Get price changes (V1)/api/v1/trade/price
: Get indicative transaction price (V2)/api/v1/trade/quote
: Get ERC20 token swap quotes (V2)/api/v1/trade/sources
: List available liquidity sources (V2)
For detailed documentation, code snippets, and integration examples, refer to our comprehensive API guide.