> ## Documentation Index
> Fetch the complete documentation index at: https://docs.snek.fun/llms.txt
> Use this file to discover all available pages before exploring further.

# Snekfun API (vesting)

> HTTP vesting queries served by snekfun-api

# Snekfun API — vesting

**Production base URL:** `https://token-vesting.snek.fun` — paths below are under **`/v1/vesting/...`**.

**Local dev:** `http://127.0.0.1:7040` (see `http.port` in the service config), same path segments as production.

This service bundles **vesting** read APIs that return **unspent** vesting UTxOs from cache/DB — either by redeemer verification key hash or by asset.

**Auth:** Public for the vesting endpoints documented here.

**WebSocket:** This service does **not** expose WebSocket endpoints.

<Note>
  This HTTP API returns **per-vesting** rows from the indexer stack. It is **not** a substitute for any separate “vesting summary” product API your deployment may expose under another host or doc section.
</Note>

## Endpoints

| Topic                                                                 | Description                          |
| --------------------------------------------------------------------- | ------------------------------------ |
| [Vesting by redeemer](/api-reference/snekfun-api/vesting-by-redeemer) | POST — vestings for one redeemer PKH |
| [Vesting by asset](/api-reference/snekfun-api/vesting-by-asset)       | POST — vestings for one native asset |

## Interactive spec

[Swagger UI](/api-reference/snekfun-api/swagger) — typically `GET /docs` on the service host (production: `https://token-vesting.snek.fun/docs`).
