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

TransfersUriParameterBuilder

Summary

Members
Descriptions

WithAccount sets the account parameter

WithRecipient sets the recipient parameter

WithAssetId sets the assetId parameter

WithSender sets the sender parameter

This function sets the schema name for the query.

It sets the value of the templateId variable.

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

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

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 for the request.

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

A private variable that is used to store the value of the templateId 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 collectionName 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 collectionWhitelist parameter.

A nullable integer specifying the page.

A nullable integer specifying the limit of returned values.

A nullable enum specifying the sortStrategy.

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

Members

WithAccount sets the account parameter

Parameters

  • account Notified account.

Returns

The TransfersUriParameterBuilder object.

WithRecipient sets the recipient parameter

Parameters

  • recipient Results base on transfer recipient.

Returns

The TransfersUriParameterBuilder object.

WithAssetId sets the assetId parameter

Parameters

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

Returns

The TransfersUriParameterBuilder 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 TransfersUriParameterBuilder object.

summary> WithCollectionName is a function that takes a string as a parameter and returns an TransfersUriParameterBuilder object

Parameters

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

Returns

The TransfersUriParameterBuilder object.

This function sets the schema name for the query.

Parameters

  • schemaName The name of the schema to use.

Returns

The TransfersUriParameterBuilder object.

It sets the value of the templateId variable.

Parameters

  • templateId Results based on only transfers which cointain assets of template.

Returns

The TranfersUriParameterBuilder object.

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

Parameters

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

Returns

The TransfersUriParameterBuilder object.

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

Parameters

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

Returns

The TransfersUriParameterBuilder 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 TransfersUriParameterBuilder object.

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

Parameters

  • limit The number of results to return.

Returns

The TranfersUriParameterBuilder object.

This function sets the sort strategy for the query.

Parameters

  • SortStrategy

Returns

The builder object itself.

It sets the sort parameter for the request.

Parameters

  • sort The order in which to sort the results.

Returns

A TransfersUriParameterBuilder 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 assetId parameter.

A private variable that is used to store the value of the templateId 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 collectionName 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 collectionWhitelist parameter.

A nullable integer specifying the page.

A nullable integer specifying the limit of returned values.

A nullable enum specifying the sortStrategy.

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

PreviousImmutableDataDtoNextCore

Last updated 2 years ago

public (string account)

public (string recipient)

public (string assetId)

public (string sender)

public (string collectionName)

public (string schemaName)

public (string templateId)

public (string[] collectionBlacklist)

public (string[] collectionWhitelist)

public (int page)

public (int limit)

public ( sorting)

public (string sort)

public string ()

private string

private string

private string

private string

private string

private string

private string

private string

private string

private int?

private int?

private ?

private string

public (string account)

public (string recipient)

public (string assetId)

public (string sender)

public (string collectionName)

public (string schemaName)

public (string templateId)

public (string[] collectionBlacklist)

public (string[] collectionWhitelist)

public (int page)

public (int limit)

public ( sorting)

public (string sort)

public string ()

private string

private string

private string

private string

private string

private string

private string

private string

private string

private int?

private int?

private ?

private string

TransfersUriParameterBuilder
WithAccount
TransfersUriParameterBuilder
WithRecipient
TransfersUriParameterBuilder
WithAssetId
TransfersUriParameterBuilder
WithSender
TransfersUriParameterBuilder
WithCollectionName
TransfersUriParameterBuilder
WithSchemaName
TransfersUriParameterBuilder
WithTemplateId
TransfersUriParameterBuilder
WithCollectionBlacklist
TransfersUriParameterBuilder
WithCollectionWhitelist
TransfersUriParameterBuilder
WithPage
TransfersUriParameterBuilder
WithLimit
SortStrategy
TransfersUriParameterBuilder
WithOrder
TransfersUriParameterBuilder
WithSort
Build
_account
_sender
_recipient
_assetId
_templateId
_schemaName
_collectionName
_collectionBlacklist
_collectionWhitelist
_page
_limit
SortStrategy
_sortStrategy
_sort
TransfersUriParameterBuilder
WithAccount
TransfersUriParameterBuilder
WithRecipient
TransfersUriParameterBuilder
WithAssetId
TransfersUriParameterBuilder
WithSender
TransfersUriParameterBuilder
WithCollectionName
TransfersUriParameterBuilder
WithSchemaName
TransfersUriParameterBuilder
WithTemplateId
TransfersUriParameterBuilder
WithCollectionBlacklist
TransfersUriParameterBuilder
WithCollectionWhitelist
TransfersUriParameterBuilder
WithPage
TransfersUriParameterBuilder
WithLimit
SortStrategy
TransfersUriParameterBuilder
WithOrder
TransfersUriParameterBuilder
WithSort
Build
_account
_sender
_recipient
_assetId
_templateId
_schemaName
_collectionName
_collectionBlacklist
_collectionWhitelist
_page
_limit
SortStrategy
_sortStrategy
_sort