# zondacrypto Documentation > Documentation for zondacrypto ## API Reference - [Ticker](https://docs.zondacrypto.exchange/reference/ticker-1.md): The Ticker provides a general overview of the configuration and statistics of all markets or just a selected one - to do this, simply add the market code in the address. It shows the value of the smallest transaction we can make and the precision of the amount, rate and price. The precision of the amount (amountPrecision) determines how accurately we can determine the quantity of the first currency to buy or sell, the precision of the price (pricePrecision) determines the number of decimal places to which the result of our transaction will be rounded or how accurately we can determine the quantity of the second currency, the precision of the rate (ratePrecision) determines the number of decimal places of the rate with which we want to place an offer. Rate precision can vary over time depending on the exchange rate for a particular currency market. The precisions of amount (amountPrecision) and price (pricePrecision) stay unchanged. The Ticker also returns the current best bid and ask, as well as the last and the previous transaction price. - [Market statistics](https://docs.zondacrypto.exchange/reference/market-statistics.md): This method shows market statistics from last 24 hours: highest/lowest order and volume. Applies to selected market or all markets if market code parameter is left blank. - [Orderbook](https://docs.zondacrypto.exchange/reference/orderbook-2.md): Returns 300 of highest bid orders and 300 of lowest ask orders. - [Orderbook limited](https://docs.zondacrypto.exchange/reference/orderbook-limited.md): Returns 10 / 50 / 100 of the highest bid orders and the lowest ask orders. - [Last transactions](https://docs.zondacrypto.exchange/reference/last-transactions.md): Shows the list of most recent transactions for given market. By default returns list of 10 most recent transactions. - [Candlestick chart](https://docs.zondacrypto.exchange/reference/candles-chart.md): Returns candle statistics for user defined time parameters. - [New order](https://docs.zondacrypto.exchange/reference/new-order.md): <> market allows you to place the following orders: limit, market, fill or kill and post only. See below for details. Each unused parameter should be assigned a null value. - [Active orders](https://docs.zondacrypto.exchange/reference/active-orders.md): Returns list of active orders on selected market or all available markets. - [Cancel order](https://docs.zondacrypto.exchange/reference/cancel-order.md) - [Fee and market configuration](https://docs.zondacrypto.exchange/reference/fee-and-market-configuration.md): 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. - [Change market configuration](https://docs.zondacrypto.exchange/reference/change-market-configuration.md): This endpoint allows users to change wallets used for trading. One can change wallet for each currency traded on given market - [New stop order](https://docs.zondacrypto.exchange/reference/new-stop-offer.md): Order type wchich is often called a stop loss. Stop order have similar usage - it just protects you againsts loss of funds. After reaching a stopRate value which is determined by last transaction rate - our stop order is realizing on the market. - [Active stop orders](https://docs.zondacrypto.exchange/reference/active-stop-orders.md): Returns list of active stop orders on selected market or all available markets. - [Cancel stop order](https://docs.zondacrypto.exchange/reference/cancel-stop-order.md) - [Get deposit crypto channels](https://docs.zondacrypto.exchange/reference/crypto-channels-deposit.md): This endpoint returns a list of crypto channels (networks) for deposit for given currency. - [Get withdrawal crypto channels](https://docs.zondacrypto.exchange/reference/crypto-channels-withdrawal.md): This endpoint returns a list of crypto channels (networks) for withdrawal for given currency. - [Get deposit crypto fee](https://docs.zondacrypto.exchange/reference/crypto-fee-deposit.md): This endpoint returns a calculation of fee for crypto deposit for given parameters. - [Get withdrawal crypto fee](https://docs.zondacrypto.exchange/reference/crypto-fee-withdrawal.md): This endpoint returns a calculation of fee for crypto withdrawal for given parameters. - [Crypto deposit](https://docs.zondacrypto.exchange/reference/crypto-deposit.md): Endpoint for fetching data (address / memo) for crypto deposit of given currency. - [Crypto withdrawal](https://docs.zondacrypto.exchange/reference/crypto-withdrawal-2.md): Endpoint for beginning crypto withdrawal. - [Transactions history](https://docs.zondacrypto.exchange/reference/transactions-history.md): This endpoint returns a list of all finalized transactions. Offers various filtering options. - [Operations history](https://docs.zondacrypto.exchange/reference/operations-history.md): This endpoint returns a list of all finalized operations. Offers various filtering options. - [List of wallets](https://docs.zondacrypto.exchange/reference/list-of-wallets.md) - [New wallet](https://docs.zondacrypto.exchange/reference/new-wallet.md): This method allows users to create additional wallets for given currency. Each currency can have up to 10 custom wallets along with 1 default wallet (11 in total). - [Change name](https://docs.zondacrypto.exchange/reference/change-name.md): Provides the option to change the name of the previously created wallet. It is not possible to change the main wallet name. - [Internal transfer](https://docs.zondacrypto.exchange/reference/internal-transfer.md): It provides a convenient way to send funds between your own wallets. - [Approximate rate](https://docs.zondacrypto.exchange/reference/approximate-rate-1.md): The method retrieves an approximate rate for the currency pair. - [Bid rate](https://docs.zondacrypto.exchange/reference/bid-rate.md): The method retrieves the current bid rate to start the exchange transaction. - [Exchange](https://docs.zondacrypto.exchange/reference/exchange.md): The method orders the exchange transaction. - [History](https://docs.zondacrypto.exchange/reference/history-1.md): Returns the complete history of exchanges made at the currency exchange. - [Markets](https://docs.zondacrypto.exchange/reference/markets.md): Returns a list of available markets.