v1 Changelog

QwikLive Digital API

A consumer-facing, blockchain-agnostic REST/JSON API for digital banking — tokenized deposits, digital asset accounts, token redemption, interbank transfers, and onboarding — with no chain internals exposed.

What is this API?

The QwikLive Digital API provides channel-agnostic digital banking operations over any underlying ledger or chain. It lets mobile, web, and partner channels issue and redeem tokenized deposits, manage digital asset accounts, validate and transfer between institutions, and onboard financial institutions and users — without exposing blockchain internals.

The API exposes 19 endpoints across 9 functional domains: Tokenized Deposit, Token Redemption, Interbank Transfer, FI Onboarding, User Onboarding, Digital Asset Account, Account Validation, Balance Inquiry, and Platform Search.

Blockchain-agnostic by design

The API is implementation-agnostic and provider-neutral — no chain, wallet, or ledger internals are exposed. The sandbox mirrors production behavior with synthetic data. Use path version v1 for all requests.

Endpoint Domains

All 19 endpoints are grouped into 9 functional domains:

1
Tokenized Deposit
Create/submit tokenized deposits
1
Token Redemption
Redeem tokenized funds back to a linked account
2
Interbank Transfer
Validate an account and initiate interbank transfers
3
FI Onboarding
Submit, retrieve, and update financial institution records
4
User Onboarding
Register, activate, update, and retrieve users
3
Digital Asset Account
Create, retrieve, and update digital asset accounts
1
Account Validation
Validate core, digital asset, wallet, and TD accounts
1
Balance Inquiry
Digital asset balance incl. tokenized deposit holdings
3
Platform Search
Search institutions, accounts, and transactions

Key Capabilities

High-Level Architecture

The QwikLive Digital API is the experience layer between digital channels and the ledgers/cores behind them:

DIGITAL CHANNELS LEDGERS & CORE Mobile App Web App Partner API HTTPS · REST/JSON API Gateway QwikLive Digital API /api/digital/v1 REQUIRED HEADERS X-Client-Id · X-Client-Secret · partnerId secure backend Core Banking Digital Asset Ledger
High-level design — digital channels reach cores and ledgers through the QwikLive Digital API. Blockchain-agnostic.

Typical Digital Flow

A common tokenized-deposit flow follows this sequence:

1

Onboard

Register the financial institution and user. POST /digital/v1/institutions · POST /digital/v1/users

2

Create a Digital Asset Account

Open the account that will hold tokenized deposits. POST /digital/v1/digital-asset-accounts

3

Issue a Tokenized Deposit

Tokenize funds into the account. POST /digital/v1/tokenized-deposits

4

Inquire & Transfer

Check balances, then transfer or validate across institutions. POST /digital/v1/accounts/balance-inquiry · POST /digital/v1/interbank-transfers

5

Redeem

Redeem tokenized funds back to the linked account. POST /digital/v1/token-redemptions

Explore the Documentation