Contact Documentation Steward Login
LANDLINK Resources

API Reference

RESTful API and WebSocket documentation for LANDLINK integration. OpenAPI 3.0 specification. SDK libraries for TypeScript, Python, and Go.

REST API • WebSocket • OpenAPI 3.0
Developer Resources

LANDLINK API v1

Complete API reference for integrating with LANDLINK infrastructure. Tokenization, settlement, custody, and reporting endpoints.

  • Base URL: https://api.landlink.io/v1
  • Authentication: Bearer Token (OAuth 2.0)
  • Rate Limit: 1000 requests/minute
  • Response Format: JSON
Endpoint Categories
/tokenization
Asset tokenization lifecycle management
12 Endpoints
/settlement
DVP settlement and transaction management
8 Endpoints
/custody
Wallet and custody operations
10 Endpoints
/reporting
Analytics and compliance reporting
6 Endpoints
Sample Endpoints

Key API Endpoints

Common endpoints for LANDLINK integration.

Tokenization
POST /v1/tokenization/assets
Create new tokenization request
POST
GET /v1/tokenization/assets/{id}
Get asset details and status
GET
POST /v1/settlement/initiate
Initiate DVP settlement
POST
GET /v1/custody/wallets
List custody wallets
GET
SDK Libraries

Official SDK Support

Client libraries for popular programming languages.

  • TypeScript/JavaScript — npm install @landlink/sdk
  • Python — pip install landlink-sdk
  • Go — go get github.com/omnilink/landlink-go
View OpenAPI Spec
SDK Features
3
Languages
36
Endpoints
100%
Type-safe
MIT
License

Ready to Integrate?

Request API credentials and access our sandbox environment for development.