All Projects → JKorf → FTX.Net

JKorf / FTX.Net

Licence: MIT license
No description or website provided.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to FTX.Net

gemini-python
A python client for the Gemini API and Websocket
Stars: ✭ 71 (+129.03%)
Mutual labels:  exchange, api-wrapper
ftx-api-wrapper-python3
FTX Exchange API wrapper in python3
Stars: ✭ 31 (+0%)
Mutual labels:  ftx, ftx-exchange
Python Poloniex
Poloniex API wrapper for Python 2.7 & 3
Stars: ✭ 557 (+1696.77%)
Mutual labels:  exchange, api-wrapper
cryptogalaxy
Get any cryptocurrencies ticker and trade data in real time from multiple exchanges and then save it in multiple storage systems.
Stars: ✭ 96 (+209.68%)
Mutual labels:  exchange, ftx
Binance.net
.Net API wrapper for the Binance web API
Stars: ✭ 349 (+1025.81%)
Mutual labels:  exchange, api-wrapper
Bitex
Crypto-currency Exchange API Framework
Stars: ✭ 455 (+1367.74%)
Mutual labels:  exchange, api-wrapper
Bittrex.net
A C# .Net wrapper for the Bittrex web API including all features easily accessible and usable
Stars: ✭ 131 (+322.58%)
Mutual labels:  exchange, api-wrapper
bold
Interface to the Bold Systems barcode webservice
Stars: ✭ 14 (-54.84%)
Mutual labels:  api-wrapper
Penicillin
Modern powerful Twitter API wrapper for Kotlin Multiplatform. #PureKotlin
Stars: ✭ 91 (+193.55%)
Mutual labels:  api-wrapper
openfoodfacts-ruby
Open Food Facts API Wrapper
Stars: ✭ 27 (-12.9%)
Mutual labels:  api-wrapper
monzo-python
💳 A python SDK for interacting with the Monzo API.
Stars: ✭ 38 (+22.58%)
Mutual labels:  api-wrapper
crypto-convert
Instantly convert cryptocurrency and get price information
Stars: ✭ 26 (-16.13%)
Mutual labels:  exchange
node-github-publish
Publishes a file to a repository through the GitHub Contents API
Stars: ✭ 20 (-35.48%)
Mutual labels:  api-wrapper
notionapi-agent
Unofficial Node.js API client for Notion.so
Stars: ✭ 89 (+187.1%)
Mutual labels:  api-wrapper
b2s-trader
Application to automate trading process
Stars: ✭ 22 (-29.03%)
Mutual labels:  exchange
django-prices-openexchangerates
openexchangerates.org support for django-prices
Stars: ✭ 33 (+6.45%)
Mutual labels:  exchange
php-currency-api
Standardized wrapper for popular currency rate APIs. Currently supports FixerIO, CurrencyLayer, Open Exchange Rates and Exchange Rates API.
Stars: ✭ 17 (-45.16%)
Mutual labels:  api-wrapper
0x-codesandbox
0x Codesandbox
Stars: ✭ 14 (-54.84%)
Mutual labels:  exchange
zoho-crm-php
An API wrapper library for Zoho CRM, written in PHP.
Stars: ✭ 15 (-51.61%)
Mutual labels:  api-wrapper
bitmex-client-websocket
🛠️ C# client for Bitmex websocket API
Stars: ✭ 60 (+93.55%)
Mutual labels:  exchange

FTX.Net

.NET Nuget version Nuget downloads

FTX.Net is a wrapper around the FTX API as described on FTX, including all features the API provides using clear and readable objects, both for the REST as the websocket API's.

If you think something is broken, something is missing or have any questions, please open an Issue

Documentation

Support the project

I develop and maintain this package on my own for free in my spare time, any support is greatly appreciated.

Referral link

Sign up using the following referral link to pay a small percentage of the trading fees you pay to support the project instead of paying them straight to FTX. This doesn't cost you a thing! Link

Donate

Make a one time donation in a crypto currency of your choice. If you prefer to donate a currency not listed here please contact me.

Btc: 12KwZk3r2Y3JZ2uMULcjqqBvXmpDwjhhQS
Eth: 0x069176ca1a4b1d6e0b7901a6bc0dbf3bb0bf5cc2
Nano: xrb_1ocs3hbp561ef76eoctjwg85w5ugr8wgimkj8mfhoyqbx4s1pbc74zggw7gs

Sponsor

Alternatively, sponsor me on Github using Github Sponsors.

Discord

A Discord server is available here. Feel free to join for discussion and/or questions around the CryptoExchange.Net and implementation libraries.

