Sina Nouri
Sina Nouri

Reputation: 341

Querying Related Account IDs Linked to a Public Key in Hedera Hashgraph

I'm exploring Hedera Hashgraph and aiming to retrieve all associated account IDs linked to a specific public key within the network.

Could someone guide me on the best approach or the relevant API calls and processes required to extract all related account IDs associated with a given public key in Hedera Hashgraph? Any code examples or detailed steps would be highly appreciated.

I've researched various approaches and API functionalities but haven't found a definitive method to accomplish this.

Upvotes: 7

Views: 201

Answers (1)

Sina Nouri
Sina Nouri

Reputation: 341

I've found the API endpoint below, which is functional. However, I'm still exploring for a better solution using the Hedera Hashgraph Node.js SDK:

https://mainnet-public.mirrornode.hedera.com/api/v1/accounts?account.publickey=302a300506032b...

Upvotes: 6

Related Questions