UNPKG

@circle-fin/circle-sdk

Version:
31 lines (30 loc) 665 B
/** * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface Rate */ export interface Rate { /** * The buy rate denominated in the quote currency of the trading pair. * @type {string} * @memberof Rate */ buy: string; /** * The sell rate denominated in the quote currency of the trading pair. * @type {string} * @memberof Rate */ sell: string; /** * ISO-8601 UTC date/time format. * @type {string} * @memberof Rate */ createDate: string; }