Skip to content

songruiling/selly_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

selly.cc 接口使用方法

use Wending\Selly\Wallet
use GuzzleHttp\Exception\ClientException;

$wallet = new Wallet()
$wallet->token('im@selly.cc', '123456')
$wallet->balance('1JpdeYddxcgXUdB2G4NDjS1irKhQzSWedn')

try {
	$wallet->withdraw('1JpdeYddxcgXUdB2G4NDjS1irKhQzSWedn', '0.001', '1JpdeYddxcgXUdB2G4NDjS1irKhQzSWedn', 'omni_usdt');
} catch (ClientException $e) {
	dump($e->getMessage());
}

About

selly.cc api接口 BTC ETH BCH USDT EOS XRP TRX BTT等

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages