Socket
Socket
Sign inDemoInstall

status.finance

Package Overview
Dependencies
115
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    status.finance

Javascript library for interacting with the Status Finance API


Version published
Weekly downloads
2
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Status Finance SDK

Javascript SDK for https://status.finance

Installation

npm install status.finance

Example

const { getTransaction } = require('status.finance');
const tx = await getTransaction({ apiKey: 'myKey' }, { hash: '0x9ce76b451158efb18ef0a3565139b3ed1eb7f248365ad94ebaf21dcdd0e81de9', chain: 'ethereum' })
console.log(tx)

FAQs

Last updated on 20 Jul 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc