Group
Extension

Matches 1

WebService-Binance ( R/RC/RCL/WebService-Binance-0.018.tar.gz, RCL, 2018; MetaCPAN )
WebService-Binance/lib/WebService/Binance.pm ( view source; MetaCPAN )
package WebService::Binance;
# ABSTRACT: Interface to Binance
use JSON::MaybeXS;
use LWP::UserAgent;
use Log::Log4perl;
use Moose;
use MooseX::Params::Validate;
use URL::Encode qw/url_encode/;
use Try
a = LWP::UserAgent->new(
	keep_alive	=> 1
    );
    $ua->default_header('Accept' => 'application/json' );
    return $ua;
}

=back

=head1 METHODS

=over 4

=item api_public

Query the public API

=c
       $self->log->logdie( "Response:\n" . $response->decoded_content );
    }

    return decode_json( $response->decoded_content );
}


=item lookup_symbol

Binance works with symbols which represen

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.