-
Notifications
You must be signed in to change notification settings - Fork 0
Client API Methods
David O' Rojo edited this page Feb 6, 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.
- get_slip_data: Gets the information of a specific slip.
- 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.
- buy_bitcoins: Instantly buy Bitcoins using fiat balance.
- sell_bitcoins: Instantly sell Bitcoins to get fiat balance.
- send: Instantly send fiat or Bitcoin balance to an address.
These API calls require developer and merchant credentials.
- 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 partner credentials.
- create_user: Creates a new user account.
-
new_user: Alias for
create_user.