@dydxprotocol/v4-client-js 1.16.0 → 1.16.2
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/package.json
CHANGED
|
@@ -275,7 +275,7 @@ export default class AccountClient extends RestClient {
|
|
|
275
275
|
limit?: number | null,
|
|
276
276
|
page?: number | null,
|
|
277
277
|
): Promise<Data> {
|
|
278
|
-
const uri = '/v4
|
|
278
|
+
const uri = '/v4/historical-pnl/parentSubaccountNumber';
|
|
279
279
|
return this.get(uri, {
|
|
280
280
|
address,
|
|
281
281
|
parentSubaccountNumber,
|