Change Updates

Do not miss any API Documentation changes, ever again

Subscribe to the API Documentation changelog to be up to date on recent changes.

RSS

Nov 14, 2023

main
1.0.0
Compare

Parameter only_dew type changed from boolean to integer

boolean is not officially supported for GET, so it's changed to integer, 0 for false and 1 for true.

2 structure changes including:
2 Modifications
Modified 2 Breaking
GET /open/v1/{network_id}/orders
  • Query
  • only_dew query parameter Modified
    • Full types went from boolean to integer
      Breaking
POST /open/v1/{network_id}/market_activities/query
  • Body
  • application/json content type Modified
    • types property Modified
      • Full types went from array[integer] | null to array[integer]
        Breaking