API structure has changed
7 structure changes including:
7 Modifications
Modified
7
Breaking
GET /api/v1/deposits
- Authentication
-
X api key, X api secret authentication methods Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- X api key & X api secret authentication method Added
GET /api/v1/deposits/{depositId}
- Authentication
-
X api key, X api secret authentication methods Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- X api key & X api secret authentication method Added
GET /api/v1/trades
- Authentication
-
X api key, X api secret authentication methods Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- X api key & X api secret authentication method Added
- Query
- page, size, status query parameters Added
GET /api/v1/trades/{tradeId}
- Authentication
-
X api key, X api secret authentication methods Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- X api key & X api secret authentication method Added
GET /api/v1/verification/status
- Authentication
-
X api key, X api secret authentication methods Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- X api key & X api secret authentication method Added
GET /api/v1/withdrawals
- Authentication
-
X api key, X api secret authentication methods Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- X api key & X api secret authentication method Added
GET /api/v1/withdrawals/{withdrawId}
- Authentication
-
X api key, X api secret authentication methods Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- X api key & X api secret authentication method Added