Inspect Address
status: stable
Give useful information about the structure of a given address.
Path parameters
-
addressId
string(base58) Required
GET
/addresses/{addressId}
curl \
--request GET https://localhost:8090/v2/addresses/DdzFFzCqrhtCNjPk5Lei7E1FxnoqMoAYtJ8VjAWbFmDb614nNBWBwv3kt6QHJa59cGezzf6piMWsbK7sWRB5sv325QqWdRuusMqqLdMt
Response examples (400)
{
"message": "string",
"code": "bad_request"
}
Response examples (200)
{
"address_style": "Shelley",
"stake_reference": "none",
"network_tag": 42,
"spending_key_hash": "string",
"spending_key_bech32": "string",
"stake_key_hash": "string",
"stake_key_bech32": "string",
"script_hash": "string",
"script_hash_bech32": "string",
"pointer": {
"slot_num": 42,
"transaction_index": 42,
"output_index": 42
},
"address_root": "string",
"derivation_path": "string",
"address_type": 42
}