adman9000/laravel-cryptopia

Implementation of Cryptopia trading API for Laravel

v0.1 2017-12-17 22:10 UTC

This package is auto-updated.

Last update: 2025-03-27 03:03:37 UTC


README

Laravel implementation of the Cryptopia crypto exchange trading API

Install

Install via Composer

composer require adman9000/laravel-cryptopia

Utilises autoloading in Laravel 5.5+. For older versions add the following lines to your config/app.php

'providers' => [
        ...
        adman9000\cryptopia\CryptopiaServiceProvider::class,
        ...
    ],


 'aliases' => [
        ...
        'Cryptopia' => adman9000\cryptopia\CryptopiaAPIFacade::class,
    ],

Features

Price tickers, balances, trades