DEV API changelog (2026-05-27)

Last updated: 2026-05-27 01:36:40 AEST

API Changelog 2026-05-26_10-19_c8130ea vs. 2026-05-27_01-27_35bee3a

API Changes

GET /main-account/balances/crypto

  • ⚠️ the response property items/balance became nullable for the status 200
  • ⚠️ the response property items/currency became nullable for the status 200

GET /main-account/balances/crypto/{cryptoCurrency}

  • ⚠️ the response property items/balance became nullable for the status 200
  • ⚠️ the response property items/currency became nullable for the status 200

GET /main-account/balances/fiat

  • ⚠️ the response property items/balance became nullable for the status 200
  • ⚠️ the response property items/currency became nullable for the status 200

GET /main-account/balances/fiat/{country}/{fiatCurrency}

  • ⚠️ the response property items/balance became nullable for the status 200
  • ⚠️ the response property items/currency became nullable for the status 200

GET /sub-account/balances/crypto

  • ⚠️ the response property items/balance became nullable for the status 200
  • ⚠️ the response property items/currency became nullable for the status 200

GET /sub-account/balances/crypto/{cryptoCurrency}

  • ⚠️ the response property items/balance became nullable for the status 200
  • ⚠️ the response property items/currency became nullable for the status 200

GET /sub-account/balances/fiat

  • ⚠️ the response property items/balance became nullable for the status 200
  • ⚠️ the response property items/currency became nullable for the status 200

GET /sub-account/balances/fiat/{country}/{fiatCurrency}

  • ⚠️ the response property items/balance became nullable for the status 200
  • ⚠️ the response property items/currency became nullable for the status 200