Skip to content
Cross-chain Metaspace Interface

Query Public Chain Private AddressTry API

POST chain_dexSwap (Query Public Chain Private Address)

description:Shows all private-key public-chain addresses for the current account on the current trading platform.

Example Code
Request
{
"jsonrpc": "3.0",
"method": "chain_dexSwap",
"params": [
  "opcode=ActiveRobot&subcode=ChainLocalAddr",
  "encryp=none"
],
"id": "aa80aa0c6bb0c7d81ac7e5b3"
}
Response
{
 "jsonrpc":  "3.0",
 "id":  "43c7b6b132fa54407caca3e9",
 "result": {
   "ret":  "0",
   "err":  "",
   "content": {
     "info": [
      {
         "Name":  "ETH",
         "Addr":  "0xcfcb6f2c878e7613a76d304fd2043a5733308387"
      }
    ]
  }
}
}

On this page