.png)

.png)
Asset Tokenization
// Tokenize an asset (e.g., real estate, horses, cars, wines)
import Lympid from 'lympid-sdk';
const client = new Lympid({ apiKey: process.env.LYMPID_KEY });
async function tokenizeAsset() {
const tokenization = await client.assets.tokenize({
userId: 'USER-123',
assetType: 'real_estate',
amount: 250000,
currency: 'USD',
metadata: {propertyAddress: '123 Main St, Lisbon, PT', valuationDate: '2025-06-01',
},
});
console.log('Tokenization Result:', tokenization);}
tokenizeAsset();
.png)
Securely onboard, authenticate, and verify users with role-based permissions.
Programmatically generate, fund, and monitor virtual wallets with multi-asset support.
Handle deposits, withdrawals, investments and trades with built-in compliance flow.
Get real-time webhooks for events, and create your own custom workflow.
.png)
.png)
x-api-key HTTP header. For GET endpoints (except /, /health, /api/postman), you can also use a Bearer token in the Authorization header. If authentication fails, you’ll receive a 401 Unauthorized (missing/invalid key) or 403 Forbidden (insufficient permissions) response.png)
.png)