import requests
data = requests.post(
“https://api.sfox.com/v1/orders/buy”,
headers={
“Authorization”:“Bearer <API_KEY>“,
},
data={
“quantity”: 10.25,
“currency_pair”:“btcusd”,
“algorithm_id”: 307, #TWAP Order
“price”: 40000.01,
“total_time”: 3600, #1-Hour
“continuous”: true #Execute Continuously
}
)
print(data)
There’s no need to maintain multiple costly APIs for your crypto trading operation. sFOX’s high-performance and fully integrated API allows you to capitalize on global crypto opportunities from one API.
Our APIs are used by a diverse range of institutions to improve outcomes in digital asset trading.
*Provided by various syndicates at Lloyd’s of London, led by Arch Syndicate 2012. Certificate of insurance available upon request.
sFOX, Inc. is a licensed Money Services Business registered with FinCEN in the United States, MSB Registration Number 31000266509619. SAFE Trust Co., an affiliate of sFOX, is a Wyoming trust regulated by the Wyoming Division of Banking. The risk of loss in trading crypto currencies can be substantial and you should carefully consider whether such trading is appropriate in your particular circumstances. The material published on this website is for informational purposes only and is not intended to, and should not be taken to, constitute investment, tax, legal or other advice by sFOX, Inc or its affiliates.