Build on Luxb
Access the world's first luxury RWA infrastructure. Integrate asset tokenization, trading, and settlement into your applications.
API Reference
Comprehensive REST and WebSocket API documentation for market data and trading.
SDKs & Libraries
Official client libraries for Python, JavaScript, and Go to accelerate development.
Smart Contracts
Verified contract addresses and ABIs for the MCK, MCT, and USDM tokens.
Testnet Faucet
Get testnet tokens to experiment with the protocol in a sandbox environment.
Institutional Integration
Luxb Network offers bespoke integration solutions for market makers, custodians, and luxury brands. Our institutional team provides dedicated support and custom SLA agreements.
BASH
curl -X POST https://api.luxb.network/v1/orders \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"symbol": "MCK/USDM",
"side": "buy",
"type": "limit",
"quantity": "10.5",
"price": "1250.00"
}'
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"symbol": "MCK/USDM",
"side": "buy",
"type": "limit",
"quantity": "10.5",
"price": "1250.00"
}'