API structure has changed
4 structure changes including:
4 Modifications
Modified
4
Breaking
GET /api/v1/deposits/{transactionId}
- Path went from
/api/v1/deposits/{depositId}to/api/v1/deposits/{transactionId}(same operationId) - Path
-
depositId path parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- transactionId path parameter Added
GET /api/v1/wallets
- Response
-
200 response Modified
-
application/json content type Modified
-
Type is no longer
array[object]Breaking
- property Removed
-
Type is no longer
-
application/json content type Modified
GET /api/v1/wallets/{walletId}
- Response
-
200 response Modified
-
application/json content type Modified
-
Type is no longer
objectBreaking
- WalletResponse property Removed
-
Type is no longer
-
application/json content type Modified
POST /api/v1/trades/quote
- Body
-
application/json content type Modified
-
quoteAmountMode property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
-
quoteAmountMode property Removed
- Response
-
200 response Modified
-
application/json content type Modified
- quoteAmountMode property Added
-
application/json content type Modified
-
400 response Modified
-
application/json content type Modified
- quoteAmountMode property Added
-
application/json content type Modified