market_okx 0.0.1 copy "market_okx: ^0.0.1" to clipboard
market_okx: ^0.0.1 copied to clipboard

A Dart package for accessing OKX exchange market data including instruments, OHLCV candles, and multiple timeframes. Part of the Coin Galaxy ecosystem.

0.0.1 #

  • Initial release
  • Implement Market interface from market_interface
  • Support for fetching instruments (spot, futures, perpetual, margin, options)
  • Support for fetching OHLCV (candlestick) data
  • Support for 16 different timeframes (1m to 1M)
  • Automatic pagination for requests exceeding 300 candles
  • Automatic endpoint selection (candles vs history-candles)
  • Smart handling of OKX API limits (1440 for recent data, unlimited for historical)
  • Type-safe implementation with Decimal for price data
  • Comprehensive test coverage
0
likes
140
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Dart package for accessing OKX exchange market data including instruments, OHLCV candles, and multiple timeframes. Part of the Coin Galaxy ecosystem.

Topics

#okx #market #exchange #trading #api

License

MIT (license)

Dependencies

decimal, finance_kline_core, http, market_interface

More

Packages that depend on market_okx