asmitta-01 / binance-pay

PHP 中使用 Binance Pay API 的辅助工具

v1.0.0 2024-03-23 22:15 UTC

This package is auto-updated.

Last update: 2024-09-23 23:31:56 UTC


README

这是一个用于在您的 PHP 项目中使用 Binance Pay Api 的辅助工具。

安装

composer require asmitta-01/binance-pay-api-php

如何使用

require_once 'vendor/autoload.php';

$client = new \BinancePay\C2B(apiKey: $key, secret: $secret);
$response = $client->getWalletBalance();
print_r($response);