@chainstream-io/sdk 0.2.2 → 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/README.md +78 -0
- package/dist/chainstream.cjs +1 -1
- package/dist/chainstream.cjs.map +1 -1
- package/dist/chainstream.mjs +1 -1
- package/dist/chainstream.mjs.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2121,7 +2121,7 @@ __export(wallet_exports, {
|
|
|
2121
2121
|
});
|
|
2122
2122
|
var getPnl = (chain, walletAddress, params, options) => {
|
|
2123
2123
|
return chainstreamApiClient(
|
|
2124
|
-
{ url: `/v1/wallet/${chain}/${walletAddress}`, method: "GET", params },
|
|
2124
|
+
{ url: `/v1/wallet/${chain}/${walletAddress}/pnl`, method: "GET", params },
|
|
2125
2125
|
options
|
|
2126
2126
|
);
|
|
2127
2127
|
};
|