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. Pricing

PricingApi

Summary

Members
Descriptions

This function will return a list of prices for all the sales that have been made.

This function will return a list of prices for a given product, based on the parameters passed in the uriParametersBuilder.

This function will return a list of prices for the last 30 days.

This function will return a PricesDto object that contains the prices for the specified date range.

This function will return a list of templates that are available for use.

This function will return a list of templates that are available for the given parameters.

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 that are available for pricing.

It returns a Uri object that is the base URI for the sales endpoint.

It returns a URI for the sales endpoint.

It returns a Uri object that represents the URL for the API endpoint that returns the sales data for the last 30 days.

It returns a URI for the /prices/sales/days endpoint.

It returns a Uri object that represents the URL of the API endpoint that returns the list of templates.

It returns a URI for the /prices/templates endpoint

It returns a Uri object that points to the /prices/assets endpoint.

It returns a URI for the /prices/assets endpoint.

Members

This function will return a list of prices for all the sales that have been made.

Returns

A list of prices for the sales of the product.

This function will return a list of prices for a given product, based on the parameters passed in the uriParametersBuilder.

Parameters

  • PricingUriParametersBuilder This is a class that contains the parameters that will be passed to the API.

Returns

A list of prices for the given parameters.

This function will return a list of prices for the last 30 days.

Returns

A list of prices for the last 30 days.

This function will return a PricesDto object that contains the prices for the specified date range.

Parameters

  • PricingUriParametersBuilder This is a class that contains the parameters that are required to make the request.

Returns

A list of prices for the given date range.

This function will return a list of templates that are available for use.

Returns

A list of templates

This function will return a list of templates that are available for the given parameters.

Parameters

  • PricingUriParametersBuilder This is a class that contains the parameters that are required to make the request.

Returns

A TemplatesDto object.

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 that are available for pricing.

Parameters

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

Returns

A list of assets.

It returns a Uri object that is the base URI for the sales endpoint.

It returns a URI for the sales endpoint.

Parameters

  • IUriParameterBuilder This is an interface that is used to build the query string parameters for the request.

It returns a Uri object that represents the URL for the API endpoint that returns the sales data for the last 30 days.

It returns a URI for the /prices/sales/days endpoint.

Parameters

  • IUriParameterBuilder This is an interface that is used to build the query string parameters for the request.

It returns a Uri object that represents the URL of the API endpoint that returns the list of templates.

It returns a URI for the /prices/templates endpoint

Parameters

  • IUriParameterBuilder This is a class that is used to build the query string parameters for the request.

It returns a Uri object that points to the /prices/assets endpoint.

It returns a URI for the /prices/assets endpoint.

Parameters

  • IUriParameterBuilder This is a class that is used to build the query string parameters for the request.

PreviousPricingNextPricesDto

Last updated 2 years ago

public ()

public ( uriParametersBuilder)

public ()

public ( uriParametersBuilder)

public ()

public ( uriParametersBuilder)

public ()

public ( uriParametersBuilder)

private readonly string

private Uri ()

private Uri ( uriParameterBuilder)

private Uri ()

private Uri ( uriParameterBuilder)

private Uri ()

private Uri ( uriParameterBuilder)

private Uri ()

private Uri ( uriParameterBuilder)

public ()

public ( uriParametersBuilder)

public ()

public ( uriParametersBuilder)

public ()

public ( uriParametersBuilder)

public ()

public ( uriParametersBuilder)

private readonly string

private Uri ()

private Uri ( uriParameterBuilder)

private Uri ()

private Uri ( uriParameterBuilder)

private Uri ()

private Uri ( uriParameterBuilder)

private Uri ()

private Uri ( uriParameterBuilder)

PricesDto
Sales
PricesDto
PricingUriParametersBuilder
Sales
PricesDto
Days
PricesDto
PricingUriParametersBuilder
Days
TemplatesDto
Templates
TemplatesDto
PricingUriParametersBuilder
Templates
AssetsDto
Assets
AssetsDto
PricingUriParametersBuilder
Assets
_requestUriBase
SalesUri
IUriParameterBuilder
SalesUri
DaysUri
IUriParameterBuilder
DaysUri
TemplatesUri
IUriParameterBuilder
TemplatesUri
AssetsUri
IUriParameterBuilder
AssetsUri
PricesDto
Sales
PricesDto
PricingUriParametersBuilder
Sales
PricesDto
Days
PricesDto
PricingUriParametersBuilder
Days
TemplatesDto
Templates
TemplatesDto
PricingUriParametersBuilder
Templates
AssetsDto
Assets
AssetsDto
PricingUriParametersBuilder
Assets
_requestUriBase
SalesUri
IUriParameterBuilder
SalesUri
DaysUri
IUriParameterBuilder
DaysUri
TemplatesUri
IUriParameterBuilder
TemplatesUri
AssetsUri
IUriParameterBuilder
AssetsUri