Kasplex KRC20
  • Introduction
  • Protocols
    • Data Insertion Mechanism
    • KRC-20 Tokens
      • Deployment Mode
      • Basic Operation
        • deploy
        • mint
        • issue
        • burn
        • blacklist
        • chown
        • transfer
      • How to Trade KRC-20
        • list
        • send
  • Tools & REFERENCE
    • Kasplex Indexer
      • Guidelines
      • Ticker Reserved List
      • Consensus and Trust Model
    • Kasplex Indexer API
      • General
        • Get Node Status
      • KRC-20
        • Get Token List
        • Get Token Info
        • Get Address's Token List
        • Get Address's Token Balance
        • Get Token's Market Info
        • Get Token's Blacklist
        • Get Operation List
        • Get Operation Info
      • Archive
        • Get Archive Operation List
        • Get Archive Vspc List
    • Roadmap
Powered by GitBook
On this page
  • Public API Entrance:
  • API Request Method
  • Response Code
  • Response Fields
  1. Tools & REFERENCE

Kasplex Indexer API

Learn about the usage of Kasplex API

Note: We are in the Open Beta stage, so the API may undergo incompatible changes in the future.

Public API Entrance:

Network
Endpoint

Kasplex API TN10 Testnet

https://tn10api.kasplex.org/v1

Kasplex API Mainnet

https://api.kasplex.org/v1

API Request Method

HTTP/GET

Response Code

code
Notes

200

Success. Return data is in JSON format.

403

Failed. Check error details in 'message' field.

404

Failed. Usually due to invalid URL or network error.

Response Fields

Name
Description

message

Strings. Messages returned by interfaces, such as "successful".

result

Single object or object array, result data returned by interfaces, refer to various APIs.

PreviousConsensus and Trust ModelNextGeneral

Last updated 27 days ago