# API Endpoints

## About the data

At Sesame Data, our data infrastructure includes a dedicated endpoint for entities. This endpoint serves as a repository for information sourced from a single custodian (stored in a Portfolio) or from a combination of Portfolios (stored in a legal entity, such as a Trust or Investment Fund).

When data is transmitted from banks, our rigorous analysis and validation processes ensure the integrity of the information before publication. As a result of this scrutiny, we generate an endpoint called 'Entity Dates', which provides a comprehensive overview of all relevant dates associated with an entity, along with each date's current status.

## Endpoints

* [Entity List](/api-endpoints/entity-list.md):  returns all the entities which are available in the account
* [Entity Dates](/api-endpoints/entity-dates.md): returns the dates which are available from Sesame per entity
* [Transactions](/api-endpoints/transactions.md): returns the transactions which have occurred for a specific entity.
* [Holdings](/api-endpoints/holdings.md): contains the holdings (or positions) of your entities.
* [Sub Portfolio Holdings](/api-endpoints/sub-portfolio-holdings.md): provides a level more granularity than the entity-level holdings of cash.


---

# 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.landytech.com/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.
