Documentation

Integrate the hosted balance API

The service key selects one ledger. Your backend sends business transfers and reads the resulting state over HTTPS.

Hosted service region: United States. Discuss regional or private deployment requirements.

First request

Issue 100 points to an account

The quickstart uses the default asset, action, scene, and top-up platform account created with a new ledger.

Read quickstart

Four integration rules to keep

Scope

A service key belongs to one ledger. Do not send a ledger ID on public /v1 routes.

Identity

Treat transfer ID plus scene as one business operation and do not reuse the pair for another intent.

Uncertain result

Retry the exact original request directly after a timeout or uncertain code; do not make a read request first.

Terminal result

After insufficient_balance or execution-time amount_out_of_range, fix the condition and use a new transfer ID.