Group
Extension

Matches 3

Binance-API ( T/TA/TASKULA/Binance-API-1.09.tar.gz, TASKULA, 2022; MetaCPAN )
Binance-API/lib/Binance/API.pm ( view source; MetaCPAN )
ergQty

[OPTIONAL] Used with iceberg orders.

=item newOrderRespType

[OPTIONAL] Set the response JSON. ACK, RESULT, or FULL; MARKET and LIMIT order
types default to FULL, all other orders default to 
Binance-API ( T/TA/TASKULA/Binance-API-1.09.tar.gz, TASKULA, 2022; MetaCPAN )
Binance-API/lib/Binance/API/Request.pm ( view source; MetaCPAN )
use strict;
use warnings;

use base 'LWP::UserAgent';

use Digest::SHA qw( hmac_sha256_hex );
use JSON;
use Time::HiRes;
use URI;
use URI::QueryParam;

use Binance::Constants qw( :all );

use Binance:
 = $self->$method($url);
    }
    if ($response->is_success) {
        $response = eval { decode_json($response->decoded_content); };
        if ($@) {
            $self->{logger}->error(
           
Binance-API ( T/TA/TASKULA/Binance-API-1.09.tar.gz, TASKULA, 2022; MetaCPAN )
Binance-API/lib/Binance/PerlDependencies.pm ( view source; MetaCPAN )
ARE.

use strict;
use warnings;

our $required = {
    'Exception::Class'
        => '1.38',
    'JSON'
        => '2.07',
    'LWP::Protocol::https'
        => '6.04',
    'LWP::UserAgent'
        =>

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