molotoksoftware/php-tradingbeep-api

PHP TradingBeep API is a PHP library for the TradingBeep.com API designed to be easy to use.

dev-master 2019-01-11 18:59 UTC

This package is auto-updated.

Last update: 2024-04-12 07:04:59 UTC


README

PHP TradingBeep API is a PHP library for the TradingBeep.com API designed to be easy to use.

Installation

composer require "molotoksoftware/php-tradingbeep-api"

Getting started

// 1. class initialization
$tradingbeep = new TradingBeepApi('API_KEY', 'APY_SECRET');

// 2. getting all indicators by pair
print_r($tradingbeep->getBeeps('binance', 'BTC-USDT', '5min'));