Crypto API
The following endpoints are covered by the Crypto API via these functions:
last_trade_crypto_pair
=> Last Trade for a Crypto Paircrypto_daily_open_close
=> Daily Open/Closehistoric_crypto_trades
=> Historic Crypto Tradescrypto_grouped_daily_bars
=> Grouped Daily (Bars)crypto_previous_close
=> Previous Closecrypto_aggregates_bars
=> Aggregates (Bars)crypto_snapshot_all_tickers
=> Snapshot All Tickerscrypto_snapshot_ticker
=> Snapshot Tickercrypto_snapshot_ticker_full_book
=> Snapshot Ticker Full Book (L2)crypto_snapshot_gainers_losers
=> Snapshot Gainers/Losers
Detailed information on each function can be extracted in Julia. For example;
using PolygonIO
julia>?last_trade_crypto_pair