Skip to content

Commit

Permalink
doc(readme): add getNotionalBalances example
Browse files Browse the repository at this point in the history
  • Loading branch information
vansergen committed Mar 21, 2020
1 parent e83ce56 commit d5844e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,13 @@ const account = "primary";
const balances = await client.getAvailableBalances({ account });
```

- [`getNotionalBalances`](https://docs.gemini.com/rest-api/#get-notional-balances)

```typescript
const account = "primary";
const balances = await client.getNotionalBalances({ account });
```

- [`getTransfers`](https://docs.gemini.com/rest-api/#transfers)

```typescript
Expand Down

0 comments on commit d5844e9

Please sign in to comment.