Uses of Interface
com.bybit.api.client.restApi.BybitApiSpotMarginRestClient
-
Packages that use BybitApiSpotMarginRestClient Package Description com.bybit.api.client.impl com.bybit.api.client.service -
-
Uses of BybitApiSpotMarginRestClient in com.bybit.api.client.impl
Classes in com.bybit.api.client.impl that implement BybitApiSpotMarginRestClient Modifier and Type Class Description classBybitApiSpotMarginRestClientImplImplementation of Bybit's REST API using Retrofit with synchronous/blocking method calls. -
Uses of BybitApiSpotMarginRestClient in com.bybit.api.client.service
Methods in com.bybit.api.client.service that return BybitApiSpotMarginRestClient Modifier and Type Method Description BybitApiSpotMarginRestClientBybitApiClientFactory. newSpotMarginRestClient()Creates a new synchronous/blocking REST client to spot leverage token and spot margin endpoints.
-