Bitcoin Forum

Bitcoin => Project Development => Topic started by: seeARMS @ Bit-Bank on July 24, 2011, 05:25:35 AM



Title: Bit-Bank.org API Released!
Post by: seeARMS @ Bit-Bank on July 24, 2011, 05:25:35 AM
Hello,
We've completed working on an API @ https://bit-bank.org!

The API works by sending a POST to the following URL:

Code:
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:

Code:
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.php

The 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'


Title: Re: Bit-Bank.org API Released!
Post by: Existence on July 25, 2011, 11:33:44 PM
-email bitcoins and put them 'on hold' until the user registers an account and claims them
That'll be interesting.  :o


Title: Re: Bit-Bank.org API Released!
Post by: seeARMS @ Bit-Bank on July 31, 2011, 03:15:22 AM
-email bitcoins and put them 'on hold' until the user registers an account and claims them
That'll be interesting.  :o
Indeed. :)


Title: Re: Bit-Bank.org API Released!
Post by: ffuentes on July 31, 2011, 03:46:10 AM
Why all bitcoin startups are runned by "anonymous" people. This makes me mistrust.


Title: Re: Bit-Bank.org API Released!
Post by: brandon@sourcewerks on July 31, 2011, 06:25:13 PM
I'm on it... Will have a PHP library out for it in the next 48 hours.


Title: Re: Bit-Bank.org API Released!
Post by: seeARMS @ Bit-Bank on July 31, 2011, 10:07:41 PM
I'm on it... Will have a PHP library out for it in the next 48 hours.
Sounds good. I replied to your email.