Open dib542 opened 1 year ago
related change:
Previous and unrelated API changes between v0.1.1 and this change could be included here
The backend now include a User Profiles object, so that for any user the objects belonging to that user can be fetched. So far this includes:
GET/NicholasDotSol/duality/dex/user/deposits/{address}
GET/NicholasDotSol/duality/dex/user/limit_orders/{address}
GET/NicholasDotSol/duality/dex/user/positions/{address}
related to issue of upgrading to API v0.1.2 as this feature is the defining feature of release v0.1.2.
related change:
Previous and unrelated API changes between v0.1.1 and this change could be included here
The backend now include a User Profiles object, so that for any user the objects belonging to that user can be fetched. So far this includes:
GET/NicholasDotSol/duality/dex/user/deposits/{address}
: sharesGET/NicholasDotSol/duality/dex/user/limit_orders/{address}
: limit ordersGET/NicholasDotSol/duality/dex/user/positions/{address}
: positions