Release notes

  • Version 1.0.16 - 18 Jul 2022

    • Updated CryptoExchange.Net
  • Version 1.0.15 - 16 Jul 2022

    • Updated CryptoExchange.Net
  • Version 1.0.14 - 10 Jul 2022

    • Updated CryptoExchange.Net
  • Version 1.0.13 - 16 Jun 2022

    • Fixed TriggerOrder OrderStatus being nullable
    • Fixed complete status parsing in DepositHistory
    • Added missing Sent Withdrawal status
  • Version 1.0.12 - 12 Jun 2022

    • Fixed subaccount header not properly set for US api
    • Updated CrytpoExchange.Net
  • Version 1.0.11 - 24 May 2022

    • Updated CryptoExchange.Net
  • Version 1.0.10 - 22 May 2022

    • Updated CryptoExchange.Net
  • Version 1.0.9 - 08 May 2022

    • Updated CryptoExchange.Net
  • Version 1.0.8 - 01 May 2022

    • Updated CryptoExchange.Net which fixed an timing related issue in the websocket reconnection logic
    • Added seconds representation to KlineInterval enum
    • Fixed Deposit deserialization when confirmationTime is null
  • Version 1.0.7 - 14 Apr 2022

    • Updated CryptoExchange.Net
  • Version 1.0.6 - 10 Mar 2022

    • Updated CryptoExchange.Net
  • Version 1.0.5 - 08 Mar 2022

    • Fixed Convert.AcceptQuoteAsync endpoint
    • Updated CryptoExchange.Net
  • Version 1.0.4 - 01 Mar 2022

    • Updated CryptoExchange.Net improving the websocket reconnection robustness
  • Version 1.0.3 - 27 Feb 2022

    • Updated CryptoExchange.Net to fix timestamping issue when request is ratelimiter
  • Version 1.0.2 - 24 Feb 2022

    • Added missing Completed deposit status
    • Fixed deserialization error on FTXPosition if cumulative properties are null
    • Updated CryptoExchange.Net
  • Version 1.0.1 - 21 Feb 2022

    • Added network parameter for GetWithdrawalFeesAsync endpoint
  • Version 1.0.0 - 18 Feb 2022

    • Added Github.io page for documentation: https://jkorf.github.io/FTX.Net/

    • Added unit tests for parsing the returned JSON for each endpoint and subscription

    • Added AddFTX extension method on IServiceCollection for easy dependency injection

    • Added URL reference to API endpoint documentation for each endpoint

    • Refactored client structure to be consistent across exchange implementations

    • Renamed various properties to be consistent across exchange implementations

    • Cleaned up project structure

    • Fixed various models

    • Updated CryptoExchange.Net, see https://github.com/JKorf/CryptoExchange.Net#release-notes

    • See https://jkorf.github.io/FTX.Net/MigrationGuide.html for additional notes for updating from V0 to V1

  • Version 0.1.8 - 03 Nov 2021

    • Fix for ftx.us authentication
    • Added AutoTimestamp option to prevent authentication issues because of clock drift
    • Fixed GetBorrowRatesAsync endpoint
  • Version 0.1.7 - 11 Oct 2021

    • Fixed nullable properties on FTXPosition model
  • Version 0.1.6 - 11 Oct 2021

    • Fixed deserialization trigger order type
  • Version 0.1.5 - 08 Oct 2021

    • Updated CryptoExchange.Net to fix some socket issues
  • Version 0.1.4 - 06 Oct 2021

    • Updated CryptoExchange.Net, fixing socket issue when calling from .Net Framework
    • Fix for order book syncing
  • Version 0.1.3 - 05 Oct 2021

    • Fixed incorrect Subscription response check
    • Fixed GetFundingRatesAsync interface
    • Added missing properties on FTXPosition model
    • Fixed deserialization issue on FTXMarginMarketInfo model
  • Version 0.1.2 - 29 Sep 2021

    • Updated CryptoExchange.Net
  • Version 0.1.1 - 27 Sep 2021

    • Fixed start/endtime filters
    • Added futures endpoints
  • Version 0.1.0 - 20 Sep 2021

    • Added missing SetApiCredentials methods
    • Updated CryptoExchange.Net
  • Version 0.0.5 - 17 Sep 2021

    • Fix deserialization issue GetSymbolsAsync because Last property returning null
  • Version 0.0.4 - 15 Sep 2021

    • Added support for subaccount requests/subscriptions
    • Updated CryptoExchange.Net
    • Fixed checksum issue FTXSymbolOrderBook
  • Version 0.0.3 - 09 Sep 2021

    • Updated stream ticker model
    • Added Topic for socket subscriptions
  • Version 0.0.2 - 05 Sep 2021

    • Fixed multiple calls not being passed the input parameters
  • Version 0.0.1 - 03 Sep 2021

    • Fixed placing market order
  • Version 0.0.1-beta9 - 02 Sep 2021

    • Fix for position deserialization
  • Version 0.0.1-beta8 - 02 Sep 2021

    • Fix for disposing order book closing socket even if there are other connections
  • Version 0.0.1-beta7 - 02 Sep 2021

    • Added shared base class for FTXOrder and FTXTriggerOrder
  • Version 0.0.1-beta6 - 30 Aug 2021

    • Fixed trigger order deserialization
  • Version 0.0.1-beta5 - 30 Aug 2021

    • Fixed GetSymbolsAsync deserialization
  • Version 0.0.1-beta4 - 27 Aug 2021

    • Fixed market order deserialization
  • Version 0.0.1-beta3 - 27 Aug 2021

    • Fixed order book parsing
    • Updated Symbol model
  • Version 0.0.1-beta2 - 27 Aug 2021

    • Fixed request signing
    • Added FTXSymbolOrderBook checksum validation
  • Version 0.0.1-beta1 - 26 Aug 2021

    • Initial release
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].