Headless tokenisation.
Full lifecycle. Your UI.
FRACTIONED's API gives developer teams everything they need to embed tokenisation into existing products. No UI constraints. No vendor lock-in on the frontend. Just clean REST endpoints covering the entire token lifecycle — from creation to distribution.
Introduction & Authentication
Bearer TokenAuthentication is managed via HMAC signatures or static API keys for staging environments. All requests must be served over HTTPS.
-H "Authorization: Bearer fr_live_9a2b..." \
-H "Content-Type: application/json"
Endpoint Categories
Token Management
Create, mint, burn, pause, and configure tokens. Set supply, define rules, and deploy to any supported chain.
Investor Management
Create investor profiles, trigger KYC flows, manage whitelists, and handle on-behalf-of operations.
Compliance
Configure jurisdiction rules, enforce transfer restrictions, and manage whitelisting programmatically.
Reg-S · Reg-D · MiFID II
Distribution
Calculate and execute dividend or interest distributions across all holders with precise ledger tracking.
Cap Table
Real-time ownership database, transaction history, and holder details for granular asset monitoring.
Webhooks
Subscribe to atomic token issuance, KYC completed, investment received, distribution milestones.
Response Schema
All API responses are returned in JSON format. We utilize standard HTTP status codes to indicate success or failure.