Response (wallet list)

api/v3

Response (wallet list) 200 OK, application/json

A wallet list with the following objects as elements is returned:

Response Error Table

Response (Success, no wallets) 200 OK, application/json

[
]

Response (Success) 200 OK, application/json

[
    {
        "name": "first",
        "address": "H3rKFuQySycSigA8saiDfmBw3tUE4HEN9",
        "balance": "0",
        "nonce": 0
    },
    {
        "name": "second",
        "address": "H2pM9frgtFwqcBBrVCQr9x8yJ4Dy89ag3",
        "balance": "0",
        "nonce": 0
    },
    {
        "name": "third",
        "address": "HD Wallet (use post method with {name, password, index})",
        "balance": "0",
        "nonce": 0
    }
]

Last updated