Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 628 Bytes

File metadata and controls

17 lines (12 loc) · 628 Bytes

TokenPriceResponse

Example Usage

import { TokenPriceResponse } from "@compass-labs/api-sdk/models/components";

let value: TokenPriceResponse = {
  price: "2000",
};

Fields

Field Type Required Description Example
price string ✔️ Price of the token in USD 2000