curl --request GET \ --url https://api.bookie.app/v1/prices/SOL \ --header 'Authorization: Bearer bookie_live_abc123def456'
{ "mint": "So11111111111111111111111111111111111111112", "symbol": "SOL", "price": 147.23, "change24h": 3.2, "volume24h": 2847392847, "marketCap": 68492837492, "lastUpdated": "2024-03-08T14:30:00Z" }
Get current price and market data for a token
Bearer bookie_live_abc123def456