Overview
Welcome! This reference brings together all NUVA Labs' APIs in one place. Each section provides endpoint routes, required parameters, response models, and example payloads.
What's Inside
In this reference, we have grouped operations by product. Within each product you'll find feature sections with related operations.
-
ProvConnect (Identity & Access): Accounts, attributes/attestations, authorization and fee‑grants, sanctions, address search and balance details (Plus), and protocol REST queries.
-
AssetManager (Tokenization): Markers (fungible) and scopes (non‑fungible): lifecycle operations, access control, supply and holders, denom metadata, value ownership, records, and NAV.
-
BlockVault (Vault & Proof): Vault write builders for custody-aware flows, confidential data proofing (hash/anchor), off-chain storage locators, sessions, batch ingestion, contract execution jobs (CEE).
-
Trade & Transfer (Settlement): Markets, orders, commitments, payments, and fee estimates to power post‑trade and settlement workflows.
-
Blockchain Integration & Data: Node RPC (JSON‑RPC + WebSockets), protocol REST queries, ABCI, blocks/tx search, event subscriptions, and chain configuration/governance reads.
Base URLs
# Production bases
PROV_REST_BASE=https://api.provlabs.com # REST reads; Plus lives under /v1/...
PROV_PLUS_BASE=https://api.provlabs.com # Plus aggregates: /v1/...
PROV_VAULT_BASE=https://api.provlabs.com/vault # Vault (Tx builders)
# JSON-RPC broadcast endpoint (mainnet)
PIO_RPC=https://pio-mainnet-1-rpc.provlabs.com
# RPC docs
RPC_DOCS=https://api.provlabs.com/rpc/docs # JSON-RPC reference
NODE_DOCS=https://docs.nuvalabs.com/node # Node/RPC concepts & guides
Authentication
All endpoints require bearer authentication. Include your bearer token on every request:
Authorization: Bearer <TOKEN>
Content-Type: application/json
Don't have a token? Use your tenant credentials or contact inbound@nuvalabs.com
Next steps
- New to the platform? Visit Get Started for auth and your first call.
- Building workflows? Go to the Accounts and Tokenization hubs for end-to-end recipes.
- Ready to dive in? Use the sidebar to jump straight to the product and section you need.