Native SDKs

While the API is accessible via HTTP requests through any language, we have provided some official SDKs to simplify the ECDSA implementation.

We encourage, however, to make use the JWT authentication method instead:

  • JWT is significantly simpler
  • We will, in the long-term, be sunsetting ECDSA (no ETA yet, and we will work with customers on a migration plan)

Only considering using the SDKs if you're using ECDSA:

  • The SDKs are meant to help with ECDSA signing
  • There is no SDK support for the JWT method
  • Some newer endpoints (like /transact) do not have SDK support

If there is an SDK available for our example languages, the code snippets in these docs will use it.