You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** The attribute to sort the list on. Defaults to BALANCE (raw token amount). */
215
215
sortBy?: InputMaybe<BalancesSortAttribute>;
216
+
/** The direction to sort the list. Defaults to DESC (highest value first). */
217
+
sortDirection?: InputMaybe<RankingDirection>;
216
218
/** The token IDs (`address:networkId`) or addresses to request the balance for. Requires a list of `networks` if only passing addresses. Include native network balances using `native` as the token address. Only applied when using `walletAddress` (not `walletId`). Max 200 tokens. */
0 commit comments