Skip to content

Instantly share code, notes, and snippets.

@nvk
Created August 5, 2014 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nvk/ef40707119de6f2b93f4 to your computer and use it in GitHub Desktop.
Save nvk/ef40707119de6f2b93f4 to your computer and use it in GitHub Desktop.
Coinkite's Bitcoin API: Sending Bitcoin by SMS with Curl
$ curl `./ck-helper.py /v1/new/send` -d amount=0.020 -d account=0 -d 'dest=+1-416-555-1212' -X PUT | grep next_step
"next_step": "/v1/update/5E0000E8AB-BB1C1D/auth_send?authcode=dWkRqUCaNIag1qNtnXr3qZ24lGnwRExI",
$ curl `./ck-helper.py /v1/update/5E0000E8AB-BB1C1D/auth_send` -d authcode=dWkRqUCaNIag1qNtnXr3qZ24lGnwRExI -X PUT
@nvk
Copy link
Author

nvk commented Oct 22, 2014

Get an API key here and download the helper script here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment