-
Notifications
You must be signed in to change notification settings - Fork 0
Client API Methods
David O' Rojo edited this page Feb 23, 2015
·
5 revisions
This is a list of all available methods for the Volabit API. Be sure to check the official API documentation for more details.
These API calls can be used by anyone with developer credentials.
- spot_prices: Gets the exchange price from certain currency amount to another currency.
- tickers: Gets the exchange price list for the supported currencies.
- me: Gets account information from the user that authorized the app.
-
user_data: Alias for
me.
- new_slip: Creates a slip to load a wallet.
-
create_slip: Alias for
new_slip. - get_slip_data: Gets the information of a specific slip.
-
slip_data: Alias for
get_slip_data. - report_receipt: Informs of a receipt used to load a wallet's slip.
- delete_slip: Deletes a specific slip.
- get_load_methods: Gets the options available for loading a slip.
-
load_methods: Alias for
get_load_methods.
- buy_bitcoins: Instantly buy Bitcoins using fiat balance.
- sell_bitcoins: Instantly sell Bitcoins to get fiat balance.
- send_money: Instantly send fiat or Bitcoin balance to an address.
-
send_funds: Alias for
send_money. - new_payment: Requests a special address to receive a Bitcoin payment that will be instantly converted to the designated currency.
These API calls require developer and merchant credentials.
These API calls require developer and partner credentials.
- create_user: Creates a new user account.
-
new_user: Alias for
create_user.