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

Get Wallet

Returns the information about a specified address/wallet.

Method: getwallet

Input parameters:

Parameter Type Required Description
id String Yes Wallet address to retrieve

Errors:

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

Note: Attempting to get the details of an invalid value will return empty data (no public key, balance = 0)

Output:

Example:

GET http://localhost:8081/getwallet?id=1HT1RvL3bujSsy3q4FR86Kfe8ixwdQVcGf27qcSryUFmV15d3

{
	"result": {
		"id": "1JKZFqQs4yiH6Dq4bfom7xcpL6zG53DrjcY6HD9QJ6cRWmXdq",
		"balance": "99880008.79095943",
		"type": "Normal",
		"requiredSigs": "1",
		"allowedSigners": "null",
		"extraData": "null",
		"publicKey": "00020000...3000000010001"
	},
	"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.