Skip to content

Commit

Permalink
doc(readme): add getDepositAddresses example
Browse files Browse the repository at this point in the history
  • Loading branch information
vansergen committed Mar 21, 2020
1 parent d5a8899 commit 96e7d47
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -306,6 +306,14 @@ const transfers = await client.getTransfers({
});
```

- [`getDepositAddresses`](https://docs.gemini.com/rest-api/#get-deposit-addresses)

```typescript
const network = "bitcoincash";
const account = "primary";
const addresses = await client.getDepositAddresses({ network, account });
```

- [`getNewAddress`](https://docs.gemini.com/rest-api/#new-deposit-address)

```typescript
Expand Down

0 comments on commit 96e7d47

Please sign in to comment.