0.1.16 • Published 2 months ago

simplehash-api v0.1.16

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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, @haha-me

0.1.16

2 months ago

0.1.14

2 months ago

0.1.15

2 months ago

0.1.13

2 months ago

0.1.12

6 months ago

0.1.11

11 months ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.0.8

2 years ago

0.1.4

2 years ago

0.1.6

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.1-pre0

2 years ago