Skip to content

You can get the best prices of cryptocurrency for long and short

Notifications You must be signed in to change notification settings

iamamirsalehi/cryptocurrency-price

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptocurrency-price

You can get the best prices of cryptocurrency for long and short

install this package

composer require iamamirsalehi/cryptocurrency-price

List of supported cryptocurrencies

  • bitcoin
  • tether
  • ethereum
  • ripple
  • litecoin
  • tron
  • ethereum classic
  • stellar
  • binancecoin
  • eos
  • bitcoin cache
  • cardano
  • tezos
  • chainlink
  • monero
  • dogecoin

Where this pacakge gets the best prices from?

This package get the best prices from arzex and in the next versions I'll customize it for you

Let's see how it works

If you want to get the long price of bitcoin you can use like this

<?php

$long_price = CryptoCurrencies::bitcoin()->long();

# codes

And for the short price

<?php

$short_price = CryptoCurrencies::bitcoin()->short();

# codes

or you can have both with just one call

<?php

$prices = CryptoCurrencies::bitcoin()->getLongAndShortPrices();

the method works like this, You can just call the cryptocurrency that you want then call the long or short method

About

You can get the best prices of cryptocurrency for long and short

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages