Welcome to Bitsend24

API Documentation


If you want use our ready Faucet Script.

HTTP Request : POST

Main parameters :

api_key : YOURAPIKEY (You can get it in your faucet detail)

method : balance|send


Get Balance

https://bitsend24.com/api/balance

Required parameters :

api_key : YOURAPIKEY (You can get it in your faucet detail)

Response fields :

balance : 1990 (Your balance in satoshi)

Example request :

api_key=YOURAPIKEY

Example response

{"status" : 200, "balance" : 19990}


Sending Payment

https://bitsend24.com/api/send

Required parameters :

api_key : YOURAPIKEY (You can get it in your faucet detail)

to : YOURTARGETADDRESS

amount : 2000Amount in satoshi

refferal : true|false (Is this payment for refferal or not)

Response fields :

balance : 1990 (Your balance in satoshi)

Example request :

api_key=YOURAPIKEY&to=YOURTARGETADDRESS&amount=2000&refferal=true

Example response

{"status" : 200, "balance" : 19990}


Error Response

{"status" : 401, "message" : "Missing parameters."}

{"status" : 402, "message" : "Invalid API."}

{"status" : 403, "message" : "Send limit reached."}

{"status" : 404, "message" : "Invalid method."}

{"status" : 404, "message" : "Insufficient funds."}