@chainstream-io/sdk 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2106,7 +2106,7 @@ __export(wallet_exports, {
2106
2106
  });
2107
2107
  var getPnl = (chain, walletAddress, params, options) => {
2108
2108
  return chainstreamApiClient(
2109
- { url: `/v1/wallet/${chain}/${walletAddress}`, method: "GET", params },
2109
+ { url: `/v1/wallet/${chain}/${walletAddress}/pnl`, method: "GET", params },
2110
2110
  options
2111
2111
  );
2112
2112
  };