Skip to main content

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.
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.

Endpoints

TopicDescription
Vesting by redeemerPOST — vestings for one redeemer PKH
Vesting by assetPOST — vestings for one native asset

Interactive spec

Swagger UI — typically GET /docs on the service host (production: https://token-vesting.snek.fun/docs).