Hiro · Capability

Stacks Blockchain API — Fungible Tokens

Stacks Blockchain API — Fungible Tokens. 1 operations. Lead operation: Fungible token holders. Self-contained Naftiko capability covering one Hiro business surface.

Run with Naftiko HiroFungible Tokens

What You Can Do

GET
Getftholders — Fungible token holders
/v1/extended/v1/tokens/ft/{token}/holders

MCP Tools

fungible-token-holders

Fungible token holders

read-only idempotent

Capability Spec

stacks-blockchain-fungible-tokens.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Stacks Blockchain API — Fungible Tokens
  description: 'Stacks Blockchain API — Fungible Tokens. 1 operations. Lead operation: Fungible token holders. Self-contained
    Naftiko capability covering one Hiro business surface.'
  tags:
  - Hiro
  - Fungible Tokens
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HIRO_API_KEY: HIRO_API_KEY
capability:
  consumes:
  - type: http
    namespace: stacks-blockchain-fungible-tokens
    baseUri: https://api.hiro.so
    description: Stacks Blockchain API — Fungible Tokens business capability. Self-contained, no shared references.
    resources:
    - name: extended-v1-tokens-ft-token-holders
      path: /extended/v1/tokens/ft/{token}/holders
      operations:
      - name: getftholders
        method: GET
        description: Fungible token holders
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: integer
          description: max number of holders to fetch
        - name: offset
          in: query
          type: integer
          description: index of first holder to fetch
        - name: token
          in: path
          type: string
          description: fungible token identifier
          required: true
  exposes:
  - type: rest
    namespace: stacks-blockchain-fungible-tokens-rest
    port: 8080
    description: REST adapter for Stacks Blockchain API — Fungible Tokens. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/extended/v1/tokens/ft/{token}/holders
      name: extended-v1-tokens-ft-token-holders
      description: REST surface for extended-v1-tokens-ft-token-holders.
      operations:
      - method: GET
        name: getftholders
        description: Fungible token holders
        call: stacks-blockchain-fungible-tokens.getftholders
        with:
          limit: rest.limit
          offset: rest.offset
          token: rest.token
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: stacks-blockchain-fungible-tokens-mcp
    port: 9090
    transport: http
    description: MCP adapter for Stacks Blockchain API — Fungible Tokens. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: fungible-token-holders
      description: Fungible token holders
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: stacks-blockchain-fungible-tokens.getftholders
      with:
        limit: tools.limit
        offset: tools.offset
        token: tools.token
      outputParameters:
      - type: object
        mapping: $.