Cryptocurrency Price Feed
Real-time cryptocurrency prices with enterprise-grade reliability. Access current and historical data through our API.
Live Prices
Asset | Price | Change |
---|
Developer-First API
Access real-time cryptocurrency prices and conversions with our simple REST API. Built for developers, by developers.
// Get current priceconst response = await fetch('https://api.anypayx.com/api/v1/prices')const { price } = await response.json()console.log(`Bitcoin price: $${price}`)
// Convert between currenciesconst response = await fetch('https://api.anypayx.com/api/v1/convert', {method: 'POST',body: JSON.stringify({from: 'USD',to: 'BTC',amount: 100})})const { converted } = await response.json()console.log(`$100 = ${converted} BTC`)
Features
- Real-time price updates
- Multiple exchange rates
- Historical data access
- Websocket price streams