SettleMint
API integrationToken features

historical-balances

API reference for the DALP historical-balances token feature, attached automatically by most instrument templates without operator input.

The historical-balances token feature records a balance checkpoint for every holder at every block where their balance changes. It attaches without operator input on almost every instrument template.

For the operator how-to, see Historical balances how-to. For the architecture model, see Historical balances architecture.

Configuration

No featureConfigs entry required. The feature is self-contained and attaches when the selected template lists it in requiredFeatures.

Reading snapshot data

Use the token holders-and-transfers endpoints to read balance history.

EndpointReturns
GET /api/v2/token/{address}/holdersCurrent holder list and balances.
GET /api/v2/token/{address}/holders/{holder}/historyBalance checkpoints for a holder.
GET /api/v2/token/{address}/balance-at-block?block={n}Balances for the asset at a specific block.

See Token holders and transfers for the full contract.

On this page