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

PricingUriParametersBuilder

class AtomicMarketApiClient::Pricing::PricingUriParametersBuilder
  : public IUriParameterBuilder

Summary

Members
Descriptions

WithSymbol sets the symbol parameter

WithBurned sets the _burned field to the value of the burned parameter

WithCollectionName is a function that takes a string as a parameter and returns an PricingUriParameterBuilder object

This function sets the schema name for the query.

WithTemplateId sets the _templateId variable to the value of the templateId parameter

WithIsTransferable sets the _isTransferable field to the value of the isTransferable parameter

WithIsTransferable sets the _isTransferable field to the value of the isTransferable parameter

It builds a query string based on the parameters that have been set.

A private variable that is used to store the value of the symbol parameter.

A nullable boolean specfying burned assets.

A private variable that is used to store the value of the collectionName parameter.

A private variable that is used to store the value of the schemaName parameter.

A private variable that is used to store the value of the templateId parameter.

A nullable boolean specfying transferable assets.

A nullable boolean specfying burnable assets.

Members

WithSymbol sets the symbol parameter

Parameters

  • symbol Token symbols.

Returns

The PricingUriParameterBuilder object.

WithBurned sets the _burned field to the value of the burned parameter

Parameters

  • burned It filters for burned assets.

Returns

The PricingUriParameterBuilder object.

WithCollectionName is a function that takes a string as a parameter and returns an PricingUriParameterBuilder object

Parameters

  • collectionName The name of the collection you want to query.

Returns

The PricingUriParameterBuilder object.

This function sets the schema name for the query.

Parameters

  • schemaName The name of the schema to use.

Returns

The PricingUriParameterBuilder object.

WithTemplateId sets the _templateId variable to the value of the templateId parameter

Parameters

  • templateId The templateId of the results to return.

Returns

The PricingUriParameterBuilder object.

WithIsTransferable sets the _isTransferable field to the value of the isTransferable parameter

Parameters

  • isTransferable The isTransferable parameter filters results.

Returns

The PricingUriParameterBuilder object.

WithIsTransferable sets the _isTransferable field to the value of the isTransferable parameter

Parameters

  • isTransferable The isTransferable parameter filters for transferable assets.

Returns

The PricingUriParameterBuilder object.

It builds a query string based on the parameters that have been set.

Returns

A string that contains the parameters for the query.

A private variable that is used to store the value of the symbol parameter.

A nullable boolean specfying burned assets.

A private variable that is used to store the value of the collectionName parameter.

A private variable that is used to store the value of the schemaName parameter.

A private variable that is used to store the value of the templateId parameter.

A nullable boolean specfying transferable assets.

A nullable boolean specfying burnable assets.

PreviousDataDtoNextSales

Last updated 2 years ago

public (string symbol)

public (bool burned)

public (string collectionName)

public (string schemaName)

public (string templateId)

public (bool isTransferable)

public (bool isBurnable)

public string ()

private string

private bool?

private string

private string

private string

private bool?

private bool?

public (string symbol)

public (bool burned)

public (string collectionName)

public (string schemaName)

public (string templateId)

public (bool isTransferable)

public (bool isBurnable)

public string ()

private string

private bool?

private string

private string

private string

private bool?

private bool?

PricingUriParametersBuilder
WithSymbol
PricingUriParametersBuilder
WithBurned
PricingUriParametersBuilder
WithCollectionName
PricingUriParametersBuilder
WithSchemaName
PricingUriParametersBuilder
WithTemplateId
PricingUriParametersBuilder
WithIsTransferable
PricingUriParametersBuilder
WithIsBurnable
Build
_symbol
_burned
_collectionName
_schemaName
_templateId
_isTransferable
_isBurnable
PricingUriParametersBuilder
WithSymbol
PricingUriParametersBuilder
WithBurned
PricingUriParametersBuilder
WithCollectionName
PricingUriParametersBuilder
WithSchemaName
PricingUriParametersBuilder
WithTemplateId
PricingUriParametersBuilder
WithIsTransferable
PricingUriParametersBuilder
WithIsBurnable
Build
_symbol
_burned
_collectionName
_schemaName
_templateId
_isTransferable
_isBurnable