0.3.1 • Published 4 months ago

simplehash-api v0.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

SimpleHash API

NPM

Introduction

SimpleHash is Multi-chain NFT API. Live on Ethereum, Polygon, Solana, Optimism and Arbitrum.

Read more about it here.

Installation

npm i simplehash-api

Example usage

import * as SimpleHash from 'simplehash-api';

(async () => {
  const simpleHash = SimpleHash.createApi(API_KEY);

  const transfers = await simpleHash.transfersByNft('solana', 'FmhJc5zWfifRi9azMBtWnhAqXNwqwvzV7kqX5M5zGyL4');
  console.log(transfers);
})();

TODO

  • Add more APIs
  • Add more examples
  • Add more tests
  • Add more documentation

© 2022, @jfkz

0.3.1

4 months ago

0.2.2

4 months ago

0.2.1

10 months ago

0.1.17

1 year ago

0.1.18

12 months ago

0.1.16

1 year ago

0.1.14

1 year ago

0.1.15

1 year ago

0.1.13

1 year ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.0.8

3 years ago

0.1.4

3 years ago

0.1.6

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.1-pre0

3 years ago