Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for all CCTP API endpoints #686

Open
livthomas opened this issue Sep 4, 2024 · 0 comments
Open

Add support for all CCTP API endpoints #686

livthomas opened this issue Sep 4, 2024 · 0 comments

Comments

@livthomas
Copy link

Right now, the only available method is getCircleAttestation which fetches data from the following endpoint:

  • GET /v1/attestations/{messageHash}

There are two other CCTP API endpoints missing in Wormhole SDK:

  • GET /v1/publicKeys
  • GET /v1/messages/{sourceDomainId}/{transactionHash}

The messages endpoint is especially useful in case of the fast transfer protocol as you need to get both the attestation and the original message there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant