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

StatsApi

Summary

Members
Descriptions

This function will return a list of all collections in the database.

This function will return a CollectionsDto object that contains a list of CollectionDto objects.

This function will return a CollectionDto object that contains the collection's name, the number of documents in the collection, the number of documents that have been deleted, the number of documents that are new (i.e. have not been persisted to disk), the number of documents that have been updated, the number of documents that have been replaced, the number of documents that have been removed, the number of documents that have been inserted, the number of documents that have been ignored, the number of documents that have been updated, the number of documents that have been replaced, the number of documents that have been removed, the number of documents that have been inserted, the number of documents that have been ignored, the number of documents that have been updated, the number of documents that have been replaced, the number of documents that have been removed, the number of documents that have been inserted, the number of documents that have been ignored, the number of documents that have been.

This function will return a list of accounts for the current user.

This function will return a list of accounts that match the criteria specified in the uriParameterBuilder parameter.

This function will return an AccountDto object that contains the account information for the account name passed in.

This function will return the schema for the specified collection.

This function returns a schema for a given collection.

This function will return a GraphDto object that contains the graph data.

The function sends a GET request to the API and returns the response as a SalesDto object.

It returns a URI that points to the collections endpoint of the stats API.

It returns a URI for the collections endpoint

It returns a URI for the collection stats endpoint

It returns a Uri object that represents the URL for the /stats/accounts endpoint.

It returns a URI for the /stats/accounts endpoint

It returns a URI for the account stats endpoint

It returns a URI for the schemas endpoint.

It returns a URI for the /stats/schemas/{collectionName} endpoint

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

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

Members

This function will return a list of all collections in the database.

Returns

A list of collections

This function will return a CollectionsDto object that contains a list of CollectionDto objects.

Parameters

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

Returns

A CollectionsDto object.

This function will return a CollectionDto object that contains the collection's name, the number of documents in the collection, the number of documents that have been deleted, the number of documents that are new (i.e. have not been persisted to disk), the number of documents that have been updated, the number of documents that have been replaced, the number of documents that have been removed, the number of documents that have been inserted, the number of documents that have been ignored, the number of documents that have been updated, the number of documents that have been replaced, the number of documents that have been removed, the number of documents that have been inserted, the number of documents that have been ignored, the number of documents that have been updated, the number of documents that have been replaced, the number of documents that have been removed, the number of documents that have been inserted, the number of documents that have been ignored, the number of documents that have been.

Parameters

  • collectionName The name of the collection you want to get stats for.

  • StatsUriParameterBuilder This is a class that allows you to build the query string parameters for the API call.

Returns

A collection of documents.

This function will return a list of accounts for the current user.

Returns

A list of accounts

This function will return a list of accounts that match the criteria specified in the uriParameterBuilder parameter.

Parameters

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

Returns

A list of accounts.

This function will return an AccountDto object that contains the account information for the account name passed in.

Parameters

  • accountName The name of the account you want to get information about.

  • StatsUriParameterBuilder This is a class that allows you to build the query string parameters for the API call.

Returns

An AccountDto object.

This function will return the schema for the specified collection.

Parameters

  • collectionName The name of the collection you want to get the schema for.

Returns

A SchemaDto object

This function returns a schema for a given collection.

Parameters

  • collectionName The name of the collection you want to get the schema for.

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

Returns

A SchemaDto object.

This function will return a GraphDto object that contains the graph data.

Returns

A GraphDto object

The function sends a GET request to the API and returns the response as a SalesDto object.

Returns

A SalesDto object

It returns a URI that points to the collections endpoint of the stats API.

It returns a URI for the collections 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 collection stats endpoint

Parameters

  • collectionName The name of the collection you want to get stats for.

  • 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 /stats/accounts endpoint.

It returns a URI for the /stats/accounts endpoint

Parameters

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

It returns a URI for the account stats endpoint

Parameters

  • accountName The name of the account you want to get stats for.

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

It returns a URI for the schemas endpoint.

Parameters

  • collectionName The name of the collection you want to get the stats for.

It returns a URI for the /stats/schemas/{collectionName} endpoint

Parameters

  • collectionName The name of the collection you want to get the schema for.

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

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

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

PreviousStatsNextStatsDto

Last updated 2 years ago

public ()

public ( uriParameterBuilder)

public (string collectionName, uriParameterBuilder)

public ()

public ( uriParameterBuilder)

public (string accountName, uriParameterBuilder)

public (string collectionName)

public (string collectionName, uriParameterBuilder)

public ()

public ()

private readonly string

private Uri ()

private Uri ( uriParameterBuilder)

private Uri (string collectionName, uriParameterBuilder)

private Uri ()

private Uri ( uriParameterBuilder)

private Uri (string accountName, uriParameterBuilder)

private Uri (string collectionName)

private Uri (string collectionName, uriParameterBuilder)

private Uri ()

private Uri ()

public ()

public ( uriParameterBuilder)

public (string collectionName, uriParameterBuilder)

public ()

public ( uriParameterBuilder)

public (string accountName, uriParameterBuilder)

public (string collectionName)

public (string collectionName, uriParameterBuilder)

public ()

public ()

private readonly string

private Uri ()

private Uri ( uriParameterBuilder)

private Uri (string collectionName, uriParameterBuilder)

private Uri ()

private Uri ( uriParameterBuilder)

private Uri (string accountName, uriParameterBuilder)

private Uri (string collectionName)

private Uri (string collectionName, uriParameterBuilder)

private Uri ()

private Uri ()

CollectionsDto
Collections
CollectionsDto
StatsUriParameterBuilder
Collections
CollectionDto
StatsUriParameterBuilder
Collection
AccountsDto
Accounts
AccountsDto
StatsUriParameterBuilder
Accounts
AccountDto
StatsUriParameterBuilder
Account
SchemaDto
Schema
SchemaDto
StatsUriParameterBuilder
Schema
GraphDto
Graph
SalesDto
Sales
_requestUriBase
CollectionsUri
IUriParameterBuilder
CollectionsUri
IUriParameterBuilder
CollectionUri
AccountsUri
IUriParameterBuilder
AccountsUri
IUriParameterBuilder
AccountUri
SchemasUri
IUriParameterBuilder
SchemasUri
GraphUri
SalesUri
CollectionsDto
Collections
CollectionsDto
StatsUriParameterBuilder
Collections
CollectionDto
StatsUriParameterBuilder
Collection
AccountsDto
Accounts
AccountsDto
StatsUriParameterBuilder
Accounts
AccountDto
StatsUriParameterBuilder
Account
SchemaDto
Schema
SchemaDto
StatsUriParameterBuilder
Schema
GraphDto
Graph
SalesDto
Sales
_requestUriBase
CollectionsUri
IUriParameterBuilder
CollectionsUri
IUriParameterBuilder
CollectionUri
AccountsUri
IUriParameterBuilder
AccountsUri
IUriParameterBuilder
AccountUri
SchemasUri
IUriParameterBuilder
SchemasUri
GraphUri
SalesUri