Kswallet API Documentation V1



This documentation will help you to integrate our API with your project.

Introduction

Kswallet API V1 is the quickest and easiest way to begin sending automated cryptocurrency payments. Consisting of just a simple HTTP POST&GET; requests, you can be up and running in minutes.
Our API take care of almost everything , all you need is to get an API Key and follow this documentation.

Requesting an API key

In order to use our API endpoints, please apply for an API key at our Owner Dashboard.
In order to have access our Owner Dashboard you need to have an account in Kswallet, so Register today and apply for Free API Key.

Kswallet Endpoints

Send Endpoint

Get Balance Endpoint

Check Address Endpoint

Website List Endpoint

Currencies Endpoint


Kswallet Autofaucet Script FREE

Kswallet API Library by MN-shop.com

Error Codes

In response message contains error message for the api owner and message2 contains error message for the user.

Error Code Description
1010 This error code means one of the parameters is empty.
1020 Requested amount parameter is negative number.
1030 Requested amount parameter is not a number.
1040 Owner of the API Code can't make self payment.
1100 Requested currency is not accepted in Kswallet.
1110 Requested recieve address can not recieve payments because it is invalid.
1120 Requested recieve address can not recieve payments because it is invalid #2.
1130 API Code is invalid.
1060 Balance of requested coin is insufficient.
1598 Kswallet API Service Is Under Maintenance.
1599 Kswallet API Service Is Disabled.
1777 Requested Currency Is Suspended Temporary From Kswallet.
1779 Api Code Is Disabled From Api Owner.
1889 We can not get any website from Kswallet

SEND Endpoint

This endpoint is used to send payments in different currencies to other Kswallet members.


Sample of SEND request


Parameters


Parameter Description
api_key You need to put your website api_key, you can find it in your website dashboard section in Kswallet.
to You need to put recieve address of the person who will recieve coins.
amount The amount to send in satoshi.
c A valid currency acronym, defaults to BTC.

Response








Get Balance Endpoint

This endpoint is used to get your balance of any cryptocurrency in Kswallet.


GET

Sample of Get Balance request


Parameters


Parameter Description
api_key You need to put your website api_key, you can find it in your website dashboard section in Kswallet.
c A valid currency acronym, defaults to BTC.

Response








Check Address Endpoint

This endpoint is used to check if an Recieve Address belongs to Kswallet .


GET

Sample of Check Address request


Parameters


Parameter Description
api_key You need to put your website api_key, you can find it in your website dashboard section in Kswallet.
recieveaddress Put here Recieve Address you want to check.

Response





Websitelist Endpoint

This endpoint is used to get all websites that use Kswallet.


GET

Sample of Websitelist request


Parameters


Parameter Description
api_key You need to put your website api_key, you can find it in your website dashboard section in Kswallet.
c A valid currency acronym.

Response





Currencies Endpoint

This endpoint is used to check all supported cryptocurrencies in Kswallet.


GET

Sample of Currencies request


Parameters


Parameter Description
api_key You need to put your website api_key, you can find it in your website dashboard section in Kswallet.

Response








© Copyright 2019 - Kswallet