# MoneyResponse

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    MoneyResponse:
      properties:
        value:
          type: string
        asset_id:
          type: string
          format: uuid
        currency_id:
          type: string
          format: uuid
      x-apidog-orders:
        - value
        - asset_id
        - currency_id
      type: object
      x-apidog-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.public.bitpanda.com
    description: Production
security: []

```