Hierarchy

  • MintsApi
    • MintsApi

Constructors

  • Parameters

    • Optional configuration: Configuration
    • Optional basePath: string
    • Optional axios: AxiosInstance

    Returns MintsApi

Properties

basePath: string
axios: AxiosInstance
configuration: undefined | Configuration

Methods

  • Get details of a mint with the given ID

    Parameters

    • requestParameters: MintsApiGetMintRequest

      Request parameters.

    • Optional options: AxiosRequestConfig<any>

      Override http request option.

    Returns Promise<AxiosResponse<Mint[], any>>

    Summary

    Get details of a mint with the given ID

    Throws

    Memberof

    MintsApi

  • Get details of a mintable token with the given token address and token ID

    Parameters

    • requestParameters: MintsApiGetMintableTokenDetailsByClientTokenIdRequest

      Request parameters.

    • Optional options: AxiosRequestConfig<any>

      Override http request option.

    Returns Promise<AxiosResponse<MintableTokenDetails, any>>

    Summary

    Get details of a mintable token with the given token address and token ID

    Throws

    Memberof

    MintsApi

  • Get information about token mints. If you want to get information about tokens that have already been minted, use the listAssets endpoint.

    Parameters

    • Optional requestParameters: MintsApiListMintsRequest

      Request parameters.

    • Optional options: AxiosRequestConfig<any>

      Override http request option.

    Returns Promise<AxiosResponse<ListMintsResponse, any>>

    Summary

    Get a list of mints

    Throws

    Memberof

    MintsApi

  • Mint tokens in a batch with fees

    Parameters

    • requestParameters: MintsApiMintTokensRequest

      Request parameters.

    • Optional options: AxiosRequestConfig<any>

      Override http request option.

    Returns Promise<AxiosResponse<MintTokensResponse, any>>

    Summary

    Mint Tokens V2

    Throws

    Memberof

    MintsApi

Generated using TypeDoc