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

SalesApi

PreviousSalesNextSaleDto

Last updated 2 years ago

Summary

Members
Descriptions

It builds an HTTP request, sends it to the API, and returns the response as a SalesDto object.

This function will return a SaleDto object from the API.

It returns a SalesDto object.

It returns a list of sales.

This function will return a list of logs for a specific sales order.

This function returns a list of logs for a specific sales order.

It returns a new Uri object with the value of the _requestUriBase field concatenated with the string "/sales".

It takes a IUriParameterBuilder as a parameter and returns a Uri that is the base request URI with the /sales path and the URI parameters built by the IUriParameterBuilder appended to it.

It returns a URI for a sale.

It returns a URI for the /sales/templates endpoint.

It returns a URI for the sales logs endpoint.

It returns a URI for the sales logs endpoint.

Members

public ()

It builds an HTTP request, sends it to the API, and returns the response as a SalesDto object.

Returns

A SalesDto object

This function will return a SaleDto object from the API.

Parameters

  • id The id of the sale you want to retrieve.

Returns

A SaleDto object

It returns a SalesDto object.

Parameters

  • SalesUriParameterBuilder This is a class that contains all the parameters that you want to pass to the API.

Returns

A SalesDto object.

It returns a list of sales.

Parameters

  • SalesUriParameterBuilder This is a class that contains the parameters that will be used to build the URI.

Returns

A SalesDto object.

This function will return a list of logs for a specific sales order.

Parameters

  • id The id of the sales order you want to get the logs for.

Returns

A list of logs for a specific sale.

This function returns a list of logs for a specific sales order.

Parameters

  • id The id of the sales order

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

Returns

A LogsDto object

It returns a new Uri object with the value of the _requestUriBase field concatenated with the string "/sales".

It takes a IUriParameterBuilder as a parameter and returns a Uri that is the base request URI with the /sales path and the URI parameters built by the IUriParameterBuilder appended to it.

Parameters

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

It returns a URI for a sale.

Parameters

  • saleId The id of the sale to be retrieved.

It returns a URI for the /sales/templates endpoint.

Parameters

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

It returns a URI for the sales logs endpoint.

Parameters

  • saleId The id of the sale you want to get the logs for.

It returns a URI for the sales logs endpoint.

Parameters

  • saleId The id of the sale you want to get the logs for.

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

public ()

public (int id)

public ( uriParameterBuilder)

public ( uriParameterBuilder)

public (int id)

public (int id, salesUriParameterBuilder)

private readonly string

private Uri ()

private Uri ( salesUriParameterBuilder)

private Uri (int saleId)

private Uri ( salesUriParameterBuilder)

private Uri (int saleId)

private Uri (int saleId, salesUriParameterBuilder)

public (int id)

public ( uriParameterBuilder)

public ( uriParameterBuilder)

public (int id)

public (int id, salesUriParameterBuilder)

private readonly string

private Uri ()

private Uri ( salesUriParameterBuilder)

private Uri (int saleId)

private Uri ( salesUriParameterBuilder)

private Uri (int saleId)

private Uri (int saleId, salesUriParameterBuilder)

SalesDto
Sales
SaleDto
Sale
SalesDto
SalesUriParameterBuilder
Sales
SalesDto
SalesUriParameterBuilder
SalesByTemplate
LogsDto
SalesLogs
LogsDto
SalesUriParameterBuilder
SalesLogs
_requestUriBase
SalesUri
IUriParameterBuilder
SalesUri
SaleUri
IUriParameterBuilder
SaleTemplatesUri
SalesLogsUri
IUriParameterBuilder
SalesLogsUri
SalesDto
Sales
SaleDto
Sale
SalesDto
SalesUriParameterBuilder
Sales
SalesDto
SalesUriParameterBuilder
SalesByTemplate
LogsDto
SalesLogs
LogsDto
SalesUriParameterBuilder
SalesLogs
_requestUriBase
SalesUri
IUriParameterBuilder
SalesUri
SaleUri
IUriParameterBuilder
SaleTemplatesUri
SalesLogsUri
IUriParameterBuilder
SalesLogsUri