coinbase_cloud_advanced_trade_client 0.8.0
coinbase_cloud_advanced_trade_client: ^0.8.0 copied to clipboard
Dart Client for building applications that interact with the Coinbase Cloud Advanced Trade Crypto Exchange APIs for automated trading and managing accounts.
0.8.0 #
- Implement Get Best Bid Ask
- Implement Get Market Trades Public Endpoint
- Implement Orders Close Position for given Product ID (Futures)
- Implement Batch Cancel Orders
- Implement Orders Stop Limit GTC(Good Till Cancelled)
- Implement Orders Stop Limit GTD(Good Till Date)
- Static Order Enums for constructing Order configurations
0.7.0 #
- Implement Fees / Transaction Summary
- Implement Data API: Get API Key Permissions
- Implement Public: Get Server Time
- Tool: Network Call to Coinbase API for Public endpoints
- Implement Public: Get Product
- Implement Public: Get Products List
- Implement Get Product Book (Public & Authorized)
- Implement Get Product Candles (Public & Authorized)
0.6.1 #
- Remove Coinbase Pro Support
- Implement Portfolios CRUD
- Implement Get Portfolio Breakdown Endpoint
0.5.0 #
- Implement
POST /v3/brokerage/orders- Create Order - Add Mockito testing for Advanced Trade REST services
- Refactor tests to use mocks instead of live data
0.4.0 #
- Pub.dev preparations
- First Published pub.dev version
- Migrate Auth to Coinbase AT API Key Version 2
- Generate Coinbase JWT Token with key signature
- Refactor Credential to v2
- Update Sandbox URL
- Remove Accepted Environment Variable "COINBASE_API_KEY"
- Remove Accepted Environment Variable "COINBASE_API_SECRET"
- Introduce new Environment Variable "COINBASE_API_KEY_NAME"
- Introduce new Environment Variable "COINBASE_PRIVATE_KEY"
0.3.0 #
- Upgrade to Dart 3.3.0
0.2.2 #
- Bug Fix: Coinbase Pro Fill Model CB JSON Conversion for USD Volume
0.2.1 #
- Native JSON Serialization / Deserialization of AT model objects
0.2.0 #
- Rename to "coinbase_cloud_advanced_trade_client"
- Primary Support for Advanced Trade API
- Pro Exchange is now secondary
- Get Account Details
- Get Orders, Order-Fills
- Get Products
- Get Product Market Trades
0.1.1 #
- Signature Support for Advanced Trade API.
- Get All Accounts
0.0.1 #
- Initial version.
- Coinbase Pro API Support.
- Get Accounts
- Create Orders
- Get Orders
- Get Fills
- Get Fees
- Signature Support for Coinbase Pro API Authenticated requests
- Get Ticker (Price bid/ask amounts)