# Tatum

## Qu’est-ce que Tatum ?

[Tatum](https://tatum.io/) est un kit de développement logiciel (SDK) open source qui fournit l’infrastructure et un cadre unifié pour plus de 90 protocoles blockchain, permettant à tout développeur de créer des applications Web3 sans aucune expérience de la blockchain.

## Ce que cela signifie pour vous

Tatum a intégré Chiliz Chain à son ensemble d’API, afin que les développeurs puissent profiter des fonctionnalités de Chiliz Chain combinées aux capacités rapides et efficaces de Moralis.

Grâce à Tatum, vous pouvez facilement utiliser [plusieurs appels RPC spécifiques à Chiliz](https://docs.tatum.io/docs/rpc/evm-blockchains/chiliz-rpc-documentation), tels que : eth\_getBalance, eth\_estimateGas ou debug\_traceblockbyhash, parmi bien d’autres.

Découvrez davantage Tatum grâce à cette documentation :

{% content-ref url="/pages/acf98097fd592e863527d6e118695f58ca61da0f" %}
[Comment obtenir le solde d'un portefeuille](/fr-ai/develop/basics/how-tos/how-to-get-the-balance-of-a-wallet.md)
{% endcontent-ref %}

{% content-ref url="/pages/217fd171528e0ca2efcbe6b5f078d7832e631fc3" %}
[Comment obtenir l'historique d'un portefeuille](/fr-ai/develop/basics/how-tos/how-to-get-the-history-of-a-wallet.md)
{% endcontent-ref %}

{% content-ref url="/pages/f8dbcfd73dbd641e8ef91741c1f33cbca55d4990" %}
[Comment obtenir les métadonnées d'un NFT spécifique](/fr-ai/develop/basics/how-tos/how-to-get-the-metadata-of-a-specific-nft.md)
{% endcontent-ref %}


---

# 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.chiliz.com/fr-ai/community/chiliz-chain-ecosystem/developer-tools/tatum.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.
