Profits Earned by Arb Service Customers
R25 million+
30-Day OTC Trading Volume
R4 Billion+
Low Fees
Tight Spreads
Fast Settlement
Request for Quote (RfQ)
Buy BTC with ZAR
Sell BTC for ZAR
Current Quote
There are no current quotes.
Please fill out the request form to receive a quote.
Price per coin
Total proceeds
Total cost
Quote expires in
Use data to trade programmatically. Build an integration in just a couple of minutes using the OVEX Postman Collection and API Documentation. WebSocket API coming soon.
1 // Request for Quote (RfQ) to purchase R1 million worth of Bitcoin (BTC) 2 import requests 3 4 url = "www.ovex.io/api/v2/rfq/get_quote?market=btczar&amount=1000000&side=buy" 5 payload = {} 6 headers = {} 7 response = requests.request("GET", url, headers=headers, data=payload) 8 print(response.text.encode('utf-8'))
Ready to get started?