Created
August 5, 2014 18:26
-
-
Save nvk/ef40707119de6f2b93f4 to your computer and use it in GitHub Desktop.
Coinkite's Bitcoin API: Sending Bitcoin by SMS with Curl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Get an API key here and download the helper script here