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

OffersUriParameterBuilder

Summary

Members
Descriptions

WithAccountWhitelist sets the accountWhiteList parameter

WithAccountBlacklist sets the accounBlacklist parameter

WithSenderAssetWhitelist sets the senderAssetWhitelist parameter

WithSenderAssetBlacklist sets the senderAssetBlacklist parameter

WithRecipientAssetWhitelist sets the recipientAssetWhitelist parameter

WithRecipientAssetBlacklist sets the recipientAssetBlacklist parameter

WithAccount sets the account parameter

WithSender sets the sender parameter

WithRecipient sets the recipient parameter

WithRecipient sets the state parameter

WithIsRecipientContract sets the _isRecipientContract variable.

WithAssetId sets the assetId parameter

It sets the value of the templateId variable.

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

This function sets the schema name for the query.

WithCollectionBlacklist is a function that takes an array of strings and returns an OffersUriParameterBuilder object

WithCollectionWhitelist is a function that takes an array of strings and returns an OffersUriParameterBuilder object

This function takes an array of strings and joins them together with a comma.

WithLowerBound sets the lower bound of the primary key

WithUpperBound sets the upper bound of the range of primary key

WithBefore sets the _before variable to the value of the before parameter

WithAfter sets the _after variable to the value of the after parameter

WithPage sets the _page variable to the value of the page parameter

WithLimit sets the _limit variable to the value of the limit parameter

This function sets the sort strategy for the query.

It sets the sort parameter to the value passed in.

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 account parameter.

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

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

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

A nullable boolean specfying recipient contracts.

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

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

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

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 accountWhitelist parameter.

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

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

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

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

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

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

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

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

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

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

A nullable integer specifying the previous timestamp.

A nullable integer specifying the next timestamp.

A nullable integer specifying the page.

A nullable integer specifying the limit of returned values.

A nullable enum specifying the sortStrategy.

Declaring a private variable called _sort.

Members

WithAccountWhitelist sets the accountWhiteList parameter

Parameters

  • accountWhitelist The accountWhitelist shows only offers sent by one of the accounts.

Returns

The OffersUriParameterBuilder object.

WithAccountBlacklist sets the accounBlacklist parameter

Parameters

  • accountWhitelist The accountBlackist excludes offers sent by one of the accounts.

Returns

The OffersUriParameterBuilder object.

WithSenderAssetWhitelist sets the senderAssetWhitelist parameter

Parameters

  • senderAssetWhitelist The senderAssetWhitelist only shows offers that contain these assets.

Returns

The OffersUriParameterBuilder object.

WithSenderAssetBlacklist sets the senderAssetBlacklist parameter

Parameters

  • senderAssetBlacklistlist The senderAssetBlacklist excludes offers that contain assets.

Returns

The OffersUriParameterBuilder object.

WithRecipientAssetWhitelist sets the recipientAssetWhitelist parameter

Parameters

  • recipientAssetWhitelist The recipientAssetWhitelist only shows offers that contain assets recieved.

Returns

The OffersUriParameterBuilder object.

WithRecipientAssetBlacklist sets the recipientAssetBlacklist parameter

Parameters

  • recipientAssetBlacklist The recipientAssetBlacklist excludes offers that contain assets recieved.

Returns

The OffersUriParameterBuilder object.

WithAccount sets the account parameter

Parameters

  • account The account parameter is used to filter the results. The account parameter is a string that is matched against the account .

Returns

The OffersUriParameterBuilder object.

WithSender sets the sender parameter

Parameters

  • sender The sender parameter is used to filter the results. The sender parameter is a string that is matched against the account name.

Returns

The OffersUriParameterBuilder object.

WithRecipient sets the recipient parameter

Parameters

  • recipient The recipient parameter is used show offers recieved by a recipient.

Returns

The OffersUriParameterBuilder object.

WithRecipient sets the state parameter

Parameters

  • state The state parameter filters results depending on the state of the offer.

Returns

The OffersUriParameterBuilder object.

WithIsRecipientContract sets the _isRecipientContract variable.

Parameters

  • isRecipientContract Filters offers where recipient is a contract.

Returns

The OffersUriParameterBuilder object.

