Get Address For Network

Warning: This API has been deprecated. Please use Wallets. Contact your sales representative if you require additional blockchain support.

GET /public-keys/{PublicKeyId}/address?network={NetworkEnum}

Retrieves a blockchain address for a specific public key and network combination.

Required Permissions

NameConditions

PublicKeyAddresses:Read

Always Required

PublicKeys:Read

Always Required

Parameters

Path parameters

Path parameterDescription

PublicKeyId

Unique identifier of the PublicKey like: pk-orange-magnesium-a0606d08b2

Query string parameters

Path parameterDescription

NetworkEnum

Enumerated type representing the Blockchain network from the list found here.

Response

Response example

{
    "publicKeyId": "pk-shade-wisconsin-c28c38b2e8",
    "network": "ETH",
    "address": "0xC6D783CaFB28bc0125cA6CCFab520710b0856A1b"
}

Last updated