Chainge Finance
  • The Most Liquid Web 3 Trading Venue
  • 🟡Introduction
    • 💡What Is Chainge?
    • About Chainge
      • 🥇Executive Board
      • 📈Performance Metrics
      • ⛓️Integrated DEXs, Aggregators, and Blockchains
  • 🟡Getting Started
    • 🧭Navigating the Chainge dApp
    • ▶️Video Walkthroughs
    • 🏦Chainge Wallet
  • 🟡Technology
    • 📄Overview
    • 🔺Key Differentiators
    • 🛡️Security
      • 🧩How DCRM Works
  • 🟡Core Features
    • 🔀Cross-Chain Swaps
    • 🌉Bridge To Everywhere
    • 🔑Self-Custodial Wallet
    • ⏱️Limit Orders
    • 🤖AI-Powered Features (Coming Soon)
  • 🟡Governance
    • 🏛️Chainge DAO
  • 🟡Economics
    • 🪙Token (XCHNG)
      • 🛠️Utilities and Functions
      • 📊Tokenomics
      • 🔼Staking
      • 💵Profit Share
  • 🟡Developer Tools
    • 📃Chainge 2.0 API Documentation
      • 🟡Get Chains and Tokens
      • 💲Get Price Quote API
      • 🔗Aggregate Swap
      • 📝Submit order
      • 🎟️Submit Ticket
      • Submit order by Kaspa
      • 💻Github Examples
      • 💰Fee Channel
      • ⚡Earn feature API
    • 📖Knot.meme API Document
      • Get KRC20 Tickers
      • Base API
      • Core API
  • 🟡Official resources
    • 📂Github repositories
    • 🌐Social networks
Powered by GitBook
On this page

Was this helpful?

  1. Developer Tools
  2. Knot.meme API Document

Base API

GET https://api2.chainge.finance/fun/getBalance

Query Parameters

Name
Type
Description

ticker*

String

krc20 ticker

address*

String

User address

{
    "code": 0,
    "msg": "success",
    "data": {
        "balance": "574614762",
        "hrpBalance": "5.74614762"
    }
}

GET https://api2.chainge.finance/fun/getPrice

Query Parameters

Name
Type
Description

ticker*

String

krc20 ticker

{
    "code": 0,
    "msg": "success",
    "data": {
        "price": "0.1146347503953139",
        "updateTime": 1737882838,
        "source": "chaingedex"
    }
}

GET https://api2.chainge.finance/fun/getKasFee

{
    "code": 0,
    "msg": "success",
    "data": {
        "priorityFee": "10000000",
        "normalFee": "10000000",
        "timeStamp": 1737882952
    }
}
PreviousGet KRC20 TickersNextCore API

Last updated 4 months ago

Was this helpful?

🟡
📖