Skip to main content

Get the latest supplies for all assets with recorded supplies

GET 

/api/v1/supplies

Will return the latests supplies for all assets with recorded supplies.

Responses

successful operation

Schema

    serverTime date-time
    error stringnullable

    description of error in natural language, absent in case of successful operation

    payload

    object[]

    nullable

    The response data

  • Array [

  • asset string

    Asset ID, e.g. BTC

    supplies

    object

    Most recent supply per supply type

    property name*

    SupplyValueDto

    Supply value history, in ascending order of date

    value string

    Supply of asset on given date, using scientific notation if an exponent is needed

    date string

    Date in form YYYY-MM-DD

  • ]

Loading...