API Documentation
A reference for the public market data endpoints used by this application.
GET /api/dashboard/prices
Returns a JSON object with success and data. Data contains BTC, ETH, and XRP entries with symbol, name, price, and change24h. Prices are fetched from Binance.
GET /api/crypto/trending
Returns success and data, with up to ten cryptocurrency records ordered by trading volume from the selected market set.
Response handling
Check both the HTTP status and the success field. An unsuccessful response includes an error message. Network failures should show an unavailable state instead of a fabricated price.
Account operations
Account and administration endpoints require the appropriate authenticated session. This app does not provide a public API key management feature.
Visit Help Center