Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@exodus/nfts

Package Overview
Dependencies
Maintainers
0
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/nfts

Multi-asset NFTs fetching and tracking for off-chain user metadata

  • 9.4.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

@exodus/nfts

This monitor fetches NFTs related data transaction information, for each supported network (if it has nfts support and nfts-proxy supports fetching transaction history by address).

Usage

nftsMonitor.on('nfts', (data) => port.emit('nfts', data))
nftsMonitor.on('nftsTxs', (data) => port.emit('nftsTxs', data))

Monitor config

config.emptyTxsIntervalMultiplier (defaults to 3)

Interval multiplier for Addresses without txs (from txLog), does NOT apply to short intervals (less than 1 minute)

config.emptyNftsIntervalMultiplier (defaults to 3)

Interval multiplier for Addresses without NFTs, does NOT apply to short intervals.

example: background interval is set to 5 minutes, a specific solana address has txs in txLog but no NFTs, the fetch for that address will happen every 15 minutes instead of 5.

FAQs

Package last updated on 06 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc