simplehash-api
TypeScript icon, indicating that this package has built-in type declarations

0.1.16 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i simplehash-api

Weekly Downloads

111

Version

0.1.16

License

ISC

Unpacked Size

25.1 kB

Total Files

14

Last publish

Collaborators

  • jfkz
  • haha-mike