Skip to content

Commit

Permalink
doc(readme): add getPriceFeed example
Browse files Browse the repository at this point in the history
  • Loading branch information
vansergen committed Mar 21, 2020
1 parent 54eb17f commit dc14080
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ const history = await client.getAuctionHistory({
});
```

- [`getPriceFeed`](https://docs.gemini.com/rest-api/#price-feed)

```typescript
const priceFeed = await client.getPriceFeed();
```

### AuthenticatedClient

```typescript
Expand Down

0 comments on commit dc14080

Please sign in to comment.