This documentation will help you to integrate our API with your project.
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.
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 Autofaucet Script FREE
Kswallet API Library by MN-shop.com
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 |
This endpoint is used to send payments in different currencies to other Kswallet members.
Sample of SEND request
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. |
This endpoint is used to get your balance of any cryptocurrency in Kswallet.
Sample of Get Balance request
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. |
This endpoint is used to check if an Recieve Address belongs to Kswallet .
Sample of Check Address request
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. |
This endpoint is used to get all websites that use Kswallet.
Sample of Websitelist request
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. |
This endpoint is used to check all supported cryptocurrencies in Kswallet.
Sample of Currencies request
Parameter | Description |
---|---|
api_key | You need to put your website api_key, you can find it in your website dashboard section in Kswallet. |
© Copyright 2019 - Kswallet