Skip to main content

List currencies

GET 

/api/v3/currency

Request

Responses

Object was fetched successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable

    response

    object[]

  • Array [

  • currency_id integer

    Currency ID #

    currency string

    Deprecated

    name string

    Currency name

    iso4217 string

    ISO 4217 currency code

    symbol string

    Currency symbol

    rounding integer

    Number of decimal places to round currency fractions to

  • ]

Loading...