WAX Unity Web3 Suite
AtomicMarket
AtomicMarket
  • Getting Started
  • Installation
    • WebGL Installation
  • Examples
    • Unity examples
    • Available assets for trading
    • Filtered assets lists available for trading
    • AssetExample
    • AuctionExample
    • BuyOfferExample
    • SalesExample
  • API Docs
    • AtomicMarketApiFactory
    • Assets
      • AssetsApi
        • AssetDto
          • DataDto
            • BackedTokensDto
            • CollectionDto
            • SchemaDto
              • FormatDto
            • TemplateDto
            • ImmutableDataDto
        • AssetsDto
          • DataDto
            • BackedTokensDto
            • CollectionDto
            • SchemaDto
              • FormatDto
            • TemplateDto
              • ImmutableDataDto
      • AssetsUriParameterBuilder
    • Auctions
      • AuctionsApi
        • AuctionDto
          • DataDto
            • AssetDto
              • BackedTokensDto
              • SchemaDto
                • FormatDto
              • TemplateDto
                • ImmutableDataDto
              • BidsDto
              • CollectionDto
              • PriceDto
      • AuctionsDto
        • DataDto
          • AssetDto
            • BackedTokensDto
            • SchemaDto
              • FormatDto
            • TemplateDto
              • ImmutableDataDto
          • BidsDto
          • CollectionDto
          • PriceDto
      • AuctionsUriParameterBuilder
    • BuyOffers
      • BuyOffersApi
        • BuyOfferDto
          • DataDto
        • AssetDto
          • BackedTokensDto
          • SchemaDto
            • FormatDto
          • TemplateDto
            • ImmutableDataDto
        • CollectionDto
        • PriceDto
        • BuyOffersDto
          • DataDto
            • AssetDto
              • BackedTokensDto
              • SchemaDto
                • FormatDto
              • TemplateDto
                • ImmutableDataDto
            • CollectionDto
            • PriceDto
      • BuyOffersUriParameterBuilder
    • Config
      • ConfigApi
        • ConfigDto
          • DataDto
            • SupportedPairsDto
              • PairsDataDto
            • SupportedTokensDto
    • MarketPlaces
      • MarketPlacesApi
        • MarketplaceDto
          • DataDto
        • MarketplacesDto
          • DataDto
    • Offers
      • OffersApi
        • OfferDto
          • DataDto
            • AssetDto
              • BackedTokensDto
              • CollectionDto
              • SchemaDto
                • FormatDto
              • TemplateDto
                • ImmutableDataDto
        • OffersDto
          • DataDto
            • AssetDto
              • BackedTokensDto
              • CollectionDto
              • SchemaDto
                • FormatDto
              • TemplateDto
                • ImmutableDataDto
      • OffersUriParameterBuilder
    • Pricing
      • PricingApi
        • PricesDto
          • DataDto
        • AssetPricingDto
          • DataDto
        • TemplatesDto
          • DataDto
      • PricingUriParametersBuilder
    • Sales
      • SalesApi
        • SaleDto
          • DataDto
            • AssetDto
              • BackedTokensDto
              • SchemaDto
                • FormatDto
              • TemplateDto
                • ImmutableDataDto
            • CollectionDto
            • PriceDto
        • SalesDto
          • DataDto
            • AssetDto
              • BackedTokensDto
              • SchemaDto
                • FormatDto
              • TemplateDto
                • ImmutableDataDto
              • CollectionDto
              • PriceDto
      • SalesUriParameterBuilder
    • Stats
      • StatsApi
        • StatsDto
          • DataDto
        • AccountDto
          • DataDto
            • ResultDto
            • SymbolDto
        • AccountsDto
          • DataDto
            • ResultDto
            • SymbolDto
        • CollectionDto
          • DataDto
            • ResultDto
            • SymbolDto
        • CollectionsDto
          • DataDto
            • ResultDto
            • SymbolDto
        • GraphDto
          • DataDto
            • ResultDto
            • SymbolDto
        • SalesDto
          • DataDto
            • ResultDto
            • SymbolDto
        • SchemaDto
          • DataDto
            • ResultDto
            • SymbolDto
      • StatsUriParameterBuilder
    • Transfers
      • TransfersApi
        • TransfersDto
          • DataDto
            • AssetDto
              • BackedTokensDto
              • CollectionDto
              • SchemaDto
                • FormatDto
              • TemplateDto
                • ImmutableDataDto
      • TransfersUriParameterBuilder
    • Core
      • HttpRequestBuilder
      • HttpResponseMessageExtension
      • IUriParameterBuilder
    • LogsDto
      • DataDto
