kosar501/ramzinex-sdk

Ramzinex API 的 PHP 封装

v0.1.0-alpha 2023-06-25 06:22 UTC

This package is auto-updated.

Last update: 2024-09-30 01:47:23 UTC


README

Ramzinex API 文档

安装

首先,您需要在 Ramzinex 交易所创建账户,请访问 Ramzinex

之后,您只需选择您的令牌

使用方法

composer require kosar501/ramzinex-sdk

用法

这里有一个示例

require __DIR__ . '/vendor/autoload.php';
	$ramzinex_api = new \ramzinex\new RamzinexApi('ramzinex_secretkey','ramzinex_apikey');
	
	
	$price =$ramzinex_api->getPrice(272);
	
	if($price['http_code'] == 200){
		return $price;	
	}

指南

创建账户

如果您还不是 Ramzinex 的成员,可以通过 注册链接 注册。

文档

要完整阅读 Ramzinex 文档,请访问 Ramzinex 文档 页面。

ramzinex

https://ramzinex.com/