# @bithighlander/unchained-client

> Provides a typescript axios client to interact with all supported unchained API's

Latest version **3.7.0** (published 2021-12-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install @bithighlander/unchained-client
pnpm add @bithighlander/unchained-client
yarn add @bithighlander/unchained-client
bun add @bithighlander/unchained-client
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.7.0 |
| Published | 2021-12-06 |
| First published | 2021-12-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 343.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | bithighlander |

## Links

- npm: https://www.npmjs.com/package/@bithighlander/unchained-client
- npm.io page: https://npm.io/package/@bithighlander/unchained-client

## Dependencies (2)

- [@shapeshiftoss/bitcoin-api](https://npm.io/package/@shapeshiftoss/bitcoin-api.md) ^3.7.0
- [@shapeshiftoss/ethereum-api](https://npm.io/package/@shapeshiftoss/ethereum-api.md) ^3.7.0

## Recent versions

- 3.7.0 (latest) — 2021-12-06

## README

# Unchained API Client

Provides a typescript axios client to interact with all supported unchained API's

## Installing

Using npm:
```
npm install @shapeshiftoss/unchained-client
```

Using yarn:
```
yarn add @shapeshiftoss/unchained-client
```

## Usage

```
import { Ethereum } from '@shapeshiftoss/unchained-client'

const config = new Ethereum.Configuration({ basePath: 'https://api.ethereum.shapeshift.com' })
const ethClient = new Ethereum.V1Api(config)

const { data } = await ethClient.getBalance({ pubkey: '0xB3DD70991aF983Cf82d95c46C24979ee98348ffa' })
```

---
_Source: https://npm.io/package/@bithighlander/unchained-client · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
