Skip to content

skyfile/php-gateio-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

php-gateio-api

Gate.io api call with php

Calling the API v2 base on the document https://gate.io/api2

$api= Gateio::instance(KEY,SECRET);
// 获取所有交易对
$res = $api->getAllPairs();

About

Gate.io 交易所 REST API 封装

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages