Skip to main content
The Messari Typescript SDK provides a type-safe interface for accessing Messari’s crypto data and AI services.

Key Features

Type-safe

Full TypeScript support with auto-generated types from OpenAPI specs

Modern

Built with modern TypeScript features and best practices

Well-documented

Comprehensive documentation and examples

Developer-friendly

Intuitive API design with built-in error handling

Installation

Authorization

You’ll need a Messari API key to use the SDK. See our docs for more information.

API Services

Each endpoint in the API has a corresponding method in the SDK. Here are some examples: For the complete list of available endpoints and methods, please refer to the API documentation.

Example Usage

AI Chat Completion

For full examples, see the Examples section.