Upvest · Capability

Upvest Investment API — Transactions

Upvest Investment API — Transactions. 1 operations. Lead operation: Upvest List transactions. Self-contained Naftiko capability covering one Upvest business surface.

Run with Naftiko UpvestTransactions

What You Can Do

GET
Listtransactions — Upvest List transactions
/v1/accounts/{account-id}/transactions

MCP Tools

upvest-list-transactions

Upvest List transactions

read-only idempotent

Capability Spec

investment-transactions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Upvest Investment API — Transactions
  description: 'Upvest Investment API — Transactions. 1 operations. Lead operation: Upvest List transactions. Self-contained
    Naftiko capability covering one Upvest business surface.'
  tags:
  - Upvest
  - Transactions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    UPVEST_API_KEY: UPVEST_API_KEY
capability:
  consumes:
  - type: http
    namespace: investment-transactions
    baseUri: https://api.upvest.co
    description: Upvest Investment API — Transactions business capability. Self-contained, no shared references.
    resources:
    - name: accounts-account_id-transactions
      path: /accounts/{account_id}/transactions
      operations:
      - name: listtransactions
        method: GET
        description: Upvest List transactions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.UPVEST_API_KEY}}'
  exposes:
  - type: rest
    namespace: investment-transactions-rest
    port: 8080
    description: REST adapter for Upvest Investment API — Transactions. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/transactions
      name: accounts-account-id-transactions
      description: REST surface for accounts-account_id-transactions.
      operations:
      - method: GET
        name: listtransactions
        description: Upvest List transactions
        call: investment-transactions.listtransactions
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: investment-transactions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Upvest Investment API — Transactions. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: upvest-list-transactions
      description: Upvest List transactions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: investment-transactions.listtransactions
      outputParameters:
      - type: object
        mapping: $.