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

AtomicAssetsApiFactory

PreviousAPI DocsNextAccounts

Last updated 2 years ago

Summary

Members
Descriptions

The AccountsApi function returns a new AccountsApi object, which is a class that inherits from the AccountsApiBase class.

It creates a new instance of the AssetsApi class.

It creates a new BurnsApi object.

It creates a new instance of the CollectionsApi class.

The ConfigApi function returns a new instance of the ConfigApi class, which is a class that is generated by the Swagger Codegen tool.

It creates a new instance of the OffersApi class.

It creates a new instance of the SchemasApi class.

It creates a new instance of the TemplatesApi class, passing in the baseUrl variable.

It creates a new instance of the TransfersApi class.

Members

public

public

The AccountsApi function returns a new AccountsApi object, which is a class that inherits from the AccountsApiBase class.

Parameters

  • _baseUrl The base URL for the API.

It creates a new instance of the AssetsApi class.

Parameters

  • _baseUrl The base URL of the API.

It creates a new BurnsApi object.

Parameters

  • _baseUrl The base URL of the API.

It creates a new instance of the CollectionsApi class.

Parameters

  • _baseUrl The base URL for the API.

The ConfigApi function returns a new instance of the ConfigApi class, which is a class that is generated by the Swagger Codegen tool.

Parameters

  • _baseUrl The base URL of the API.

It creates a new instance of the OffersApi class.

Parameters

  • _baseUrl The base URL of the API.

It creates a new instance of the SchemasApi class.

Parameters

  • _baseUrl The base URL of the API.

It creates a new instance of the TemplatesApi class, passing in the baseUrl variable.

Parameters

  • _baseUrl The base URL of the API.

It creates a new instance of the TransfersApi class.

Parameters

  • _baseUrl The base URL for the API.

public

public

public

public

public

public

public

public

public

public

private readonly string

private (string baseUrl)

public

public

public

public

public

public

public

public

private readonly string

private (string baseUrl)

AccountsApi
AtomicAssetsApiFactory
Version1
AccountsApi
AssetsApi
AssetsApi
BurnsApi
BurnsApi
CollectionsApi
CollectionsApi
ConfigApi
ConfigApi
OffersApi
OffersApi
SchemasApi
SchemasApi
TemplatesApi
TemplatesApi
TransfersApi
TransfersApi
_baseUrl
AtomicAssetsApiFactory
AtomicAssetsApiFactory
Version1
AccountsApi
AccountsApi
AssetsApi
AssetsApi
BurnsApi
BurnsApi
CollectionsApi
CollectionsApi
ConfigApi
ConfigApi
OffersApi
OffersApi
SchemasApi
SchemasApi
TemplatesApi
TemplatesApi
TransfersApi
TransfersApi
_baseUrl
AtomicAssetsApiFactory