@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.
package/dist/index.cjs CHANGED
@@ -2312,7 +2312,7 @@ __export(wallet_exports, {
2312
2312
  });
2313
2313
  var getPnl = (chain, walletAddress, params, options) => {
2314
2314
  return chainstreamApiClient(
2315
- { url: `/v1/wallet/${chain}/${walletAddress}`, method: "GET", params },
2315
+ { url: `/v1/wallet/${chain}/${walletAddress}/pnl`, method: "GET", params },
2316
2316
  options
2317
2317
  );
2318
2318
  };