# Trustchains APIs

**Base URL:** `/api/v1/trust-chains`

These endpoints allow auditors to list VP (Verifiable Presentation) documents and build full trustchains tracing a VP back to its root Verifiable Credential, enabling verification of carbon credit provenance.

**Authentication:** All endpoints require a valid JWT Bearer token (`Authorization: Bearer <token>`). Obtain a token via `POST /accounts/login`. Permission `AUDIT_TRUST_CHAIN_READ` is required for all endpoints.

***

## Endpoints

| Method | Endpoint               | Description                                            | Auth Required |
| ------ | ---------------------- | ------------------------------------------------------ | ------------- |
| GET    | `/trust-chains`        | Return a list of all VP documents                      | Yes           |
| GET    | `/trust-chains/{hash}` | Build and return a trustchain from a VP to the root VC | Yes           |

***

## Endpoint Details

* [Requesting VP Documents](/docs/develop/tasks-and-external/trustchains-apis/requesting.md) — `GET /trust-chains`
* [Building and Returning a Trustchain](/docs/develop/tasks-and-external/trustchains-apis/building-and-returning.md) — `GET /trust-chains/{hash}`


---

# 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://guardian.hedera.com/docs/develop/tasks-and-external/trustchains-apis.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.
