Uniswap · Capability

Token Trading — WalletCheckDelegation

Token Trading — WalletCheckDelegation. 1 operations. Lead operation: Get wallet delegation info. Self-contained Naftiko capability covering one Uniswap business surface.

Run with Naftiko UniswapWalletCheckDelegation

What You Can Do

POST
Walletcheckdelegation — Get wallet delegation info
/v1/wallet/check-delegation

MCP Tools

get-wallet-delegation-info

Get wallet delegation info

read-only

Capability Spec

trading-walletcheckdelegation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Token Trading — WalletCheckDelegation
  description: 'Token Trading — WalletCheckDelegation. 1 operations. Lead operation: Get wallet delegation info. Self-contained
    Naftiko capability covering one Uniswap business surface.'
  tags:
  - Uniswap
  - WalletCheckDelegation
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    UNISWAP_API_KEY: UNISWAP_API_KEY
capability:
  consumes:
  - type: http
    namespace: trading-walletcheckdelegation
    baseUri: https://trade-api.gateway.uniswap.org/v1
    description: Token Trading — WalletCheckDelegation business capability. Self-contained, no shared references.
    resources:
    - name: wallet-check_delegation
      path: /wallet/check_delegation
      operations:
      - name: walletcheckdelegation
        method: POST
        description: Get wallet delegation info
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: x-api-key
      value: '{{env.UNISWAP_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: trading-walletcheckdelegation-rest
    port: 8080
    description: REST adapter for Token Trading — WalletCheckDelegation. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/wallet/check-delegation
      name: wallet-check-delegation
      description: REST surface for wallet-check_delegation.
      operations:
      - method: POST
        name: walletcheckdelegation
        description: Get wallet delegation info
        call: trading-walletcheckdelegation.walletcheckdelegation
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: trading-walletcheckdelegation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Token Trading — WalletCheckDelegation. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-wallet-delegation-info
      description: Get wallet delegation info
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: trading-walletcheckdelegation.walletcheckdelegation
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.