Forbole DevTools Docs
  • RPC/API Documentation
    • 👋 Welcome
    • 🧭 Guide to RPC
      • 🌐 Endpoints
        • Authentication
        • gRPC
          • Kaspa
        • ↕️RPC
          • Akash
          • Arbitrum
          • Base
          • Celer
          • Ethereum
          • Optimism
          • Quasar
          • Sui
        • 🔃REST
          • Agoric
          • Akash
          • Celer
          • Quasar
        • 🔌Websocket
          • Kaspa
      • 📰Plans
        • 🆓Free Plan
        • 💵Pay as You Go
          • ⬆️Query requests top up
        • 🏦Enterprise
      • ⚙️Settings
        • 🔑 Regenerate API key
        • ⛔️ IP Allowlist
  • Contact Us
    • Forbole Website
    • Discord
    • Github
    • Telegram
    • X
Powered by GitBook
On this page
  • Introduction
  • How to Interact

Was this helpful?

  1. RPC/API Documentation
  2. 🧭 Guide to RPC
  3. 🌐 Endpoints
  4. REST

Quasar

Last updated 5 months ago

Was this helpful?

Introduction

The is a decentralized, application-specific blockchain within the Cosmos ecosystem, designed to facilitate interchain asset management through customizable, self-governed investment vehicles known as vaults. By leveraging the Inter-Blockchain Communication (IBC) protocol, Quasar enables seamless and secure cross-chain transactions, allowing users to deploy assets across multiple blockchains efficiently.

Key Features of the Quasar Network:

  • Interchain Asset Management: Quasar's vaults are optimized for cross-chain strategies, enabling users to manage and deploy assets across various IBC-compatible blockchains within the Cosmos ecosystem.

  • Customizable Vaults: Users can create and manage vaults tailored to specific investment strategies, ranging from yield generation to liquidity provision, enhancing flexibility in decentralized finance (DeFi) engagements.

  • IBC Integration: Utilizing the IBC protocol, Quasar ensures interoperability across different blockchains, facilitating seamless asset transfers and communication without relying on traditional cross-chain bridges.

  • Decentralized Governance: The network employs a proof-of-stake consensus mechanism, with its native token, QSR, empowering holders to participate in governance decisions and protocol upgrades, thereby decentralizing control and fostering community involvement.

  • Enhanced Security: By operating as a dedicated Layer 1 blockchain, Quasar provides a secure environment for asset management, mitigating risks associated with cross-chain vulnerabilities.

Launched on its mainnet in March 2023, Quasar aims to become the premier platform for decentralized asset management, offering users the tools to efficiently crowdsource and deploy capital across the expanding multi-chain DeFi landscape.

How to Interact

  1. Test the query as follow:

curl https://api-mainnet-quasar-archive.forbole.com/cosmos/auth/v1beta1/params \
  -H "apiKey: {apiKey}"

Response Example

{
    "jsonrpc": "2.0",
    "id": -1,
    "result": {
        "response": {
            "data": "quasar",
            "version": "3.0.0",
            "last_block_height": "9389604",
            "last_block_app_hash": "FDON+n3G8uLp1Yvl3iec0NSLI3Mb6sOQYKpqskiSVu0="
        }
    }
}

Get your API Key from .

🔃
Forbole's RPC
Quasar Network
Quasar Logo
DevTools Endpoints