Skip to content

ktpx/perl-miraiex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Perl Firi Crypto Trading API Package

NOTE: This Repo has been moved to https://github.com/ktpx/perl-firi

due to Miraiex now being Firi.com.

Firi.com (previously MiraIex) is a Norwegian Crypto Exchange

API Documentation: https://developers.firi.com/#/README
API: https://api.firi.com
URL: https://www.firi.com

Examples:

my $api = Miraiex::API->new( apikey => <api_access_key>);
my $result = $api->market_trade_history( market => $market,
                                          count => $count );
                                            
my $result = get_balances();

All calls returns a reference to an array of hashes. See the API documentation for more detail.

Perl Requirements

  • LWP::UserAgent
  • JSON::XS
  • URI
  • Switch
  • Scalar::Util
  • Config::General
  • Digest::SHA
  • Time::HiRes
  • URI::Query

If you would like to sign up with the Miriex Exchange, you're welcome to use my affiliate link below.

https://firi.com/affiliate/?referral=2051eafd

Tip Jar

BTC Tip Jar bc1q4n6ny3qea3lg687n5dr92a607q4gxfvct4tl2v

ETH Tip Jar 0xA54cFB231Bf07dA327Deeba9c6fff04CE78dA571

Licence: GPLv3

About

Perl Package for Firi.com crypto trading API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages