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

AccountsApi

PreviousAccountsNextAccountCollectionDto

Last updated 2 years ago

Summary

Members
Descriptions

It returns a list of accounts.

It returns a list of accounts.

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

This function will return an AccountCollectionDto object if the request is successful.

It returns a URI for the accounts endpoint.

It takes an AccountsUriParameterBuilder object and returns a Uri object.

Given an account name, return a URI for the account.

It returns a URI for a given account name and collection name

Members

public ()

It returns a list of accounts.

Returns

A list of accounts

public ( accountsUriParameterBuilder)

It returns a list of accounts.

Parameters

  • AccountsUriParameterBuilder This is a class that contains all the parameters that can be passed to the Accounts endpoint.

Returns

A list of accounts.

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

Parameters

  • accountName The name of the account you want to retrieve.

Returns

An AccountDto object

This function will return an AccountCollectionDto object if the request is successful.

Parameters

  • accountName The name of the account you want to retrieve.

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

Returns

An AccountCollectionDto object.

It returns a URI for the accounts endpoint.

It takes an AccountsUriParameterBuilder object and returns a Uri object.

Parameters

  • AccountsUriParameterBuilder A class that builds the query string parameters for the accounts endpoint.

Given an account name, return a URI for the account.

Parameters

  • accountName The name of the account to be created.

It returns a URI for a given account name and collection name

Parameters

  • accountName The name of the account.

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

public ()

public ( accountsUriParameterBuilder)

public (string accountName)

public (string accountName, string collectionName)

private readonly string

private Uri ()

private Uri ( accountsUriParameterBuilder)

private Uri (string accountName)

private Uri (string accountName, string collectionName)

public (string accountName)

public (string accountName, string collectionName)

private readonly string

private Uri ()

private Uri ( accountsUriParameterBuilder)

private Uri (string accountName)

private Uri (string accountName, string collectionName)

AccountsDto
AccountsDto
AccountsUriParameterBuilder
Accounts
Accounts
AccountDto
Account
AccountCollectionDto
Collection
_requestUriBase
AccountsUri
AccountsUriParameterBuilder
AccountsUri
AccountUri
AccountUri
AccountsDto
Accounts
AccountsDto
AccountsUriParameterBuilder
Accounts
AccountDto
Account
AccountCollectionDto
Collection
_requestUriBase
AccountsUri
AccountsUriParameterBuilder
AccountsUri
AccountUri
AccountUri