API Reference

Get public keys

gethttps://iris-api-sandbox.circle.com/v2/publicKeys

  • Reference
  • Playground

Returns the public keys for validating attestations across all supported versions of CCTP (V1 and V2).

Query parameters
cctpVersion
string

Optional parameter to filter public keys by CCTP version. Possible values are 1 or 2.

Response
RequestChoose a language
ResponseChoose an example
1{
2  "publicKeys": [
3    {
4      "publicKey": "0x04fc192351b97838713efbc63351e3b71607cc7fc0a74fadaa12d39a693713529bf392c0eeaff62eff2f06b47a4c7cd5f83159e4145444f817d5e7f24e256c6278",
5      "cctpVersion": "1"
6    }
7  ]
8}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.