Release v1.1.8
about 2 years ago by Steven
Introduces pagination on all history endpoints. In the previous version, history endpoints returns an array of history objects. In the current version, the response has been updated to include a count field along with the array of history objects. The history object fields for each endpoints remain the same.
REST API Changelog
GET /order-history
- response is now an object with 2 fields:
countandorder_history order_historycontains the order history array- added
offsetfield for pagination
GET /trade-history
- response is now an object with 2 fields:
countand trade_history` trade_historycontains the trade history array- added
limitandoffsetfields for pagination
GET /transaction-history
- response is now an object with 2 fields:
countandtransaction_history transaction_historycontains the transaction history array- added
limitandoffsetfields for pagination
GET /referral-rewards-history
- response is now an object with 2 fields:
countandreferral_rewards_history referral_rewards_historycontains the referral rewards history array- added
limitandoffsetfields for pagination
GET /referral-history
- response is now an object with 2 fields:
countandreferral_history referral_historycontains the referral history array- added
limitandoffsetfields for pagination