Version: 1.0.0
DLTM API
This is the public API definition for the DLTM API. It includes all neccesary endpoints to access our crypto-related services, including trading, custody, DeFi, etc. Each endpoint is documented with its parameters, responses, and tags for easy reference.
Authentication
- API Key: ApiTokenAuth
- API Key: Sessions
Token required to access the API. This token should be included in the header of each request.
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | X-Public-Key |
Session token required to maintain the session. This token should be included in the header of each request.
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | Cookie |