1Forge · Capability

1Forge Forex Data API — Symbols

Symbols — Discover the currency pair symbols available to the calling API key. 1 operation. Lead operation: 1Forge List Available Symbols. Self-contained Naftiko capability covering one 1Forge business surface.

Run with Naftiko 1ForgeForex Data APISymbols

What You Can Do

GET
Getsymbols — 1Forge List Available Symbols.
/v1/symbols

MCP Tools

list-symbols

1Forge List Available Symbols.

read-only idempotent

Capability Spec

forex-data-api-symbols.yaml Raw ↑
naftiko: "1.0.0-alpha2"

info:
  label: "1Forge Forex Data API — Symbols"
  description: >-
    Symbols — Discover the currency pair symbols available to the calling API key.
    1 operation. Lead operation: 1Forge List Available Symbols. Self-contained
    Naftiko capability covering one 1Forge business surface.
  tags:
    - 1Forge
    - Forex Data API
    - Symbols
  created: "2026-05-28"
  modified: "2026-05-28"

binds:
  - namespace: env
    keys:
      ONEFORGE_API_KEY: ONEFORGE_API_KEY

capability:

  consumes:
    - type: http
      namespace: "forex-data-api-symbols"
      baseUri: "https://api.1forge.com"
      description: "1Forge Forex Data API — Symbols business capability. Self-contained, no shared references."
      authentication:
        type: apikey
        key: api_key
        value: "{{env.ONEFORGE_API_KEY}}"
        placement: query
      resources:
        - name: "symbols"
          path: "/symbols"
          operations:
            - name: "getSymbols"
              method: GET
              description: "1Forge List Available Symbols."
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: "$."

  exposes:
    - type: rest
      namespace: "forex-data-api-symbols-rest"
      port: 8080
      description: "REST adapter for 1Forge Forex Data API — Symbols. One Spectral-compliant resource per consumed operation, prefixed with /v1."
      resources:
        - path: "/v1/symbols"
          name: "symbols"
          description: "REST surface for symbol catalog discovery."
          operations:
            - method: GET
              name: "getSymbols"
              description: "1Forge List Available Symbols."
              call: "forex-data-api-symbols.getSymbols"
              with: {}
              outputParameters:
                - type: object
                  mapping: "$."

    - type: mcp
      namespace: "forex-data-api-symbols-mcp"
      port: 9090
      transport: http
      description: "MCP adapter for 1Forge Forex Data API — Symbols. One tool per consumed operation, routed inline through this capability's consumes block."
      tools:
        - name: "list-symbols"
          description: "1Forge List Available Symbols."
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: "forex-data-api-symbols.getSymbols"
          with: {}
          outputParameters:
            - type: object
              mapping: "$."