Binance · Capability

Binance Pay API — Payouts

Binance Pay API — Payouts. 1 operations. Lead operation: Batch payout. Self-contained Naftiko capability covering one Binance business surface.

Run with Naftiko BinancePayouts

What You Can Do

POST
Batchpayout — Batch payout
/v1/binancepay/openapi/payout/transfer

MCP Tools

batch-payout

Batch payout

Capability Spec

pay-payouts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Binance Pay API — Payouts
  description: 'Binance Pay API — Payouts. 1 operations. Lead operation: Batch payout. Self-contained Naftiko capability covering
    one Binance business surface.'
  tags:
  - Binance
  - Payouts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BINANCE_API_KEY: BINANCE_API_KEY
capability:
  consumes:
  - type: http
    namespace: pay-payouts
    baseUri: https://bpay.binanceapi.com
    description: Binance Pay API — Payouts business capability. Self-contained, no shared references.
    resources:
    - name: binancepay-openapi-payout-transfer
      path: /binancepay/openapi/payout/transfer
      operations:
      - name: batchpayout
        method: POST
        description: Batch payout
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: BinancePay-Certificate-SN
      value: '{{env.BINANCE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: pay-payouts-rest
    port: 8080
    description: REST adapter for Binance Pay API — Payouts. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/binancepay/openapi/payout/transfer
      name: binancepay-openapi-payout-transfer
      description: REST surface for binancepay-openapi-payout-transfer.
      operations:
      - method: POST
        name: batchpayout
        description: Batch payout
        call: pay-payouts.batchpayout
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: pay-payouts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Binance Pay API — Payouts. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: batch-payout
      description: Batch payout
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: pay-payouts.batchpayout
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.