Skip to content
Cryptio Help Center home
Cryptio Help Center home

Cryptio API

The Cryptio API provides full programmatic access to the Cryptio platform. It enables you to integrate Cryptio with your existing workflows and software, offering the same functionality you would find in the user interface (UI).

Anything you can do in the UI can also be done via the API, and all data available through the API is equally accessible in the UI. The API is not a separate data service or product—it is simply another way to interact with Cryptio.

What is an API?

An API (Application Programming Interface) is a way for programs to communicate with software systems. While a website delivers pages for users to browse, an API delivers structured data that can be read and processed by other applications.

For example, requesting a URL on a website typically returns a web page. Requesting a URL from an API, however, returns data in a text-based format such as JSON.

Example of a Public API

Try this simple example: https://api.binance.com/api/v3/ticker/price.

This call returns all current prices on Binance. Every time you refresh it, you’ll see updated values.

A "public" API means no authentication is required to access the data.

API Keys

The Cryptio API is private. This means that all requests must be authenticated with an API key. Each key is tied to a specific Cryptio Workspace, ensuring that data access and actions are secure.

At this time, there is no self-service interface for generating API keys. If you would like to use the API, please contact our support team, and we will assist you with the next steps.

What can you do with the Cryptio API?

With the API, you can:

  • Import wallets and exchanges

  • Create labels

  • Apply labels to transactions

  • Retrieve all transactions

  • Retrieve all assets

  • Retrieve details of a single asset