PublicNode
Public node reads exposed by the dYdX node client wrapper.
connect
Source code in pkg/src/dydx/node/core.py
get_clob_pair
Fetches the order book pair identified by a given ID, allowing users to retrieve detailed information about a specific trading pair within a Central Limit Order Book (CLOB) system.
id: The id of the CLOB pair.
Source code in pkg/src/dydx/node/public/get_clob_pair.py
get_price
Retrieve the current market price for a specified market, identified by its market ID.
id: The id of the CLOB pair.
Source code in pkg/src/dydx/node/public/get_price.py
get_user_fee_tier
Retrieves the perpetual fee tier associated with a specific wallet address, providing information on the user's current fee structure.
address: The wallet address that owns the account.