GetTradingPairs
Retrieves an array of trading pairs for a given wallet ID.
public static VyTask<VyTradingPairDto[]> GetTradingPairs(string id)
Path Parameters
Returns
VyTask<VyTradingPairDto[]> An asynchronous task that returns an array of VyTradingPairDto objects representing the trading pairs for the specified wallet ID.
Last updated