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

mobula-api-sdk

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobula-api-sdk

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)

  • 1.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
decreased by-52.63%
Maintainers
1
Weekly downloads
 
Created
Source

Getting Started with Mobula API SDK

Mobula empowers builders with top-tier APIs for market data, wallet data & DeFi quotes. Industry-leading coverage & granularity, SQL queries, and high flexibility.

📑 Table of Contents

  • Introduction
  • Prerequisites
  • Generate API Key
  • Installation
  • Documentation
  • Upgrade
  • Support

🌟 Introduction

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.

🛠 Prerequisites

Before starting with the Mobula API SDK, ensure you have the following:

  • Node.js installed on your machine. Download and install Node.js from here.

🔑 Generate API Key

For an enhanced experience, acquire an API key. Generate your key and select a plan fitting your project here.

📦 Installation

  1. Initialize a new npm project in your directory
npm init -y
  1. Install mobula-api-sdk
npm install mobula-api-sdk
  1. Initiate the SDK as shown below
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.

Response

{"data":{"wallet":["0x77a89c51f106d6cd547542a3a83fe73cb4459135"],"balance_usd":186.11174894116627,"balance_history": [...]}}


📚 Documentation

🔄 Upgrade

Upgrade plans:

PlanCredits/monthSupportPrice/monthLink
Free300,00024/7 support on Telegram, Discord, and Slack$0Link
Premium1,500,00024/7 support on Telegram, Discord, and Slack$250Upgrade now
Advanced5,000,00024/7 support on Telegram, Discord, and Slack$750Upgrade now
EnterpriseUnlimited24/7 support, custom endpoints, 99.9% SLAfrom $750Contact us

📞 Support

Need assistance? Contact our support bot on Telegram: Bot Support


Crafted with 💙 by Mobula for builders like you

Keywords

FAQs

Package last updated on 20 Dec 2023

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