# API Endpoints

## API Status

This endpoint retrieves the API endpoint status.

{% openapi src="/files/PKebdBoeKGyb73DXBaQL" path="/p/ping" method="get" %}
[openapi\_collection.yml](https://4062076292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgIEDrPXaIi7XoYANQ7gF%2Fuploads%2Fp2zYZ6y8V1rcU1pANuG3%2Fopenapi_collection.yml?alt=media)
{% endopenapi %}

***

## Supported Chains

This endpoint retrieves the list of supported crypto networks.

{% openapi src="/files/PKebdBoeKGyb73DXBaQL" path="/p/chain/list" method="get" %}
[openapi\_collection.yml](https://4062076292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgIEDrPXaIi7XoYANQ7gF%2Fuploads%2Fp2zYZ6y8V1rcU1pANuG3%2Fopenapi_collection.yml?alt=media)
{% endopenapi %}

***

## Token Balances

This endpoint retrieves the wallet token balances

{% openapi src="/files/PKebdBoeKGyb73DXBaQL" path="/p/balance/token/list" method="get" %}
[openapi\_collection.yml](https://4062076292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgIEDrPXaIi7XoYANQ7gF%2Fuploads%2Fp2zYZ6y8V1rcU1pANuG3%2Fopenapi_collection.yml?alt=media)
{% endopenapi %}

***

## DeFi Portfolio Positions

This endpoint retrieves the DeFi position of a specific wallet

{% openapi src="/files/PKebdBoeKGyb73DXBaQL" path="/p/balance/defi-position/list" method="get" %}
[openapi\_collection.yml](https://4062076292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgIEDrPXaIi7XoYANQ7gF%2Fuploads%2Fp2zYZ6y8V1rcU1pANuG3%2Fopenapi_collection.yml?alt=media)
{% endopenapi %}

***

## Wallet Transactions

This endpoints retrieves the transaction history of a specific wallet

{% openapi src="/files/PKebdBoeKGyb73DXBaQL" path="/p/transaction/list" method="get" %}
[openapi\_collection.yml](https://4062076292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgIEDrPXaIi7XoYANQ7gF%2Fuploads%2Fp2zYZ6y8V1rcU1pANuG3%2Fopenapi_collection.yml?alt=media)
{% endopenapi %}


---

# 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.chainlyze.ai/introduction/api-reference/api-endpoints.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.
