Hello,
We've completed working on an API @
https://bit-bank.org!
The API works by sending a POST to the following URL:
https://bit-bank.org/api.php?key=foo&token=bar&query=myquery
All output that is returned is in JSON format. For instance, to instantly send funds from my account to the account 'foobar', I'd use the following:
https://bit-bank.org/api.php?key=my_private_key&token=my_private_token&query=sendacc&to=foobar&amt=1.34
The key is a unique, 3rd party key provided on an on-demand basis. The token is a unique token linked to the user's account.
For a complete list of API calls (and to learn how to request an API key), visit:
https://bit-bank.org/api_docs.phpThe API allows you to:
-return a list of receiving addresses associated to an account
-return the current balance
-get a new address
-send bitcoins to another address
-instantly send bitcoins to another Bit-Bank account
-return the contacts in the user's address book
-list previous transactions in done by the account (up to a specified count)
-returns the bit-bank account associated with a given address.
In the future, we will be adding much more functionality, including:
-email bitcoins and put them 'on hold' until the user registers an account and claims them
-adding/removing entries in the address book
-adding bit-bank 'friends'