Price

Single price value for public API (e.g., asking price, transaction price).

  • currency
    Type: string
    min length:  
    3
    max length:  
    3
    required

    ISO 4217 currency code (e.g., "SEK", "EUR", "USD").

  • value
    Type: number | string Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: double
    min:  
    0
    required

    Price value. Multiply by scale factor to get actual amount. Example: value=1500 with scale="millions" = 1.5 billion.

  • scale
    Type: string

    Scale factor for the value: "none" (1), "thousands" (1,000), "millions" (1,000,000), "billions" (1,000,000,000). Default is "none" if not specified on input.