JKorf / Bybit.Net

A C# .netstandard client library for the Bybit REST and Websocket V5 API focusing on clear usage and models
https://jkorf.github.io/Bybit.Net/
90 stars 64 forks source link

derivatives ? #63

Closed Kei-OHKAWA closed 1 year ago

Kei-OHKAWA commented 1 year ago

Do you support derivatives?

Are there any plans to support derivatives in the future?

dante1989 commented 1 year ago

You can check derivative APIs here: https://jkorf.github.io/Bybit.Net/ClientInfo/UsdPerpetualApi/IBybitClientUsdPerpetualApi.html https://jkorf.github.io/Bybit.Net/ClientInfo/InversePerpetualApi/IBybitClientInversePerpetualApi.html

Kei-OHKAWA commented 1 year ago

Thank you. understood.