Skip to content

Instantly share code, notes, and snippets.

@throughnothing
Created December 2, 2013 18:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save throughnothing/7754636 to your computer and use it in GitHub Desktop.
Save throughnothing/7754636 to your computer and use it in GitHub Desktop.
Get Coinbase BTC Price
#!/usr/bin/env perl
use v5.10; use ojo;
say g('https://coinbase.com/api/v1/prices/buy')->json->{subtotal}{amount};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment