top of page
Manage & Earn cryptocurrencies with cs™ Suite with our App Programming Interface
coinsoftworks makes mining and swapping cryptos easy. Find the documentation, code examples, and development tools you need to create precisely what you want quickly. We will tackle the intricacy of cryptocurrencies rules. Let's begin building.
TAKE THE NEXT STEP WITH CS™ SUITE
cs™ Server

YOUR APP
const MiningEdit=
require("csSuite").cs.suiteResponse;
app.post("/eMining", (req, res) => {
const csAut = new MiningEditConfig();
csAut .editMining("Changes have been made!");
res.end(cs.toString());
});
View complete examples ⇾
Get Started
Get Started
"Ahoy, World" is a few lines of code away. Choose your programming language and dive in. We’ve got helper libraries and Quickstarts to get you mining and swapping in your web app, fast.
# Download the helper library from https://www.coinsoftworks.com/docs/river/install
require 'riverSoft'
require 'coinsoftworks-river'
# Find your Account SID and API Key at cs Suite/Settings #API Key and set the environment variables. See http://coinsoftworks.com/secure
account_sid = ENV['CS_ACCOUNT_SID']
api_token = ENV['CS_AUTH_TOKEN'] @client = coinsoftworks::REST::Client.new(account_sid, api_token)
wallet = @client.wallet('MM800f449d0399ed014aae2bcc0cc2f2ec').fetch
puts account.wallet
Ahoy, World!
Do your first swap. Jump to a Quickstart in the language of your choice:
Build Your App
Build your App
"Ahoy, World" is a few lines of code away. Choose your programming language and dive in. We’ve got helper libraries and Quickstarts to get you exploiting cs™ functions in your web app, fast.
Guides
Step-by-step instructions for how to build common features:
Sample App Tutorial
cs Suite™ tutorials with full sample applications:
API Reference
Get familiar with the cs™ Suite API:
Advanced Features
Advanced Features
"Ahoy, World" is a few lines of code away. Choose your programming language and dive in. We’ve got helper libraries and Quickstarts to get you mining and swapping with your cs™ Suite account, fast.
Scaling
Scale your app without hassle while growing your user's base.
Deliverability
Make sure your API calls are always delivered and execute within short time.
Internationalization
Comply with international standards and security regulations.
bottom of page