get https://api.zondacrypto.exchange/rest/trading/config/
The method returns current fees and configuration for selected market including: minimum value of transaction and default trading wallets. Wallets can be changed using dedicated method explained below. If you want to know more about fee system please refer to the response details below.
Response detalis
Key | Type | Description |
---|---|---|
config | array | |
buy / sell | array | Arrays of fees for buy and sell orders |
commissions | array | Array of fees |
* maker | decimal | Value of maker fee |
* taker | decimal | Value of taker fee |
first / second | array | Arrays of minimal transaction values and assigned wallets |
* balanceId | UUID | UUID of the wallet |
* minValue | decimal | Minimal value to perform transaction |