Se connecterCommencer gratuitement
DocumentationGuidesSDK quickstarts

SDK quickstarts

Install and first call for the 8 official Coffrify SDKs: TypeScript, Python, Go, Rust, Java, Ruby, PHP, .NET.

1 min de lectureMis à jour le 31 mai 2026

All SDKs share the same surface: transfers, webhooks, API keys, audit, signature verification, automatic retry and idempotency.

TypeScript / JavaScript

Python

Go

Rust

bash# Cargo.toml
[dependencies]
coffrify = "0.2"

Java

java<!-- Maven -->
<dependency>
  <groupId>com.coffrify</groupId>
  <artifactId>coffrify</artifactId>
  <version>0.2.0</version>
</dependency>

Ruby

PHP

.NET

Common patterns

  • Every SDK auto-retries on 5xx + 429 with exponential backoff.
  • Every SDK auto-injects an Idempotency-Key on writes.
  • Verification helpers accept either a single secret or a list (rotation grace).
  • Cursor pagination through iterate(). Always prefer it over manual offset for large windows.
SDK quickstarts · Coffrify · Coffrify