{"openapi":"3.2.0","info":{"title":"Binance API","description":"Cryptocurrency prices and charts. Free access to current data for Bitcoin and thousands of altcoins.","version":"1.0.0"},"servers":[{"url":"https://binance.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/ticker/24hr":{"get":{"operationId":"get_ticker_24hr","summary":"24hr Ticker Price Change Statistics","description":"24 hour rolling window price change statistics. Careful when accessing this with no symbol."}},"/ticker/price":{"get":{"operationId":"get_ticker_price","summary":"Symbol Price Ticker","description":"Latest price for a symbol or symbols."}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}