get https://api.connex.trade/api/v1/deposit/exchange
Retrieve deposit destination exchange details.
Permission
- Applies to both primary user and trading portfolio's API Key.
- Permission: READ.
Rate Limit
- no rate limit
Request
Field name | Type | Necessary | Remarks |
---|---|---|---|
Response
Field name | Type | Remarks |
---|---|---|
defaultExchange | String | Deposit Target Exchange. Apply to all network+currency in currrent portfolio, if no specifc network+currency given |
specifics | list<specifics> | deposit target exchange for specifc network+currency |
specifics Response
Field name | Type | Remarks |
---|---|---|
currency | String | currency |
network | String | network |
exchange | String | exchange |
updatedAt | String | time of update. E.g.:1739502305067 |
Notes:
specific currency + network: The target deposit exchange of a specific combination will be managed separately and not follow default exchange anymore once it was set. combinations of the same target exchange with default exchange will be ignored in the response.