Author

Topic: I need help about faucetbox API (Read 717 times)

legendary
Activity: 1778
Merit: 1026
Free WSPU2 Token or real dollars
June 30, 2015, 05:31:44 AM
#8
You just need to add your API key to your faucetbox admin panel...click save and then your faucet will be linked with your faucetbox account.

Then the admin panel has a section for sending direct payments to a bitcoin address (if you need to send a manual payment)

Hope I helped. Wink

Thanks for your help...I have followed your info...
I have created a faucet for my tests...and so I can use the admin panel and send the satoshi to who I want.
legendary
Activity: 1778
Merit: 1026
Free WSPU2 Token or real dollars
June 29, 2015, 06:22:09 PM
#7
thanks...I have even changed the example key... Smiley

I have tested to send but id does not work so far...
will see tomorrow...
thanks again.
newbie
Activity: 42
Merit: 0
June 29, 2015, 06:18:09 PM
#6
no it is an example key given by faucetbox.

Ok, just making sure because I have seen others make that mistake and I don't like to see people get ripped off.

Good luck with your project. Wink
legendary
Activity: 1778
Merit: 1026
Free WSPU2 Token or real dollars
June 29, 2015, 06:14:23 PM
#5
no it is an example key given by faucetbox.
newbie
Activity: 42
Merit: 0
June 29, 2015, 06:12:37 PM
#4
thanks
the problematic is i have no admin panel...
But I am a little further...
I can check by api link my balance,then I should once my deposit validated as well be able to send satoshi...i have now found the structure of the link

https://faucetbox.com/api/v1/send/?amount=1&to=DSfPc8GkRGF3Xrp99gHQFFJ7hcFJCqkwYH&api_key=4VdBEIAQKPpZ4SWOhQLUMn7mMNVql¤cy=BTC

That's not your real API key, is it?

If so, you should change it and never share the key with anyone. Will keep your balance safe from hackers. Wink
legendary
Activity: 1778
Merit: 1026
Free WSPU2 Token or real dollars
June 29, 2015, 05:57:40 PM
#3
thanks
the problematic is i have no admin panel...
But I am a little further...
I can check by api link my balance,then I should once my deposit validated as well be able to send satoshi...i have now found the structure of the link

https://faucetbox.com/api/v1/send/?amount=1&to=DSfPc8GkRGF3Xrp99gHQFFJ7hcFJCqkwYH&api_key=4VdBEIAQKPpZ4SWOhQLUMn7mMNVql¤cy=BTC
newbie
Activity: 42
Merit: 0
June 29, 2015, 05:38:28 PM
#2
You just need to add your API key to your faucetbox admin panel...click save and then your faucet will be linked with your faucetbox account.

Then the admin panel has a section for sending direct payments to a bitcoin address (if you need to send a manual payment)

Hope I helped. Wink
legendary
Activity: 1778
Merit: 1026
Free WSPU2 Token or real dollars
June 29, 2015, 04:55:40 PM
#1
I have opened a faucet owner account by faucet box.
I wish sending satoshi at my faucet users on their faucetbox account.

I have the API

But I do not know how to use it...
could someone give me an example?

Quote
Sending payment

https://faucetbox.com/api/v1/send

Parameters:
api_key    Your API key from Dashboard
to    address to send coins to. It MUST be a valid address for selected currency, emails/usernames aren't supported.
amount    amount in satoshi to transfer.
referral    (optional) Set it to true if you're sending referral earnings. It's not required, but highly recommended, because it's shown to users on address check page.
currency    (optional) API name of selected currency (ex. "BTC", "LTC"). You can check API name for currency on Dashboard. It defaults to "BTC" if not present.

Response fields:
balance    Your balance for this currency in satoshi.
balance_bitcoin    Your balance for this currency in coins (the same as balance divided by 108)
Example request    amount=1&to=DSfPc8GkRGF3Xrp99gHQFFJ7hcFJCqkwYH&api_key=4VdBEIAQKPpZ4SWOhQLUMn7mMNVql¤cy=BTC
Example response    {"status":200,"balance":77519999889,"balance_bitcoin":"775.19999889"}
Checking balance


I need the full url made with
https://faucetbox.com/api/v1/send
and
amount=1&to=DSfPc8GkRTF3Xrp99gHQFF87hcFJCqkwYH&api_key=4AdBEIARKPpZ4SWOtQLUMn7mMNVql¤cy=BTC

Jump to: