
Security News
Opengrep Adds Apex Support and New Rule Controls in Latest Updates
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
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 0 weekly downloads. As such, mobula-api-sdk popularity was classified as not popular.
We found that mobula-api-sdk demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.