Powered by GitBook
On this page
  • Summary
  • Members
Edit on GitHub
  1. API Docs
  2. Assets

AssetsApi

PreviousAssetsNextAssetDto

Last updated 2 years ago

Summary

Members
Descriptions

This function will return a list of all the assets that are available for trading on the exchange.

This function will return a list of assets based on the parameters passed in.

This function will return an AssetDto object from the API.

This function returns the statistics of an asset.

This function returns a list of logs for a given asset.

This function returns a list of logs for a given asset.

It returns a Uri object that represents the assets endpoint.

It takes an AssetsUriParameterBuilder object and returns a Uri object.

It returns a URI for the specified asset ID.

It returns a URI for the asset stats endpoint.

It returns a Uri object that points to the logs for a given asset.

It builds the URI for the asset logs.

Members

public ()

This function will return a list of all the assets that are available for trading on the exchange.

Returns

A list of assets.

This function will return a list of assets based on the parameters passed in.

Parameters

  • AssetsUriParameterBuilder This is a class that contains all the parameters that can be passed to the API.

Returns

A list of assets.

This function will return an AssetDto object from the API.

Parameters

  • assetId The id of the asset you want to retrieve.

Returns

An AssetDto object

This function returns the statistics of an asset.

Parameters

  • assetId The asset id of the asset you want to get the stats for.

Returns

A StatsDto object

This function returns a list of logs for a given asset.

Parameters

  • assetId The asset id of the asset you want to get the logs for.

Returns

A list of logs for the asset.

This function returns a list of logs for a given asset.

Parameters

  • assetId The id of the asset you want to get logs for.

  • AssetsUriParameterBuilder This is a class that contains all the parameters that can be passed to the API.

Returns

A list of logs for the asset.

It returns a Uri object that represents the assets endpoint.

It takes an AssetsUriParameterBuilder object and returns a Uri object.

Parameters

  • AssetsUriParameterBuilder A class that builds the query string for the assets endpoint.

It returns a URI for the specified asset ID.

Parameters

  • assetId The ID of the asset you want to retrieve.

It returns a URI for the asset stats endpoint.

Parameters

  • assetId The ID of the asset you want to get stats for.

It returns a Uri object that points to the logs for a given asset.

Parameters

  • assetId The ID of the asset you want to get logs for.

It builds the URI for the asset logs.

Parameters

  • assetId The ID of the asset you want to get logs for.

  • AssetsUriParameterBuilder This is a class that builds the query string parameters for the request.

public ()

public ( assetsUriParameterBuilder)

public (string assetId)

public (string assetId)

public (string assetId)

public (string assetId, assetsUriParameterBuilder)

private readonly string

private Uri ()

private Uri ( assetsUriParameterBuilder)

private Uri (string assetId)

private Uri (string assetId)

private Uri (string assetId)

private Uri (string assetId, assetsUriParameterBuilder)

public ( assetsUriParameterBuilder)

public (string assetId)

public (string assetId)

public (string assetId)

public (string assetId, assetsUriParameterBuilder)

private readonly string

private Uri ()

private Uri ( assetsUriParameterBuilder)

private Uri (string assetId)

private Uri (string assetId)

private Uri (string assetId)

private Uri (string assetId, assetsUriParameterBuilder)

AssetsDto
Assets
AssetsDto
AssetsUriParameterBuilder
Assets
AssetDto
Asset
StatsDto
AssetStats
LogsDto
AssetLogs
LogsDto
AssetsUriParameterBuilder
AssetLogs
_requestUriBase
AssetsUri
AssetsUriParameterBuilder
AssetsUri
AssetUri
AssetStatsUri
AssetLogsUri
AssetsUriParameterBuilder
AssetLogsUri
AssetsDto
Assets
AssetsDto
AssetsUriParameterBuilder
Assets
AssetDto
Asset
StatsDto
AssetStats
LogsDto
AssetLogs
LogsDto
AssetsUriParameterBuilder
AssetLogs
_requestUriBase
AssetsUri
AssetsUriParameterBuilder
AssetsUri
AssetUri
AssetStatsUri
AssetLogsUri
AssetsUriParameterBuilder
AssetLogsUri