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

AuctionsApi

PreviousAuctionsNextAuctionDto

Last updated 2 years ago

Summary

Members
Descriptions

It returns a list of auctions.

It returns a list of auctions.

This function will make a GET request to the Auction API and return the AuctionDto object

It gets the logs of an auction.

It gets the logs for an auction.

It returns a new Uri object that is the base request URI with the /auctions path appended to it.

It takes a IUriParameterBuilder and returns a Uri that is the base URI for the auctions endpoint with the parameters built by the IUriParameterBuilder appended to the end.

It returns a URI for the auction with the given ID.

It returns a Uri object that represents the URL for the auction logs endpoint

It returns a URI for the auctions logs endpoint

Members

public ()

It returns a list of auctions.

AuctionsDto

public ( uriParametersBuilder)

It returns a list of auctions.

Parameters

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

AuctionsDto

This function will make a GET request to the Auction API and return the AuctionDto object

Parameters

  • id The id of the auction you want to retrieve

Returns

An AuctionDto object

It gets the logs of an auction.

Parameters

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

Returns

A list of logs for the auction.

It gets the logs for an auction.

Parameters

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

  • AuctionsUriParameterBuilder 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 that is the base request URI with the /auctions path appended to it.

It takes a IUriParameterBuilder and returns a Uri that is the base URI for the auctions endpoint with the parameters built by the IUriParameterBuilder appended to the end.

Parameters

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

It returns a URI for the auction with the given ID.

Parameters

  • id The id of the auction you want to get.

It returns a Uri object that represents the URL for the auction logs endpoint

Parameters

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

It returns a URI for the auctions logs endpoint

Parameters

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

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

public ()

public ( uriParametersBuilder)

public (int id)

public (int id)

public (int id, auctionsUriParametersBuilder)

private readonly string

private Uri ()

private Uri ( uriParameterBuilder)

private Uri (int id)

private Uri (int id)

private Uri (int id, uriParameterBuilder)

public (int id)

public (int id)

public (int id, auctionsUriParametersBuilder)

private readonly string

private Uri ()

private Uri ( uriParameterBuilder)

private Uri (int id)

private Uri (int id)

private Uri (int id, uriParameterBuilder)

AuctionsDto
AuctionsDto
AuctionsUriParameterBuilder
Auctions
Auctions
AuctionDto
Auction
LogsDto
AuctionLogs
LogsDto
AuctionsUriParameterBuilder
AuctionLogs
_requestUriBase
AuctionsUri
IUriParameterBuilder
AuctionsUri
AuctionUri
AuctionsLogsUri
IUriParameterBuilder
AuctionsLogsUri
AuctionsDto
Auctions
AuctionsDto
AuctionsUriParameterBuilder
Auctions
AuctionDto
Auction
LogsDto
AuctionLogs
LogsDto
AuctionsUriParameterBuilder
AuctionLogs
_requestUriBase
AuctionsUri
IUriParameterBuilder
AuctionsUri
AuctionUri
AuctionsLogsUri
IUriParameterBuilder
AuctionsLogsUri