Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ The FaucetPay API exposes the following methods. The available parameters are li
use \Mahtab2003\FaucetPay\Api;

// Create a new Api class instance.
$api = new Api('API Key', 'BTC');
$api = new Api('630c82ef-f9be-4f25-9c3f-da5a2204acde
', 'BTC');

// Get the balance of the faucet.
$response = $api->getBalance();
Expand All @@ -42,4 +43,4 @@ if ($response->isSuccessful()) {

## License

©️ Copyright 2022 NXTS Developer. Code released under the MPL-2.0 License.
©️ Copyright 2022 NXTS Developer. Code released under the MPL-2.0 License.