Type alias SearchAssetResponse

SearchAssetResponse: {
    assets: SearchAssetWithTradeData[];
    total: number;
}

Type declaration

  • assets: SearchAssetWithTradeData[]

    List of assets that match the search criteria.

  • total: number

    Total number of assets found.

Generated using TypeDoc