EBANX · Capability

Foreign Exchange

Foreign Exchange is a Naftiko capability published by EBANX, one of 6 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

foreign-exchange.yaml Raw ↑
name: Foreign Exchange
description: >-
  Quote current FX rates between a merchant pricing currency and EBANX market
  currencies, and mint short-lived FX tokens that lock a rate for a future
  Direct Payment.
version: '1.0'
provider: ebanx
api: ebanx-fx-api
operations:
  - id: getExchangeRate
    method: POST
    path: /ws/exchange
    summary: Get Exchange Rate
  - id: getFxToken
    method: POST
    path: /ws/fxtoken/get
    summary: Get FX Token
inputs:
  - name: integration_key
    secret: true
    required: true
  - name: currency_code
    required: true
  - name: country
    required: true
outputs:
  - rate
  - fx_token
governance:
  region: LATAM