WAX Unity Web3 Suite
AtomicAssets
AtomicAssets
  • Getting Started
  • Installation
    • WebGL Installation
  • Examples
    • Unity Example
    • Filtered assets avilable for trading
    • AccountExample
    • BurnsExample
    • CollectionsExample
    • OffersExample
    • SchemasExample
    • TemplatesExample
    • TransfersExample
  • API Docs
    • AtomicAssetsApiFactory
    • Accounts
      • AccountsApi
        • AccountCollectionDto
          • DataDto
            • SchemasDto
            • TemplatesDto
        • AccountDto
          • DataDto
            • CollectionsDto
            • TemplatesDto
        • AccountsDto
          • DataDto
      • AccountsUriParameterBuilder
    • Assets
      • AssetsApi
        • AssetDto
          • DataDto
            • BackedTokensDto
            • CollectionDto
            • FormatDto
            • SchemaDto
            • ImmutableDataDto
            • TemplateDto
        • AssetsDto
          • DataDto
            • BackedTokensDto
            • CollectionDto
            • SchemaDto
              • FormatDto
            • TemplateDto
              • ImmutableDataDto
      • AssetsUriParameterBuilder
    • Burns
      • BurnsApi
        • BurnDto
          • DataDto
            • CollectionsDto
            • TemplatesDto
        • BurnsDto
          • DataDto
      • BurnsUriParameterBuilder
    • Collections
      • CollectionsApi
        • CollectionDto
          • DataDto
        • CollectionsDto
          • DataDto
      • CollectionsUriParameterBuilder
    • Config
      • ConfigApi
        • ConfigDto
    • Offers
      • OffersApi
        • OfferDto
          • DataDto
            • AssetDto
              • BackedTokensDto
              • CollectionDto
              • SchemaDto
                • FormatDto
              • TemplateDto
                • ImmutableDataDto
        • OffersDto
          • DataDto
            • AssetDto
              • BackedTokensDto
              • CollectionDto
              • SchemaDto
                • FormatDto
              • TemplateDto
                • ImmutableDataDto
      • OffersUriParameterBuilder
    • Schemas
      • SchemasApi
        • SchemaDto
          • DataDto
            • CollectionDto
            • FormatDto
        • SchemasDto
          • DataDto
            • CollectionDto
            • FormatDto
      • SchemasUriParameterBuilder
    • Templates
      • TemplatesApi
        • TemplateDto
          • DataDto
            • CollectionDto
            • SchemaDto
              • FormatDto
        • TemplatesDto
          • DataDto
            • CollectionDto
            • SchemaDto
              • FormatDto
      • TemplatesUriParameterBuilder
    • Transfers
      • TransfersApi
        • TransfersDto
          • DataDto
            • AssetDto
              • BackedTokensDto
              • CollectionDto
              • SchemaDto
                • FormatDto
              • TemplateDto
                • ImmutableDataDto
      • TransfersUriParameterBuilder
    • StatsDto
      • DataDto
    • LogsDto
      • DataDto
    • Core
      • HttpRequestBuilder
      • HttpResponseMessageExtension
Powered by GitBook
On this page
  • Summary
  • Members
Edit on GitHub
  1. API Docs
  2. Offers

OffersApi

PreviousOffersNextOfferDto

Last updated 2 years ago

Summary

Members
Descriptions

This function will make a GET request to the Offers endpoint and return the response as a OffersDto object.

It takes a OffersUriParameterBuilder object as a parameter, builds a HttpRequestMessage object, sends it to the API, and returns the response as a OffersDto object.

This function will return an OfferDto object if the API call is successful. Otherwise, it will throw an exception.

This function will return a list of logs for a specific offer.

This function returns a list of logs for a specific offer.

It returns a new Uri object that is built from the _requestUriBase field and the /offers path

It takes a OffersUriParameterBuilder object as a parameter and returns a Uri object.

It takes an offer ID and returns a URI.

It returns a URI for the offer logs endpoint

It returns a URI for the offer logs endpoint.

Members

public ()

This function will make a GET request to the Offers endpoint and return the response as a OffersDto object.

Returns

A list of offers

It takes a OffersUriParameterBuilder object as a parameter, builds a HttpRequestMessage object, sends it to the API, and returns the response as a OffersDto object.

Parameters

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

Returns

A list of offers.

This function will return an OfferDto object if the API call is successful. Otherwise, it will throw an exception.

Parameters

  • offerId The id of the offer you want to retrieve.

Returns

A single offer

This function will return a list of logs for a specific offer.

Parameters

  • offerId The offer ID of the offer you want to get the logs for.

Returns

A list of logs for the offer.

This function returns a list of logs for a specific offer.

Parameters

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

  • OffersUriParameterBuilder 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 built from the _requestUriBase field and the

/offers path

It takes a OffersUriParameterBuilder object as a parameter and returns a Uri object.

Parameters

  • OffersUriParameterBuilder A class that builds the query string parameters for the request.

It takes an offer ID and returns a URI.

Parameters

  • offerId The offer ID of the offer you want to get.

It returns a URI for the offer logs endpoint

Parameters

  • offerId The ID of the offer you want to get logs for.

It returns a URI for the offer logs endpoint.

Parameters

  • offerId The offer ID

  • OffersUriParameterBuilder This is a class that builds the query string parameters for the request.

public ()

public ( offersUriParameterBuilder)

public (string offerId)

public (string offerId)

public (string offerId, schemasUriParameterBuilder)

private readonly string

private Uri ()

private Uri ( offersUriParameterBuilder)

private Uri (string offerId)

private Uri (string offerId)

private Uri (string offerId, offersUriParameterBuilder)

public ( offersUriParameterBuilder)

public (string offerId)

public (string offerId)

public (string offerId, schemasUriParameterBuilder)

private readonly string

private Uri ()

private Uri ( offersUriParameterBuilder)

private Uri (string offerId)

private Uri (string offerId)

private Uri (string offerId, offersUriParameterBuilder)

OffersDto
Offers
OffersDto
OffersUriParameterBuilder
Offers
OfferDto
Offer
LogsDto
OfferLogs
LogsDto
OffersUriParameterBuilder
OfferLogs
_requestUriBase
OffersUri
OffersUriParameterBuilder
OffersUri
OfferUri
OfferLogsUri
OffersUriParameterBuilder
OfferLogsUri
OffersDto
Offers
OffersDto
OffersUriParameterBuilder
Offers
OfferDto
Offer
LogsDto
OfferLogs
LogsDto
OffersUriParameterBuilder
OfferLogs
_requestUriBase
OffersUri
OffersUriParameterBuilder
OffersUri
OfferUri
OfferLogsUri
OffersUriParameterBuilder
OfferLogsUri