Group
Extension

Matches 1

Crypto-Exchange-Binance-Spot-API ( M/MI/MICVU/Crypto-Exchange-Binance-Spot-API-0.05.tar.gz, MICVU, 2021; MetaCPAN )
Crypto-Exchange-Binance-Spot-API/lib/Crypto/Exchange/Binance/Spot/API.pm ( view source; MetaCPAN )
currency_file";
        local $/; $DATA = <$fh>;
        $fh->close;
    }

    my $data = $self->json->decode($DATA)->{data};
    my %rows = ();

    foreach my $row(@$data) {
        my ($base, $coi

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