WithAssetId sets the assetId parameter

Parameters

  • assetId The assetId parameter shows offers based on a certain assetId.

Returns

The OffersUriParameterBuilder object.

It sets the value of the templateId variable.

Parameters

  • templateId Results based on only offers which contain assets of template.

Returns

The OffersUriParameterBuilder object.

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

Parameters

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

Returns

The OffersUriParameterBuilder object.

This function sets the schema name for the query.

Parameters

  • schemaName The name of the schema to use.

Returns

The OffersUriParameterBuilder object.

WithCollectionBlacklist is a function that takes an array of strings and returns an OffersUriParameterBuilder object

Parameters

  • collectionBlacklist A list of collections to exclude from the results.

Returns

The OffersUriParameterBuilder object.

WithCollectionWhitelist is a function that takes an array of strings and returns an OffersUriParameterBuilder object

Parameters

  • collectionWhitelist A list of collections to include in the response.

Returns

The OffersUriParameterBuilder object.

This function takes an array of strings and joins them together with a comma.

Parameters

  • ids A comma-separated list of account IDs.

Returns

The OffersUriParameterBuilder object.

WithLowerBound sets the lower bound of the primary key

Parameters

  • lowerBound The lower bound of primary key.

Returns

The OffersUriParameterBuilder object.

WithUpperBound sets the upper bound of the range of primary key

Parameters

  • upperBound The upper bound of primary key.

Returns

The OffersUriParameterBuilder object.

WithBefore sets the _before variable to the value of the before parameter

Parameters

  • before The previous values of the results to return.

Returns

The OffersUriParameterBuilder object.

WithAfter sets the _after variable to the value of the after parameter

Parameters

  • after The next values of the results to return.

Returns

The OffersUriParameterBuilder object.

WithPage sets the _page variable to the value of the page parameter

Parameters

  • page The page number of the results to return.

Returns

The OffersUriParameterBuilder object.

WithLimit sets the _limit variable to the value of the limit parameter

Parameters

  • limit The number of results to return.

Returns

The OffersUriParameterBuilder object.

This function sets the sort strategy for the query.

Parameters

  • SortStrategy

Returns

The builder object itself.

It sets the sort parameter to the value passed in.

Parameters

  • sort The field to sort the results by.

Returns

The OffersUriParameterBuilder 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 account parameter.

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

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

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

A nullable boolean specfying recipient contracts.

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

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

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

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 accountWhitelist parameter.

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

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

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

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

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

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

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

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

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

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

A nullable integer specifying the previous timestamp.

A nullable integer specifying the next timestamp.

A nullable integer specifying the page.

A nullable integer specifying the limit of returned values.

A nullable enum specifying the sortStrategy.

Declaring a private variable called _sort.

PreviousImmutableDataDtoNextPricing

Last updated 2 years ago

public (string accountWhitelist)

public (string accountBlacklist)

public (string senderAssetwhitelist)

public (string senderAssetBlacklist)

public (string recipientAssetwhitelist)

public (string recipientAssetBlacklist)

public (string account)

public (string sender)

public (string recipient)

public (string state)

public (bool isRecipientContract)

public (string assetId)

public (string temlpateId)

public (string collectionName)

public (string schemaName)

public (string[] collectionBlacklist)

public (string[] collectionWhitelist)

public (string[] ids)

public (string lowerBound)

public (string upperBound)

public (int before)

public (int after)

public (int page)

public (int limit)

public ( sorting)

public (string sort)

public string ()

private string

private string

private string

private string

private bool?

private string

private string

private string

private string

private string

private string

private string

private string

private string

private string

private string

private string

private string

private string

private string

private int?

private int?

private int?

private int?

private ?

private string

public (string accountWhitelist)

public (string accountBlacklist)

public (string senderAssetwhitelist)

public (string senderAssetBlacklist)

public (string recipientAssetwhitelist)

public (string recipientAssetBlacklist)

public (string account)

public (string sender)

public (string recipient)

public (string state)

public (bool isRecipientContract)

public (string assetId)

public (string temlpateId)

public (string collectionName)

public (string schemaName)

public (string[] collectionBlacklist)

public (string[] collectionWhitelist)

public (string[] ids)

