kosar501/ramzinex-sdk

A PHP wrapper for Ramzinex's API

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

This package is auto-updated.

Last update: 2024-03-30 00:33:49 UTC


README

Ramzinex API Document

Installation

First of all, You need to make an account on Ramzinex exchange from Ramzinex

After that you just need to pick your token

Use in these ways :

composer require kosar501/ramzinex-sdk

Usage

There is an example

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

https://ramzinex.com/