Connect your applications directly to the CapSign platform with our comprehensive REST and Solidity APIs
Traditional API Access
Our RESTful API provides a traditional, easy-to-use interface for integrating with the CapSign platform. Access all CapSign products programmatically, from identity verification to tokenization and offerings.
// Authentication example
const response = await fetch('https://api.capsign.com/v1/auth/token', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
client_id: 'YOUR_CLIENT_ID',
client_secret: 'YOUR_CLIENT_SECRET'
})
});
const { access_token } = await response.json();
Available API Endpoints
Our comprehensive API suite provides endpoints for all CapSign products, allowing you to build complete solutions with our platform.
Product | Key Endpoints | Status |
---|---|---|
Identities | /identities, /verifications, /attestations | Available |
Documents | /documents, /signatures, /templates | Beta |
Ledgers | /ledgers, /entries, /accounts | Beta |
Tokens | /tokens, /captable, /securities | Beta |
Offerings | /offerings, /investments, /compliance | Beta |
Our Solidity API allows direct interaction with CapSign's on-chain infrastructure. Build decentralized applications that leverage our tokenization, identity, and offering smart contracts directly on Ethereum and other EVM-compatible chains.
Our smart contract interfaces provide direct blockchain integration for your decentralized applications.
Our blockchain-based APIs offer a dual approach to integration, allowing both traditional REST API access and direct on-chain interaction through our smart contract interfaces.
Available Contract Interfaces
Our smart contract ecosystem provides interfaces for all CapSign products, allowing on-chain integration with our platform.
Product | Key Interfaces | Status |
---|---|---|
Identities | IAttestationRegistry, IWhitelist | Available |
Ledgers | ILedger, ILedgerFactory | Available |
Documents | IDocumentRegistry | Available |
Tokenization | IShareClass, ISAFE, IEmployeeStockOption, IStockAppreciationRight, IWarrant | Available |
Offerings | IRule506bOffering, IRule506cOffering | Available |
Join our developer community and start integrating with the CapSign platform today.