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?
Sending payment
https://faucetbox.com/api/v1/sendParameters:
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/sendand
amount=1&to=DSfPc8GkRTF3Xrp99gHQFF87hcFJCqkwYH&api_key=4AdBEIARKPpZ4SWOtQLUMn7mMNVql¤cy=BTC