Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 225 Bytes

README.org

File metadata and controls

15 lines (10 loc) · 225 Bytes

Btc-Price

System to fetch BTCUSDT price from Binance API.

Result is cached for 10 minutes.

Usage

(ql:quickload "btc-price")
(btc-price:btc-price-cached)
1234.567890

Installation