Wallets
cURL
curl --request GET \ --url https://api.circle.com/v1/w3s/config/entity/publicKey \ --header 'Authorization: Bearer <token>'
{ "data": { "publicKey": "<string>" } }
Get the public key associated with the entity.
Circle's API Keys are formatted in the following structure "PREFIX:ID:SECRET". All three parts are requred to make a successful request.
Fetched public key successfully.
Show child attributes
Was this page helpful?