Key
Get key
Get Key using either the key id or the pub. When using the public key, it will only return the mandatory fields.
get/api/v2/{coin}/key/{id}
Path parameters
coinstring required
A cryptocurrency symbol or token ticker symbol
Example:btc
idstring required
The key ID or the public key
Response
OK
Example response
{
"id": "59cd72485007a239fb00282ed480da1f",
"pub": "xpub661MyMwAqRbcGMVhmc7wqQRYMtcX9LAvSj1pjB213y5TsrkV2uuzJjWnjBrT1FUeNWGPjaVm5p7o6jdNcQJrV1cy3a1R8NQ9m7LuYKA8RpH",
"derivedFromParentWithPath": "m/0'",
"hsmType": "institutional"
}Changes
Changed in 2 of the 33 revisions of this API.12
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ●
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○