public (string lowerBound)

public (string upperBound)

public (int before)

public (int after)

public (int page)

public (int limit)

public ( sorting)

public (string sort)

public string ()

private string

private string

private string

private string

private bool?

private string

private string

private string

private string

private string

private string

private string

private string

private string

private string

private string

private string

private string

private string

private string

private int?

private int?

private int?

private int?

private ?

private string

OffersUriParameterBuilder
WithAccountWhitelist
OffersUriParameterBuilder
WithAccountBlacklist
OffersUriParameterBuilder
WithSenderAssetWhitelist
OffersUriParameterBuilder
WithSenderAssetBlacklist
OffersUriParameterBuilder
WithRecipientAssetWhitelist
OffersUriParameterBuilder
WithRecipientAssetBlacklist
OffersUriParameterBuilder
WithAccount
OffersUriParameterBuilder
WithSender
OffersUriParameterBuilder
WithRecipient
OffersUriParameterBuilder
WithState
OffersUriParameterBuilder
WithIsRecipientContract
OffersUriParameterBuilder
WithAssetId
OffersUriParameterBuilder
WithTemplateId
OffersUriParameterBuilder
WithCollectionName
OffersUriParameterBuilder
WithSchemaName
OffersUriParameterBuilder
WithCollectionBlacklist
OffersUriParameterBuilder
WithCollectionWhitelist
OffersUriParameterBuilder
WithIds
OffersUriParameterBuilder
WithLowerBound
OffersUriParameterBuilder
WithUpperBound
OffersUriParameterBuilder
WithBefore
OffersUriParameterBuilder
WithAfter
OffersUriParameterBuilder
WithPage
OffersUriParameterBuilder
WithLimit
SortStrategy
OffersUriParameterBuilder
WithOrder
OffersUriParameterBuilder
WithSort
Build
_account
_sender
_recipient
_state
_isRecipientContract
_assetId
_templateId
_schemaName
_collectionName
_accountWhitelist
_accountBlacklist
_senderAssetWhitelist
_senderAssetBlacklist
_recipientAssetWhitelist
_recipientAssetBlacklist
_collectionBlacklist
_collectionWhitelist
_ids
_lowerBound
_upperBound
_before
_after
_page
_limit
SortStrategy
_sortStrategy
_sort
OffersUriParameterBuilder
WithAccountWhitelist
OffersUriParameterBuilder
WithAccountBlacklist
OffersUriParameterBuilder
WithSenderAssetWhitelist
OffersUriParameterBuilder
WithSenderAssetBlacklist
OffersUriParameterBuilder
WithRecipientAssetWhitelist
OffersUriParameterBuilder
WithRecipientAssetBlacklist
OffersUriParameterBuilder
WithAccount
OffersUriParameterBuilder
WithSender
OffersUriParameterBuilder
WithRecipient
OffersUriParameterBuilder
WithState
OffersUriParameterBuilder
WithIsRecipientContract
OffersUriParameterBuilder
WithAssetId
OffersUriParameterBuilder
WithTemplateId
OffersUriParameterBuilder
WithCollectionName
OffersUriParameterBuilder
WithSchemaName
OffersUriParameterBuilder
WithCollectionBlacklist
OffersUriParameterBuilder
WithCollectionWhitelist
OffersUriParameterBuilder
WithIds
OffersUriParameterBuilder
WithLowerBound
OffersUriParameterBuilder
WithUpperBound
OffersUriParameterBuilder
WithBefore
OffersUriParameterBuilder
WithAfter
OffersUriParameterBuilder
WithPage
OffersUriParameterBuilder
WithLimit
SortStrategy
OffersUriParameterBuilder
WithOrder
OffersUriParameterBuilder
WithSort
Build
_account
_sender
_recipient
_state
_isRecipientContract
_assetId
_templateId
_schemaName
_collectionName
_accountWhitelist
_accountBlacklist
_senderAssetWhitelist
_senderAssetBlacklist
_recipientAssetWhitelist
_recipientAssetBlacklist
_collectionBlacklist
_collectionWhitelist
_ids
_lowerBound
_upperBound
_before
_after
_page
_limit
SortStrategy
_sortStrategy
_sort