Fixer · JSON Structure

Fixer Symbols Structure

JSON Structure for a Fixer symbols listing envelope.

Type: object Properties: 2 Required: 2
Currency ExchangeForeign ExchangeFXForexECBConversionHistorical RatesTime SeriesFluctuationAPILayerPublic APIs

FixerSymbolsResponse is a JSON Structure definition published by Fixer, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/draft-00/schema meta-schema.

Properties

success symbols

Meta-schema: https://json-structure.org/draft-00/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft-00/schema",
  "name": "FixerSymbolsResponse",
  "description": "JSON Structure for a Fixer symbols listing envelope.",
  "type": "object",
  "properties": {
    "success": { "type": "boolean" },
    "symbols": {
      "type": "map",
      "values": { "type": "string" }
    }
  },
  "required": ["success", "symbols"]
}