1.4.0 • Published 5 months ago

mobula-api-sdk v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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

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

1.4.0

5 months ago

1.3.9

5 months ago

1.3.8

5 months ago

1.3.7

5 months ago

1.3.6

5 months ago

1.3.5

5 months ago

1.3.4

6 months ago

1.3.3

6 months ago

1.3.2

6 months ago

1.3.1

6 months ago

1.3.0

6 months ago

1.2.1

6 months ago

1.2.0

6 months ago

1.1.6

6 months ago