Skip to content

MerchantBalance

Schema: MerchantBalance

OpenAPI Specification

yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    MerchantBalance:
      type: object
      properties:
        brl:
          type: number
          description: Available balance in BRL.
        usdt:
          type: number
          description: Available balance in USDT.
      x-apifox-orders:
        - brl
        - usdt
      x-apifox-folder: ''
  securitySchemes: {}
servers: []
security: []