Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
mobula-api-sdk
Advanced tools
Mobula opens all the APIs powering the platform: meta-data, market & historical data for crypto-assets (logo, price, volumes, charts), wallet data (transactions, historical balances, ROIs), and DeFi quotes (swap quotes)
Mobula empowers builders with top-tier APIs for market data, wallet data & DeFi quotes. Industry-leading coverage & granularity, SQL queries, and high flexibility.
With the Mobula API SDK, you can seamlessly integrate real-time crypto metrics into your projects. Whether you're building a new crypto dashboard or just exploring the world of cryptocurrencies, Mobula API SDK has got you covered.
Before starting with the Mobula API SDK, ensure you have the following:
For an enhanced experience, acquire an API key. Generate your key and select a plan fitting your project here.
npm init -y
npm install mobula-api-sdk
import { Mobula } from 'mobula-api-sdk';
const mobula = new Mobula('YOUR_API_KEY_HERE');
mobula
.fetchWalletHistoryBalance({
wallet: '0x77A89C51f106D6cD547542a3A83FE73cB4459135',
})
.then((response) => {
console.log(response);
})
.catch((error) => {
console.error('Error:', error);
});
Replace YOUR_API_KEY_HERE
with your API key.
{"data":{"wallet":["0x77a89c51f106d6cd547542a3a83fe73cb4459135"],"balance_usd":186.11174894116627,"balance_history": [...]}}
Upgrade plans:
Plan | Credits/month | Support | Price/month | Link |
---|---|---|---|---|
Free | 300,000 | 24/7 support on Telegram, Discord, and Slack | $0 | Link |
Premium | 1,500,000 | 24/7 support on Telegram, Discord, and Slack | $250 | Upgrade now |
Advanced | 5,000,000 | 24/7 support on Telegram, Discord, and Slack | $750 | Upgrade now |
Enterprise | Unlimited | 24/7 support, custom endpoints, 99.9% SLA | from $750 | Contact us |
Need assistance? Contact our support bot on Telegram: Bot Support
Crafted with 💙 by Mobula for builders like you
FAQs
Mobula opens all the APIs powering the platform: meta-data, market & historical data for crypto-assets (logo, price, volumes, charts), wallet data (transactions, historical balances, ROIs), and DeFi quotes (swap quotes)
The npm package mobula-api-sdk receives a total of 8 weekly downloads. As such, mobula-api-sdk popularity was classified as not popular.
We found that mobula-api-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.