Acme-Coinbase
view release on metacpan or search on metacpan
bin/coinbase.pl view on Meta::CPAN
#print ("$prog: $noun " . $response->status_line . ", content: " . $response->decoded_content . "\n");
print ("$prog: $noun " . $response->status_line . ", content: " . $response->content . "\n");
}
}
# this is an example of a header used on the coinbase API, from their docs;
# GET /api/v1/account/balance HTTP/1.1
# Accept: */*
# User-Agent: Ruby
# ACCESS_KEY: <YOUR-API-KEY>
# ACCESS_SIGNATURE: <YOUR-COMPUTED-SIGNATURE>
# ACCESS_NONCE: <YOUR-UPDATED-NONCE>
# Connection: close
# Host: coinbase.com
=pod
=head1 NAME
coinbase.pl -- Tests checking a balance using the coinbase api
bin/coinbase.pl.bak view on Meta::CPAN
#print ("$prog: $noun " . $response->status_line . ", content: " . $response->decoded_content . "\n");
print ("$prog: $noun " . $response->status_line . ", content: " . $response->content . "\n");
}
}
# this is an example of a header used on the coinbase API, from their docs;
# GET /api/v1/account/balance HTTP/1.1
# Accept: */*
# User-Agent: Ruby
# ACCESS_KEY: <YOUR-API-KEY>
# ACCESS_SIGNATURE: <YOUR-COMPUTED-SIGNATURE>
# ACCESS_NONCE: <YOUR-UPDATED-NONCE>
# Connection: close
# Host: coinbase.com
=pod
=head1 NAME
coinbase.pl -- Tests checking a balance using the coinbase api
( run in 0.476 second using v1.01-cache-2.11-cpan-4e96b696675 )