PHP code example of kami / icobench-client
1. Go to this page and download the library: Download kami/icobench-client library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
kami / icobench-client example snippets
$publicKey = 'your-key';
$privateKey = 'your-key';
$client = new \Kami\IcoBench\Client($privateKey, $publicKey);
$client->getIco($id, $data);
$client->getIcos($type, $data);
$client->getOther($type);
$client->getPeople($type, $data);