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
  1. Tools & REFERENCE
  2. Kasplex Indexer API
  3. Archive

Get Archive Vspc List

PreviousGet Archive Operation ListNextRoadmap
get

Get the list of archived data for Vspc-block by DAA score

Path parameters
daascorestringRequired

Vspc-block DAA score

Responses
200
Success
application/json
get
GET /v1/archive/vspc/{daascore} HTTP/1.1
Host: tn10api.kasplex.org
Accept: */*
200

Success

{
  "message": "Success",
  "result": [
    {
      "chainBlock": {
        "hash": "c6a1f17e532012f9...",
        "daascore": 92111986,
        "header": "{\"version\":1,\"acceptedIdMerkleRoot\":\"b7eaf5d836e6d...",
        "verbose": "\"hash\":\"2012fc6a1f17e539e6b38ebc09..."
      },
      "txList": [
        {
          "txid": "c7a67726cdc79045b6dc0...",
          "data": "{\"outputs\":[{\"amount\":587600000,\"scriptPublicKey..."
        }
      ]
    }
  ]
}