Ixian Documentation Welcome to Ixian Documentation Pages, here you can learn more about Ixian and how to get started quickly!

Debug/Testnet only

Get Wallet List

Returns wallets from the wallet list, capped to the first 50 entries. This function is primarily used when debugging or testing and has very little value in production use.

Method: walletlist

Input parameters:

None

Errors:

Error Description
RPC_INTERNAL_ERROR An unknown error occurred in the node. Please check the node log for details.

Output:

Example:

GET http://localhost:8081/walletlist

{
  "result": [
    {
      "id": "3oCdu1pZxPBFKqnAXAec2D9WqFX7RPDwNF8bWS7KUqmGnXRm7tKWkVUEVJvYhXiZM",
      "balance": "99900004.29656710",
      "type": "Normal",
      "requiredSigs": "1",
      "allowedSigners": "null",
      "extraData": "null",
      "publicKey": "0100000000000200...ee7103000000010001"
    },
	...
	"error": null,
  "id": null
}

Cookies Policy

To make this site work properly, we sometimes place small data files called cookies on your device. Most big websites do this too.