PHPackages                             angelkurten/laravel-bittrex - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. angelkurten/laravel-bittrex

ActiveLibrary[API Development](/categories/api)

angelkurten/laravel-bittrex
===========================

Bittrex API wrapper for Laravel

v1.2.2(8y ago)0531MITPHPPHP &gt;=7.0.0

Since May 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/angelkurten/laravel-bittrex)[ Packagist](https://packagist.org/packages/angelkurten/laravel-bittrex)[ RSS](/packages/angelkurten-laravel-bittrex/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (1)Versions (6)Used By (0)

Laravel-Bittrex
===============

[](#laravel-bittrex)

Start trading on Bittrex right away using your favorite PHP framework.

### Installation

[](#installation)

`composer require angelkurten/laravel-bittrex`.

Add the service provider to your `config/app.php`:

```
'providers' => [
    AngelKurten\Bittrex\BittrexServiceProvider::class,
],
```

...run `php artisan vendor:publish` to copy the config file.

Edit the `config/bittrex.php` or add Bittrex api and secret in your `.env` file

```
BITTREX_KEY={YOUR_API_KEY}
BITTREX_SECRET={YOUR_API_SECRET}

```

Add the alias to your `config/app.php`:

```
'aliases' => [
    'Bittrex' => Angelkurten\Bittrex\Bittrex::class,
],
```

### Usage

[](#usage)

Please refer to the [Api Documentation](https://bittrex.com/home/api) for more info, or read the [docblocks](https://github.com/angelkurten/laravel-bittrex/blob/master/src/Client.php) !

```
use Angelkurten\Bittrex\Bittrex;

// public API methods
Bittrex::getMarkets();
Bittrex::getCurrencies();
Bittrex::getTicker($marker);
Bittrex::getMarketSummaries();
Bittrex::getMarketSummary($market);
Bittrex::getOrderBook($market, $type, $depth = 20);
Bittrex::getMarketHistory($market);

// Public API 2.0 methods
Bittrex::getValidChartDataTickIntervals();
Bittrex::getChartData($market, $tickInterval = 'hour');

// market API methods
Bittrex::buyLimit($market, $quantity, $rate);
Bittrex::sellLimit($market, $quantity, $rate);
Bittrex::cancelOrder($uuid);
Bittrex::getOpenOrders($market = null);

// account API methods
Bittrex::getBalances();
Bittrex::getBalance($currency);
Bittrex::getDepositAddress($currency);
Bittrex::withdraw($currency, $quantity, $address, $paymentId = null);
Bittrex::getOrder($uuid);
Bittrex::getOrderHistory($market = null);
Bittrex::getWithdrawalHistory($currency = null);
Bittrex::getDepositHistory($currency = null);

// For multiple accounts
Bittrex::setAuthKey($key);
Bittrex::setAuthSecret($secret);
```

This package is provided as-is. Do with it what you want ! PR's will be looked into. I personally believe in freedom and equality, which is one of the reasons I'm in crypto. It's also the reason I'm sharing most of the reusable code I write.

If you're feeling generous, you can always leave a tip. Any satoshi will do. May the chain be with you. And may you be with the chain.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 57.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~39 days

Total

5

Last Release

3123d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4800a9f8fa0bb5321d409674d6cd5853fac82819cb3ac7dabd71d32cc9136dcc?d=identicon)[angelkurten](/maintainers/angelkurten)

---

Top Contributors

[![pepijnolivier](https://avatars.githubusercontent.com/u/2015108?v=4)](https://github.com/pepijnolivier "pepijnolivier (24 commits)")[![angelkurten](https://avatars.githubusercontent.com/u/2807174?v=4)](https://github.com/angelkurten "angelkurten (15 commits)")[![rpijpers](https://avatars.githubusercontent.com/u/522454?v=4)](https://github.com/rpijpers "rpijpers (2 commits)")[![owenvoke](https://avatars.githubusercontent.com/u/1899334?v=4)](https://github.com/owenvoke "owenvoke (1 commits)")

### Embed Badge

![Health badge](/badges/angelkurten-laravel-bittrex/health.svg)

```
[![Health](https://phpackages.com/badges/angelkurten-laravel-bittrex/health.svg)](https://phpackages.com/packages/angelkurten-laravel-bittrex)
```

###  Alternatives

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[echolabsdev/prism

A powerful Laravel package for integrating Large Language Models (LLMs) into your applications.

2.3k388.3k10](/packages/echolabsdev-prism)[sburina/laravel-whmcs-up

WHMCS API client and user provider for Laravel

271.3k](/packages/sburina-laravel-whmcs-up)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
