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();
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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();