Overview

The Yieldforce B2B API lets partner fintechs offer yield products — Aave, SparkLend, Morpho — to their end-users without ever sending users to yieldforce.io. Your users stay in your app, your wallets stay under your control, and Yieldforce handles the on-chain plumbing.

What you can do

Authentication at a glance

Every request needs an Entra token (identifies your tenant). User-scoped operations additionally need a user token (identifies the individual end-user within your tenant).

TokenHeaderIdentifiesUsed on
Entra tokenAuthorization: BearerYour tenantEvery endpoint
User tokenX-User-TokenThe end-userEndpoints under /v1/partner/end_users/{external_id}/

Both tokens are documented in detail under Authentication.

Try it now