Skip to content
David O' Rojo edited this page Feb 23, 2015 · 3 revisions

This is a list of all available methods for the Volabit API. Be sure to check the official API documentation for more details.

General Methods

These API calls can be used by anyone with developer credentials.

  • spotPrices: 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.
  • userData: Alias for me.
  • createSlip: Creates a slip to load a wallet.
  • slipData: Gets the information of a specific slip.
  • reportReceipt: Informs of a receipt used to load a wallet's slip.
  • deleteSlip: Deletes a specific slip.
  • loadMethods: Gets the options available for loading a slip.
  • buyBitcoins: Instantly buy Bitcoins using fiat balance.
  • sellBitcoins: Instantly sell Bitcoins to get fiat balance.
  • sendMoney: Instantly send fiat or Bitcoin balance to an address.
  • newPayment: Requests a special address to receive a Bitcoin payment that will be instantly converted to the designated currency.

Partner Methods

These API calls require partner credentials.

Clone this wiki locally