SimpleHash is Multi-chain NFT API. Live on Ethereum, Polygon, Solana, Optimism and Arbitrum.
Read more about it here.
npm i simplehash-api
import * as SimpleHash from 'simplehash-api';
(async () => {
const simpleHash = SimpleHash.createApi(API_KEY);
const transfers = await simpleHash.transfersByNft('solana', 'FmhJc5zWfifRi9azMBtWnhAqXNwqwvzV7kqX5M5zGyL4');
console.log(transfers);
})();
- Add more APIs
- Add more examples
- Add more tests
- Add more documentation
© 2022, @jfkz