Skip to content

Commit

Permalink
Merge pull request #90 from vansergen/symbol-details
Browse files Browse the repository at this point in the history
Add the `getSymbol` method
  • Loading branch information
vansergen committed Feb 5, 2021
2 parents 081bb8e + 409d9a2 commit bb612f0
Show file tree
Hide file tree
Showing 6 changed files with 1,336 additions and 925 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ const client = new PublicClient();
const symbols = await client.getSymbols();
```

- [`getSymbol`](https://docs.gemini.com/rest-api/#symbol-details)

```typescript
const symbol = "ZECLTC";
const info = await client.getSymbol({ symbol });
```

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

```typescript
Expand Down
Loading

0 comments on commit bb612f0

Please sign in to comment.