{
  "info": {
    "name": "VoidChain JSON-RPC API",
    "description": "Import this OpenAPI document into API tools, then send JSON-RPC requests to the VoidChain test API endpoint.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api-backend.voidchain.net",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "Public Queries",
      "item": [
        {
          "name": "Get Edge Trust Machine ID",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryInfo\",\n  \"params\": [\n    \"pubTrustQuery\",\n    \"op=edgeInfo\",\n    \"encryp=none\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Get Edge Trust Machine ID (chain_queryInfo). Risk level: query."
          }
        },
        {
          "name": "Entry Information Query",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryInfo\",\n  \"params\": [\n    \"pubTrustQuery\",\n    \"op=entryInfo\",\n    \"encryp=none\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Entry Information Query (chain_queryInfo). Risk level: query."
          }
        },
        {
          "name": "Node Query",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryInfo\",\n  \"params\": [\n    \"pubChainQuery\",\n    \"op=nodes&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Node Query (chain_queryInfo). Risk level: query."
          }
        },
        {
          "name": "Query Block List",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryInfo\",\n  \"params\": [\n    \"pubChainQuery\",\n    \"op=queryBlocks&nums=5&number=latest&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Query Block List (chain_queryInfo). Risk level: query."
          }
        },
        {
          "name": "Block Information Query",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryInfo\",\n  \"params\": [\n    \"pubChainQuery\",\n    \"op=queryBlock&number=12&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Block Information Query (chain_queryInfo). Risk level: query."
          }
        },
        {
          "name": "Block Transaction Query",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryInfo\",\n  \"params\": [\n    \"pubChainQuery\",\n    \"op=queryBlockTrans&number=12&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Block Transaction Query (chain_queryInfo). Risk level: query."
          }
        },
        {
          "name": "Address Query",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryInfo\",\n  \"params\": [\n    \"pubChainQuery\",\n    \"op=queryAddress&value=0x053288e276ee77e231e306332b2c88283796be45<->latest&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Address Query (chain_queryInfo). Risk level: query."
          }
        },
        {
          "name": "Rewards Query",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryInfo\",\n  \"params\": [\n    \"pubChainQuery\",\n    \"op=rewards&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Rewards Query (chain_queryInfo). Risk level: query."
          }
        },
        {
          "name": "Token List",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryInfo\",\n  \"params\": [\n    \"pubTrustQuery\",\n    \"op=queryToken\",\n    \"encryp=none\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Token List (chain_queryInfo). Risk level: query."
          }
        },
        {
          "name": "Transaction Result Query",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryInfo\",\n  \"params\": [\n    \"pubChainQuery\",\n    \"op=queryTx&hash=0xf8af2a6966c3......&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Transaction Result Query (chain_queryInfo). Risk level: query."
          }
        }
      ]
    },
    {
      "name": "Login and Registration",
      "item": [
        {
          "name": "Session ID",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_getKey\",\n  \"params\": [],\n  \"id\": 1\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Session ID (chain_getKey). Risk level: write."
          }
        },
        {
          "name": "Register",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_register\",\n  \"params\": [\n    \"opcode=Account&subcode=Regsiter&account=wxl_test&pass=12345678&refer=\",\n    \"encryp=none\"\n  ],\n  \"id\": \"5cbb9dab5678e998670e9e61\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Register (chain_register). Risk level: write."
          }
        },
        {
          "name": "Log In",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_logon\",\n  \"params\": [\n    \"opcode=Account&subcode=Logon&account=wxl_test&pass=12345678\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Log In (chain_logon). Risk level: write."
          }
        },
        {
          "name": "Import Mnemonic",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_importKey\",\n  \"params\": [\n    \"opcode=Mnemonic&account=wxl_tellbiot1&pass=12345678&content=\",\n    \"encryp =none \"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Import Mnemonic (chain_importKey). Risk level: write."
          }
        },
        {
          "name": "Export Mnemonic",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_exportKeystore\",\n  \"params\": [\n    \"opcode=Account&subcode=exportMnem\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Export Mnemonic (chain_exportKeystore). Risk level: write."
          }
        },
        {
          "name": "Log Out",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_logout\",\n  \"params\": [\n    \"opcode=Account&subcode=Logout\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Log Out (chain_logout). Risk level: write."
          }
        }
      ]
    },
    {
      "name": "Mainnet Node Management",
      "item": [
        {
          "name": "Configure Management Password",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryInfo\",\n  \"params\": [\n    \"updateTmac\",\n    \"op=setpass&pass=&newpass=123\",\n    \"encryp=none\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Configure Management Password (chain_queryInfo). Risk level: query."
          }
        },
        {
          "name": "Exit Vacuum Network",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryInfo\",\n  \"params\": [\n    \"updateTmac\",\n    \"op=stop&pass=123&devid=1hg2h4.....9fc47be6b9741d6689@1.1.1.1\",\n    \"encryp=none\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Exit Vacuum Network (chain_queryInfo). Risk level: query."
          }
        }
      ]
    },
    {
      "name": "Content Information Management",
      "item": [
        {
          "name": "Create Address",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_address\",\n  \"params\": [\n    \"opcode=Iot&subcode=createaddress&name=soft&content=&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"291687c0293354a642e3eadf\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Create Address (chain_address). Risk level: write."
          }
        },
        {
          "name": "Update Address Content",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_updateContent\",\n  \"params\": [\n    \"opcode=Iot&subcode=update&address=&name=&content=&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"291687c0293354a642e3eadf\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Update Address Content (chain_updateContent). Risk level: write."
          }
        }
      ]
    },
    {
      "name": "Query and Test Interface",
      "item": [
        {
          "name": "Query and Test Interface",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryTransaction\",\n  \"params\": [\n    {\n      \"from\": \"0xc3b6472d6370eaf4eb58fff19ce1724c9d61892c\",\n      \"to\": \"0x6268af5542c4b0ccbb650a0aaccbfcdfbabf6b52\",\n      \"value\": \"0x2E90EDD00\",\n      \"sliceno\": \"0x2\"\n    },\n    \"\",\n    \"encryp=none\"\n  ],\n  \"id\": \"d2c8fe196f9f8d8ace952e9e\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Query and Test Interface (chain_queryTransaction). Risk level: query."
          }
        }
      ]
    },
    {
      "name": "Transaction Interface",
      "item": [
        {
          "name": "Transfer",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_sendTransaction\",\n  \"params\": [\n    {\n      \"from\": \"0xc3b6472d6370eaf4eb58fff19ce1724c9d61892c\",\n      \"to\": \"0x6268af5542c4b0ccbb650a0aaccbfcdfbabf6b52\",\n      \"value\": \"0x2E90EDD00\",\n      \"sliceno\": \"0x1\"\n    },\n    \"\",\n    \"encryp=none\"\n  ],\n  \"id\": \"d2c8fe196f9f8d8ace952e9e\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Transfer (chain_sendTransaction). Risk level: write."
          }
        },
        {
          "name": "Distribute Transactions",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_airDrop\",\n  \"params\": [\n    \"opcode=allocate&allocate=&slieno=1\",\n    \"D_Encryption=none\"\n  ],\n  \"id\": \"D_Session\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Distribute Transactions (chain_airDrop). Risk level: write."
          }
        },
        {
          "name": "Deploy Contract",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_sendTransaction\",\n  \"params\": [\n    {\n      \"from\": \"0x2c8e94bbe17cec95f21dfdb55e334cfd4effcd9d\",\n      \"data\": \"0x6008......\",\n      \"sliceno\": \"0x1\"\n    },\n    \"\",\n    \"encryp=none\"\n  ],\n  \"id\": \"a3d18f63c99c7660c87c5f3e\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Deploy Contract (chain_sendTransaction). Risk level: write."
          }
        },
        {
          "name": "Execute Contract",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_sendTransaction\",\n  \"params\": [\n    {\n      \"from\": \"0x2c8e94bbe17cec95f21dfdb55e334cfd4effcd9d\",\n      \"to\": \"0x61b3d1759e4d3bd238a2730cb1621fa542a771fd\",\n      \"data\": \"0x60086678\",\n      \"sliceno\": \"0x1\"\n    },\n    \"\",\n    \"encryp=none\"\n  ],\n  \"id\": \"a3d18f63c99c7660c87c5f3e\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Execute Contract (chain_sendTransaction). Risk level: write."
          }
        },
        {
          "name": "Query Contract",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryTransaction\",\n  \"params\": [\n    {\n      \"from\": \"0x2c8e94bbe17cec95f21dfdb55e334cfd4effcd9d\",\n      \"to\": \"0x61b3d1759e4d3bd238a2730cb1621fa542a771fd\",\n      \"data\": \"0x60086678\",\n      \"sliceno\": \"0x1\"\n    },\n    \"\",\n    \"encryp=none\"\n  ],\n  \"id\": \"a3d18f63c99c7660c87c5f3e\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Query Contract (chain_queryTransaction). Risk level: query."
          }
        },
        {
          "name": "Contract Function Code Query",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryFuntionCode\",\n  \"params\": [\n    \"getTYpe()\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Contract Function Code Query (chain_queryFuntionCode). Risk level: write."
          }
        }
      ]
    },
    {
      "name": "Ethereum-Compatible Interface",
      "item": [
        {
          "name": "eth_chainId",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"eth_chainId\",\n  \"params\": [],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "eth_chainId (eth_chainId). Risk level: query."
          }
        },
        {
          "name": "eth_blockNumber",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"eth_blockNumber\",\n  \"params\": [],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "eth_blockNumber (eth_blockNumber). Risk level: query."
          }
        },
        {
          "name": "eth_getBlockByNumber",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"eth_getBlockByNumber\",\n  \"params\": [\n    \"0x1b4\",\n    true\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "eth_getBlockByNumber (eth_getBlockByNumber). Risk level: query."
          }
        },
        {
          "name": "eth_estimateGas",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"eth_estimateGas\",\n  \"params\": [\n    \"see above\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "eth_estimateGas (eth_estimateGas). Risk level: query."
          }
        },
        {
          "name": "eth_gasPrice",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"eth_gasPrice\",\n  \"params\": [],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "eth_gasPrice (eth_gasPrice). Risk level: query."
          }
        },
        {
          "name": "eth_gasSlicePrice",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"eth_gasSlicePrice\",\n  \"params\": [\n    1\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "eth_gasSlicePrice (eth_gasSlicePrice). Risk level: query."
          }
        },
        {
          "name": "eth_getTransactionCount",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"eth_getTransactionCount\",\n  \"params\": [\n    \"0x407d73d8a49eeb85d32cf465507dd71d507100c1\",\n    \"latest\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "eth_getTransactionCount (eth_getTransactionCount). Risk level: query."
          }
        },
        {
          "name": "eth_getSliceTransactionCount",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"eth_getTransactionCount\",\n  \"params\": [\n    \"0x407d73d8a49eeb85d32cf465507dd71d507100c1\",\n    \"latest\",\n    2\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "eth_getSliceTransactionCount (eth_getTransactionCount). Risk level: query."
          }
        },
        {
          "name": "eth_sendRawTransaction",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"eth_sendRawTransaction\",\n  \"params\": [\n    \"0xd46e8dd67c5d32be8d46e8dd67c5d32be8058bb8eb970870f072445675058bb8eb970870f072445675\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "eth_sendRawTransaction (eth_sendRawTransaction). Risk level: query."
          }
        },
        {
          "name": "eth_call",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"eth_call\",\n  \"params\": [\n    \"See above (eth_estimateGas) or See above (eth_sendRawTransaction)\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "eth_call (eth_call). Risk level: query."
          }
        },
        {
          "name": "eth_getBalance",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"eth_getBalance\",\n  \"params\": [\n    \"0x14BF098Ac0Fd73D59a7aFaFFd9334cf358cd2d4d\",\n    \"latest\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "eth_getBalance (eth_getBalance). Risk level: query."
          }
        },
        {
          "name": "eth_geSliceBalance",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"method\": \"eth_geSliceBalance\",\n  \"params\": [\n    \"0x2bff1665aef450f0d5a2681f5b2f3a5df00633a0\",\n    \"latest\",\n    0\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "eth_geSliceBalance (eth_geSliceBalance). Risk level: query."
          }
        }
      ]
    },
    {
      "name": "Wallet Lock Interface",
      "item": [
        {
          "name": "Lock Wallet",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=token&subcode=lock&nums=123&begin=12345678&days=1&type=0&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Lock Wallet (chain_tvm). Risk level: write."
          }
        },
        {
          "name": "Query Lock Information",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryInfo\",\n  \"params\": [\n    \"pubChainQuery\",\n    \"op=querylock&addr=0x...&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Query Lock Information (chain_queryInfo). Risk level: query."
          }
        },
        {
          "name": "Unlock",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=token&subcode=unlock\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Unlock (chain_tvm). Risk level: write."
          }
        }
      ]
    },
    {
      "name": "Proposal Management Interface",
      "item": [
        {
          "name": "TRC100 Address Query",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=propose&subcode=trc100Addr&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "TRC100 Address Query (chain_tvm). Risk level: write."
          }
        },
        {
          "name": "Query Proposal Permission",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=propose&subcode=confiminfo&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Query Proposal Permission (chain_tvm). Risk level: write."
          }
        },
        {
          "name": "Submit Proposal",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=propose&subcode=submitpropose&address=0x...&mark=&type=&days=7&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Submit Proposal (chain_tvm). Risk level: write."
          }
        },
        {
          "name": "Vote",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=propose&subcode=voteing&type=0&optype=1&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Vote (chain_tvm). Risk level: write."
          }
        },
        {
          "name": "Execute Proposal",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=propose&subcode=runpropose&type=0&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Execute Proposal (chain_tvm). Risk level: write."
          }
        },
        {
          "name": "Query Proposal",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=propose&subcode=queryPropose&type=0&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Query Proposal (chain_tvm). Risk level: write."
          }
        },
        {
          "name": "Delete Proposal",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=propose&subcode=removePropose&type=0&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Delete Proposal (chain_tvm). Risk level: write."
          }
        },
        {
          "name": "Query Vote Information",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=propose&subcode=queryVote&type=0&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Query Vote Information (chain_tvm). Risk level: write."
          }
        }
      ]
    },
    {
      "name": "Static Metaspace",
      "item": [
        {
          "name": "Apply for Static Metaspace",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=slice&subcode=applyStaticSlice&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Apply for Static Metaspace (chain_tvm). Risk level: write."
          }
        },
        {
          "name": "Get Metaspace Genesis Block",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=slice&subcode=getgenesis&sliceno=100\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Get Metaspace Genesis Block (chain_tvm). Risk level: write."
          }
        },
        {
          "name": "Confirm Metaspace Validity",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=slice&subcode=checkslice&type=1&no=10000&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Confirm Metaspace Validity (chain_tvm). Risk level: write."
          }
        },
        {
          "name": "Dynamic Metaspace Query",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=slice&subcode=querySliceInfo&begin=0&len=1&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Dynamic Metaspace Query (chain_tvm). Risk level: write."
          }
        },
        {
          "name": "Deploy TRC100 Base Contract",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=trc100&subcode=init&sliceno=10005\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Deploy TRC100 Base Contract (chain_tvm). Risk level: write."
          }
        },
        {
          "name": "Configure Incentive Token",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=static&subcode=setCoinbase&address=0x...&sliceno=100\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Configure Incentive Token (chain_tvm). Risk level: write."
          }
        },
        {
          "name": "Incentive Contract Query",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=static&subcode=coinbaseOf&sliceno=10000\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Incentive Contract Query (chain_tvm). Risk level: write."
          }
        },
        {
          "name": "Add Node",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=static&subcode=addnode&mark=&content=&sliceno=10000\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Add Node (chain_tvm). Risk level: write."
          }
        },
        {
          "name": "Batch Add Nodes",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=static&subcode=addnodes&file1=&begin=&len=&sliceno=10000\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Batch Add Nodes (chain_tvm). Risk level: write."
          }
        },
        {
          "name": "Delete Node",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=static&subcode=delnode&mark=&sliceno=10000\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Delete Node (chain_tvm). Risk level: write."
          }
        },
        {
          "name": "Batch Delete Nodes",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=static&subcode=delnodes&file1=&begin=&len=&sliceno=10000\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Batch Delete Nodes (chain_tvm). Risk level: write."
          }
        },
        {
          "name": "Query Nodes",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=static&subcode=nodeinfo&begin=&len=&sliceno=10001\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Query Nodes (chain_tvm). Risk level: write."
          }
        }
      ]
    },
    {
      "name": "Cross-chain Transfer",
      "item": [
        {
          "name": "Cross-chain Transfer Out",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=cross&subcode=transsend&address=&value=0x12&sliceno=10000&destsliceno=199\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Cross-chain Transfer Out (chain_tvm). Risk level: write."
          }
        },
        {
          "name": "Cross-chain Transfer In",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=cross&subcode=transrecv&sender=0x...&nonce=&address=&value=0x12&sliceno=10000&sousliceno=199\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Cross-chain Transfer In (chain_tvm). Risk level: write."
          }
        }
      ]
    },
    {
      "name": "Cross-chain Metaspace Interface",
      "item": [
        {
          "name": "Log In to VoidChain and Get Transaction Voucher",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_logonSwap\",\n  \"params\": [\n    \"opcode=Account&subcode=Logon&account=wxl_test&pass=12345678\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Log In to VoidChain and Get Transaction Voucher (chain_logonSwap). Risk level: write."
          }
        },
        {
          "name": "Create Public Chain Private Address",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_dexSwap\",\n  \"params\": [\n    \"opcode=Account&subcode=Create&chain=ETH\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Create Public Chain Private Address (chain_dexSwap). Risk level: write."
          }
        },
        {
          "name": "Query Public Chain Private Address",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_dexSwap\",\n  \"params\": [\n    \"opcode=ActiveRobot&subcode=ChainLocalAddr\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Query Public Chain Private Address (chain_dexSwap). Risk level: write."
          }
        },
        {
          "name": "Import Public Chain Mnemonic",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_dexSwap\",\n  \"params\": [\n    \"opcode=Key&subcode=Import&chain=ETH&content=\",\n    \"encryp=none\"\n  ],\n  \"id\": \"ae47754298cdd62834b33af8\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Import Public Chain Mnemonic (chain_dexSwap). Risk level: write."
          }
        },
        {
          "name": "Export Public Chain Mnemonic",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_dexSwap\",\n  \"params\": [\n    \"opcode=Key&subcode=Export&chain=ETH\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Export Public Chain Mnemonic (chain_dexSwap). Risk level: write."
          }
        },
        {
          "name": "Deploy Public Chain Contract",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_dexSwap\",\n  \"params\": [\n    \"opcode=ActiveRobot&subcode=ContractInitChain&content=\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Deploy Public Chain Contract (chain_dexSwap). Risk level: write."
          }
        },
        {
          "name": "Deploy Public Chain Token",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_dexSwap\",\n  \"params\": [\n    \"opcode=ActiveRobot&subcode=ContractUpCoin&content=\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Deploy Public Chain Token (chain_dexSwap). Risk level: write."
          }
        },
        {
          "name": "Public Chain Information Query",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryInfo\",\n  \"params\": [\n    \"pubChainQuery\",\n    \"op=queryDex&subcode=ContractQueryCoins&address=&begin=0&len=100&sliceno=1\",\n    \"encryp=none\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Public Chain Information Query (chain_queryInfo). Risk level: query."
          }
        },
        {
          "name": "Public Chain Token Details Query",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryInfo\",\n  \"params\": [\n    \"pubChainQuery\",\n    \"op=queryDex&subcode=ContractGetCoin&address=&conaddr=&findaddr=&sliceno=1\",\n    \"encryp=none\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Public Chain Token Details Query (chain_queryInfo). Risk level: query."
          }
        },
        {
          "name": "Activate Public Chain",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_dexSwap\",\n  \"params\": [\n    \"opcode=ActiveRobot&subcode=Activechain&chainsymbol=TC\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Activate Public Chain (chain_dexSwap). Risk level: write."
          }
        },
        {
          "name": "Query All Chain Information",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryInfo\",\n  \"params\": [\n    \"pubChainQuery\",\n    \"op=queryDex&subcode=ContractQueryChain&begin=0&len=100&sliceno=1\",\n    \"encryp=none\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Query All Chain Information (chain_queryInfo). Risk level: query."
          }
        },
        {
          "name": "Robot Address Query",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryInfo\",\n  \"params\": [\n    \"pubChainQuery\",\n    \"op=queryDex&subcode=Robotaddr&sliceno=1\",\n    \"encryp=none\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Robot Address Query (chain_queryInfo). Risk level: query."
          }
        },
        {
          "name": "Import Public Chain Assets",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_dexSwap\",\n  \"params\": [\n    \"opcode=Assets&subcode=Import&content=\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Import Public Chain Assets (chain_dexSwap). Risk level: write."
          }
        },
        {
          "name": "Import Public Chain Asset Status Query",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_dexSwap\",\n  \"params\": [\n    \"opcode=Assets&subcode=Show&op=Import\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Import Public Chain Asset Status Query (chain_dexSwap). Risk level: write."
          }
        },
        {
          "name": "Export Public Chain Assets",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_dexSwap\",\n  \"params\": [\n    \"opcode=Assets&subcode=Export&content=\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Export Public Chain Assets (chain_dexSwap). Risk level: write."
          }
        },
        {
          "name": "Export Public Chain Asset Status Query",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_dexSwap\",\n  \"params\": [\n    \"opcode=Assets&subcode=Show&op=Export\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Export Public Chain Asset Status Query (chain_dexSwap). Risk level: write."
          }
        },
        {
          "name": "Associated Exchange List",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_dexSwap\",\n  \"params\": [\n    \"opcode=ActiveRobot&subcode=DexsList\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Associated Exchange List (chain_dexSwap). Risk level: write."
          }
        },
        {
          "name": "Wallet Login to Exchange",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_dexSwap\",\n  \"params\": [\n    \"opcode=ActiveRobot&subcode=GetLogoninfo\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Wallet Login to Exchange (chain_dexSwap). Risk level: write."
          }
        },
        {
          "name": "Exchange Verify Login Signature",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryInfo\",\n  \"params\": [\n    \"pubTrustQuery\",\n    \"op=SignLogon&content=\",\n    \"encryp=none\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Exchange Verify Login Signature (chain_queryInfo). Risk level: query."
          }
        },
        {
          "name": "Wallet Delegated Transaction",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_dexSwap\",\n  \"params\": [\n    \"opcode=ActiveRobot&subcode=ApproveSubmit&address=&addr1=&amount=\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Wallet Delegated Transaction (chain_dexSwap). Risk level: write."
          }
        },
        {
          "name": "Delegated Transaction Info Query",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryInfo\",\n  \"params\": [\n    \"pubChainQuery\",\n    \"op=queryDex&subcode=ApproveInfo&address=&addr1=&sliceno=1\",\n    \"encryp=none\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Delegated Transaction Info Query (chain_queryInfo). Risk level: query."
          }
        },
        {
          "name": "Broker Transaction",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_dexSwap\",\n  \"params\": [\n    \"opcode=ActiveRobot&subcode=BrokerTrans&content=\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Broker Transaction (chain_dexSwap). Risk level: write."
          }
        },
        {
          "name": "Query Cross-chain Metaspace Assets",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryInfo\",\n  \"params\": [\n    \"pubChainQuery\",\n    \"op=queryDex&subcode=QuerySpaceCoin&chain=ETH&coinsymbol=USDT&findaddr=&sliceno=1\",\n    \"encryp=none\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Query Cross-chain Metaspace Assets (chain_queryInfo). Risk level: query."
          }
        },
        {
          "name": "Query Public Chain Assets",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_dexSwap\",\n  \"params\": [\n    \"opcode=ActiveRobot&subcode=QueryOtherCoin&chain=&address=&findaddr=\",\n    \"encryp=none\"\n  ],\n  \"id\": \"b25f5666f2271cde7f4bafe7\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Query Public Chain Assets (chain_dexSwap). Risk level: write."
          }
        },
        {
          "name": "Import Asset Record Query",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_dexSwap\",\n  \"params\": [\n    \"opcode=ActiveRobot&subcode=QueryAsset&op=import&chain=TC&symbol=TC&begin=0&len=10\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Import Asset Record Query (chain_dexSwap). Risk level: write."
          }
        },
        {
          "name": "Public Chain Asset Transfer",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_dexSwap\",\n  \"params\": [\n    \"opcode=ActiveRobot&subcode=Trans&chain=&address=&conaddr=&amount\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Public Chain Asset Transfer (chain_dexSwap). Risk level: write."
          }
        },
        {
          "name": "Public Chain Asset Transfer Result Query",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_dexSwap\",\n  \"params\": [\n    \"opcode=ActiveRobot&subcode=TransResult&chain=&hash=\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Public Chain Asset Transfer Result Query (chain_dexSwap). Risk level: write."
          }
        },
        {
          "name": "Cross-chain Metaspace Transfer",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_dexSwap\",\n  \"params\": [\n    \"opcode=ActiveRobot&subcode=TransVoid&address=&conaddr=&amount\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Cross-chain Metaspace Transfer (chain_dexSwap). Risk level: write."
          }
        },
        {
          "name": "RPC Query",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_dexSwap\",\n  \"params\": [\n    \"opcode=ActiveRobot&subcode=RPCList\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "RPC Query (chain_dexSwap). Risk level: write."
          }
        }
      ]
    },
    {
      "name": "Transaction Monitoring",
      "item": [
        {
          "name": "Set Monitoring",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=token&subcode=registerEvent&data=&clear=false\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Set Monitoring (chain_tvm). Risk level: write."
          }
        },
        {
          "name": "Query Transaction Actions",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_tvm\",\n  \"params\": [\n    \"opcode=token&subcode=scanBlock&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"aa80aa0c6bb0c7d81ac7e5b3\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Query Transaction Actions (chain_tvm). Risk level: write."
          }
        },
        {
          "name": "Blockchain Traversal Interface",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryInfo\",\n  \"params\": [\n    \"pubChainQuery\",\n    \"op=scanBlock&begin=&sliceno=0\",\n    \"encryp=none\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Blockchain Traversal Interface (chain_queryInfo). Risk level: query."
          }
        }
      ]
    },
    {
      "name": "Other Utilities",
      "item": [
        {
          "name": "Get Content MD5",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryMd5\",\n  \"params\": [\n    \"opcode=Other&subcode=Md5&content=&file1=\",\n    \"encryp=none\"\n  ],\n  \"id\": \"7711b09d8b112406b4492e05\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Get Content MD5 (chain_queryMd5). Risk level: write."
          }
        },
        {
          "name": "Query Machine Code",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{baseUrl}}/api",
              "host": [
                "{{baseUrl}}"
              ],
              "path": [
                "api"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"3.0\",\n  \"method\": \"chain_queryHardId\",\n  \"params\": [\n    \"\"\n  ],\n  \"id\": \"1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Query Machine Code (chain_queryHardId). Risk level: write."
          }
        }
      ]
    }
  ]
}
