Service categories
The Conio SDK provides a suite of modular services tailored to specific functionalities. These include wallet management, trading capabilities, and secure authentication. Each module offers the flexibility to integrate cryptocurrency features seamlessly into existing mobile applications.
User Service
The UserService
contains all the APIs used to manage a Conio user.
Wallet Service
The WalletService
contains all the APIs that provides information about the user wallet, such balance and mnemonic.
Activities Service
The ActivitiesService
contains all the API that provides information about wallet transactions.
Trading Price Service
The TradingPriceService
contains all the APIs that provides cryptocurrencies trading price information. It provides methods for fetching current or historical crypto prices and tradable metadata, including cryptocurrency ids.
Trading Info Service
The TradingInfoService
contains all the APIs used to manage a Conio user trading profile and information.
BTC Transaction Service
The BtcTransactionService
contains all the APIs responsible for managing Bitcoin transactions, including sending bitcoin, receiving bitcoin and speeding up transactions.
Buy Service
The BuyService
contains all the APIs designed to facilitate the purchase of cryptocurrencies through trading operations. It provides methods for creating, updating, fetching and finalizing bid quotations.
Sell Service
The SellService
contains all the APIs designed to facilitate the sale of cryptocurrencies through trading operations. It provides methods for creating, updating, fetching and finalizing ask quotations.
Swap Service
The SwapService
contains all the APIs designed to facilitate the cryptocurrency swap functionality. It provides methods for creating, updating, fetching and finalizing swap quotations between cryptos.
Transfer Service
The TransferService
contains all the APIs designed to facilitate the cryptocurrency amount transferring from an On-Chain Wallet to an Off-Chain Wallet of the same cryptocurrency and viceversa. It provides methods for creating, updating, fetching and finalizing transfer cryptocurrency between On-Chain and Off-Chain Wallet.