# Move Ecosystem

The Move ecosystem cubes provide data and insights related to various blockchain platforms that utilize the Move programming language. The cubes are organized into the following categories:

### Aptos

#### Latest Block

* Cube Name: `aptos.latest_block`
* Description: Retrieves the latest indexed block from the Aptos blockchain.

### Sui

#### Latest Block

* Cube Name: `sui.latest_block`
* Description: Retrieves the latest indexed block from the Sui blockchain.

### Movement Labs

#### Testnet Support

We currently support the Movement Labs testnet for data and analytics. Once Movement Labs launches their mainnet, we will provide full support for it as well.

These cubes offer insights into the growing Move ecosystem, including the latest block information for Aptos and Sui blockchains. Additionally, we are committed to supporting Movement Labs, starting with their testnet and extending to their mainnet upon launch.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ortege.ai/en/ortege-products/api/cubes/move-ecosystem.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
