brapi Moedas API

The Moedas API from brapi — 2 operation(s) for moedas.

OpenAPI Specification

brapi-moedas-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: brapi Criptomoedas Moedas API
  version: 1.0.0
  description: brapi.dev Brazilian financial data REST API aggregating public market data from B3, CVM and Banco Central. Provides stock quotes, real estate funds, options, cryptocurrencies, currencies, inflation, and SELIC rate data.
servers:
- url: https://brapi.dev
tags:
- name: Moedas
paths:
  /api/moedas:
    get:
      summary: Currency quotations
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GenericResponse'
      tags:
      - Moedas
  /api/moedas/available:
    get:
      summary: List currencies
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GenericResponse'
      tags:
      - Moedas
components:
  schemas:
    GenericResponse:
      type: object
      additionalProperties: true
x-generated-from: https://brapi.dev/docs
x-generated-by: claude-crawl-2026-05-08