nqs_sdk.bindings.protocols.cex.cex_market module

class nqs_sdk.bindings.protocols.cex.cex_market.CEXPair(token0, token1, opening_fee, max_leverage, maintenance_margin_ratio)[source]

Bases: object

__init__(token0, token1, opening_fee, max_leverage, maintenance_margin_ratio)[source]
decimals1: int
decimals0: int
token0: str
token1: str
opening_fee: Decimal
max_leverage: int
maintenance_margin_ratio: Decimal
class nqs_sdk.bindings.protocols.cex.cex_market.CEXMarkets(pairs)[source]

Bases: ProtocolInfos

__init__(pairs)[source]
pairs: list[CEXPair]
property name: str
property factory_id: str
get_token_infos()[source]
Return type:

dict[str, int]