Skip to main content
This guide takes you from zero to your first successful API call in each of the official Yativo Crypto SDKs. Each example shows install, initialization, authentication, and creating your first wallet.
All examples connect to the Sandbox at https://crypto-sandbox.yativo.com/api/v1/ by default. Switch to https://crypto-api.yativo.com/api/v1/ when you’re ready for production.

Prerequisites

  1. Sign up at crypto.yativo.com
  2. Create an API key in the Dashboard under Settings → API Keys
  3. Copy the key — it starts with yvk_

Install

Initialize

TypeScript

Authenticate and make your first call

TypeScript

TypeScript types

The SDK ships with full TypeScript types. No additional @types package is needed.
TypeScript

Environment setup

.env
TypeScript

Next Steps

Accept Crypto Payments

Create accounts, generate deposit addresses, and handle webhook notifications.

Send Crypto

Programmatically send funds to external wallets with idempotency.

Webhook Integration

Set up real-time event notifications with signature verification.

Issue Cards

Issue crypto-funded virtual and physical cards to users.