Skip to main content
This guide walks you through the minimum steps needed to start using Yativo’s API.
1

Create and verify your account

Go to crypto.yativo.com/sign-up and register with your email address and password.After registration, you’ll receive a verification email. Confirm your address before proceeding — unverified accounts cannot generate API keys.You can also register via the API:
2

Enable two-factor authentication

API key creation requires 2FA to be active on your account. Set it up in the dashboard under Security > Two-Factor Authentication, or via the API:
Scan the returned QR code with Google Authenticator or any TOTP app, then verify:
2FA is required before you can create API keys. Keep your backup codes in a safe place.
3

Generate an API key

With 2FA enabled, create your first API key. You’ll need your current TOTP code in the X-2FA-Token header:
The response includes your api_key and api_secret. Store the secret immediately — it is only shown once.
4

Make your first API call

Use your API key and secret directly as headers, or exchange them for a Bearer token first.Option A: Use headers directly
Option B: Exchange for a Bearer token (recommended for server-to-server)
Then use the token:

Next Steps

Yativo Crypto Quickstart

Set up a crypto wallet and send your first on-chain transaction.

API Keys

Manage permissions, rotate secrets, and understand key scopes.

Webhooks

Get notified in real time when events happen on your account.

Authentication

Full reference for all authentication endpoints.