OTC
Over the counter (OTC) purchases or Vaultoro Direct within the dashboard allow you to buy and sell assets quickly at market rates.
Last updated
Over the counter (OTC) purchases or Vaultoro Direct within the dashboard allow you to buy and sell assets quickly at market rates.
Last updated
POST
https://api.vaultoro.com/v1/private/orders/otc
This OTC endpoint allows you to fetch a BUY/SELL quote for a pair before committing to the purchase. Your quote price will be valid for 30 seconds from the time of request. You can send in a quantity or total with your request. The quantity represents the amount of the baseHandle you wish to buy or sell. And the total is the total to spend. For example, you want to buy GOLD with BTC. Sending in quantity 1 - you're getting 1 gram of Gold for BTC. However, if you send in the total value, your quote will assume you want to spend 1 BTC.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
POST
https://api.vaultoro.com/v1/private/orders/otc
Call the same endpoint with the quoteID returned in the previous call to confirm the order. Without the quoteID, a new quote will be created.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
match
string
'spend' or 'receive'
quantity
string
The quantity field represents the amount of the asset you wish to buy. For more information, please refer to the details above. This field is required unless the total is sent.
pair
string
The pair you wish to retrieve a quote for. Currently supported pairs include GOLDBTC and GOLDDASH.
type
string
The type of quote you require pricing for. Either BUY or SELL.
VTOKEN
string
Vaultoro API token
VTOKEN
string
Vaultoro API Token
quoteID
string
Enter a quoteID for a previously created quote.
type
string
The type of quote, BUY or SELL.
quantity
string
The quantity field represents the amount of asset you wish to buy.
match
string
'spend' or 'receive'
pair
string
The pair you wish to retrieve a quote for. Currently supported pairs include GOLDBTC and GOLDDASH.