From 31ef3d7aedb95accd9dc8271519185e3503a6351 Mon Sep 17 00:00:00 2001 From: John Peterson Date: Sun, 2 Jun 2024 19:57:47 -0700 Subject: [PATCH] typedocs --- docs/assets/navigation.js | 2 +- docs/assets/search.js | 2 +- docs/classes/client_api.AddressesApi.html | 16 ++-- docs/classes/client_api.ServerSignersApi.html | 43 ++++++++++ docs/classes/client_api.TradesApi.html | 39 +++++++++ docs/classes/client_api.TransfersApi.html | 12 +-- docs/classes/client_api.UsersApi.html | 6 +- docs/classes/client_api.WalletsApi.html | 14 ++-- docs/classes/client_base.BaseAPI.html | 4 +- docs/classes/client_base.RequiredError.html | 4 +- .../client_configuration.Configuration.html | 22 ++--- docs/classes/coinbase_address.Address.html | 22 ++--- docs/classes/coinbase_api_error.APIError.html | 8 +- ...coinbase_api_error.AlreadyExistsError.html | 8 +- ...ase_api_error.FaucetLimitReachedError.html | 8 +- ...oinbase_api_error.InvalidAddressError.html | 8 +- ...nbase_api_error.InvalidAddressIDError.html | 8 +- ...coinbase_api_error.InvalidAmountError.html | 8 +- ...oinbase_api_error.InvalidAssetIDError.html | 8 +- ...ase_api_error.InvalidDestinationError.html | 8 +- .../coinbase_api_error.InvalidLimitError.html | 8 +- ...nbase_api_error.InvalidNetworkIDError.html | 8 +- .../coinbase_api_error.InvalidPageError.html | 8 +- ...e_api_error.InvalidSignedPayloadError.html | 8 +- ...base_api_error.InvalidTransferIDError.html | 8 +- ..._api_error.InvalidTransferStatusError.html | 8 +- ...coinbase_api_error.InvalidWalletError.html | 8 +- ...inbase_api_error.InvalidWalletIDError.html | 8 +- ...nbase_api_error.MalformedRequestError.html | 8 +- .../coinbase_api_error.NotFoundError.html | 8 +- ...base_api_error.ResourceExhaustedError.html | 8 +- .../coinbase_api_error.UnauthorizedError.html | 8 +- ...coinbase_api_error.UnimplementedError.html | 8 +- ...nbase_api_error.UnsupportedAssetError.html | 8 +- docs/classes/coinbase_asset.Asset.html | 4 +- ...e_authenticator.CoinbaseAuthenticator.html | 12 +-- docs/classes/coinbase_balance.Balance.html | 8 +- .../coinbase_balance_map.BalanceMap.html | 8 +- docs/classes/coinbase_coinbase.Coinbase.html | 27 +++---- .../coinbase_errors.ArgumentError.html | 4 +- .../coinbase_errors.InternalError.html | 4 +- .../coinbase_errors.InvalidAPIKeyFormat.html | 4 +- .../coinbase_errors.InvalidConfiguration.html | 4 +- ...oinbase_errors.InvalidUnsignedPayload.html | 4 +- ..._faucet_transaction.FaucetTransaction.html | 10 +-- docs/classes/coinbase_transfer.Transfer.html | 41 +++++----- docs/classes/coinbase_user.User.html | 16 ++-- docs/classes/coinbase_wallet.Wallet.html | 80 +++++++++++-------- docs/enums/client_api.TransactionType.html | 2 + .../coinbase_types.ServerSignerStatus.html | 4 + docs/enums/coinbase_types.TransferStatus.html | 4 +- ...ent_api.AddressesApiAxiosParamCreator.html | 2 +- .../client_api.AddressesApiFactory.html | 12 +-- docs/functions/client_api.AddressesApiFp.html | 12 +-- ...api.ServerSignersApiAxiosParamCreator.html | 26 ++++++ .../client_api.ServerSignersApiFactory.html | 26 ++++++ .../client_api.ServerSignersApiFp.html | 26 ++++++ ...client_api.TradesApiAxiosParamCreator.html | 26 ++++++ .../client_api.TradesApiFactory.html | 26 ++++++ docs/functions/client_api.TradesApiFp.html | 26 ++++++ ...ent_api.TransfersApiAxiosParamCreator.html | 2 +- .../client_api.TransfersApiFactory.html | 8 +- docs/functions/client_api.TransfersApiFp.html | 8 +- .../client_api.UsersApiAxiosParamCreator.html | 2 +- .../functions/client_api.UsersApiFactory.html | 2 +- docs/functions/client_api.UsersApiFp.html | 2 +- ...lient_api.WalletsApiAxiosParamCreator.html | 2 +- .../client_api.WalletsApiFactory.html | 10 +-- docs/functions/client_api.WalletsApiFp.html | 10 +-- .../client_common.assertParamExists.html | 2 +- .../client_common.createRequestFunction.html | 2 +- .../client_common.serializeDataIfNeeded.html | 2 +- .../client_common.setApiKeyToObject.html | 2 +- .../client_common.setBasicAuthToObject.html | 2 +- .../client_common.setBearerAuthToObject.html | 2 +- .../client_common.setOAuthToObject.html | 2 +- .../client_common.setSearchParams.html | 2 +- .../functions/client_common.toPathString.html | 2 +- .../coinbase_tests_utils.createAxiosMock.html | 2 +- ...inbase_tests_utils.generateRandomHash.html | 2 +- ...se_tests_utils.generateWalletFromSeed.html | 2 +- ...nbase_tests_utils.getAddressFromHDKey.html | 2 +- .../coinbase_tests_utils.mockFn.html | 2 +- ...e_tests_utils.mockReturnRejectedValue.html | 2 +- .../coinbase_tests_utils.mockReturnValue.html | 2 +- .../coinbase_tests_utils.newAddressModel.html | 2 +- .../coinbase_utils.convertStringToHex.html | 2 +- docs/functions/coinbase_utils.delay.html | 2 +- ...e_utils.destinationToAddressHexString.html | 2 +- .../coinbase_utils.logApiResponse.html | 2 +- ...nbase_utils.registerAxiosInterceptors.html | 2 +- docs/hierarchy.html | 2 +- docs/interfaces/client_api.Address.html | 10 +-- .../client_api.AddressBalanceList.html | 10 +-- docs/interfaces/client_api.AddressList.html | 10 +-- .../client_api.AddressesApiInterface.html | 47 +++++++++++ docs/interfaces/client_api.Asset.html | 10 +-- docs/interfaces/client_api.Balance.html | 6 +- .../client_api.BroadcastTradeRequest.html | 5 ++ .../client_api.BroadcastTransferRequest.html | 4 +- .../client_api.CreateAddressRequest.html | 10 +-- .../client_api.CreateServerSignerRequest.html | 8 ++ .../client_api.CreateTradeRequest.html | 11 +++ .../client_api.CreateTransferRequest.html | 10 +-- .../client_api.CreateWalletRequest.html | 6 +- .../client_api.CreateWalletRequestWallet.html | 9 +++ .../client_api.FaucetTransaction.html | 4 +- docs/interfaces/client_api.ModelError.html | 6 +- .../client_api.SeedCreationEvent.html | 9 +++ .../client_api.SeedCreationEventResult.html | 15 ++++ docs/interfaces/client_api.ServerSigner.html | 9 +++ .../client_api.ServerSignerEvent.html | 8 ++ .../client_api.ServerSignerEventList.html | 13 +++ .../client_api.ServerSignersApiInterface.html | 39 +++++++++ .../client_api.SignatureCreationEvent.html | 26 ++++++ ...ient_api.SignatureCreationEventResult.html | 20 +++++ docs/interfaces/client_api.Trade.html | 27 +++++++ docs/interfaces/client_api.TradeList.html | 13 +++ .../client_api.TradesApiInterface.html | 35 ++++++++ docs/interfaces/client_api.Transaction.html | 21 +++++ docs/interfaces/client_api.Transfer.html | 24 +++--- docs/interfaces/client_api.TransferList.html | 10 +-- .../client_api.TransfersApiInterface.html | 35 ++++++++ docs/interfaces/client_api.User.html | 6 +- .../client_api.UsersApiInterface.html | 8 ++ docs/interfaces/client_api.Wallet.html | 13 +-- docs/interfaces/client_api.WalletList.html | 10 +-- .../client_api.WalletsApiInterface.html | 34 ++++++++ docs/interfaces/client_base.RequestArgs.html | 4 +- ...configuration.ConfigurationParameters.html | 4 +- docs/modules/client.html | 36 ++++++++- docs/modules/client_api.html | 40 +++++++++- docs/modules/client_base.html | 2 +- docs/modules/client_common.html | 2 +- docs/modules/client_configuration.html | 2 +- docs/modules/coinbase.html | 2 +- docs/modules/coinbase_address.html | 2 +- docs/modules/coinbase_api_error.html | 2 +- docs/modules/coinbase_asset.html | 2 +- docs/modules/coinbase_authenticator.html | 2 +- docs/modules/coinbase_balance.html | 2 +- docs/modules/coinbase_balance_map.html | 2 +- docs/modules/coinbase_coinbase.html | 2 +- docs/modules/coinbase_constants.html | 2 +- docs/modules/coinbase_errors.html | 2 +- docs/modules/coinbase_faucet_transaction.html | 2 +- docs/modules/coinbase_tests_address_test.html | 2 +- .../coinbase_tests_authenticator_test.html | 2 +- .../coinbase_tests_balance_map_test.html | 2 +- docs/modules/coinbase_tests_balance_test.html | 2 +- .../modules/coinbase_tests_coinbase_test.html | 2 +- ...oinbase_tests_faucet_transaction_test.html | 2 +- .../modules/coinbase_tests_transfer_test.html | 2 +- docs/modules/coinbase_tests_user_test.html | 2 +- docs/modules/coinbase_tests_utils.html | 2 +- docs/modules/coinbase_tests_wallet_test.html | 2 +- docs/modules/coinbase_transfer.html | 2 +- docs/modules/coinbase_types.html | 5 +- docs/modules/coinbase_user.html | 2 +- docs/modules/coinbase_utils.html | 2 +- docs/modules/coinbase_wallet.html | 2 +- .../client_api.ServerSignerEventEvent.html | 1 + .../client_api.TransactionStatusEnum.html | 1 + docs/types/client_api.TransferStatusEnum.html | 2 +- ...ient_api.WalletServerSignerStatusEnum.html | 1 + .../coinbase_types.AddressAPIClient.html | 12 +-- docs/types/coinbase_types.Amount.html | 2 +- docs/types/coinbase_types.ApiClients.html | 4 +- ...ypes.CoinbaseConfigureFromJsonOptions.html | 5 ++ .../types/coinbase_types.CoinbaseOptions.html | 7 ++ docs/types/coinbase_types.Destination.html | 2 +- docs/types/coinbase_types.SeedData.html | 2 +- .../coinbase_types.TransferAPIClient.html | 8 +- docs/types/coinbase_types.UserAPIClient.html | 2 +- .../types/coinbase_types.WalletAPIClient.html | 8 +- docs/types/coinbase_types.WalletData.html | 2 +- .../client_api.TransactionStatusEnum-1.html | 1 + .../client_api.TransferStatusEnum-1.html | 2 +- ...nt_api.WalletServerSignerStatusEnum-1.html | 1 + docs/variables/client_base.BASE_PATH.html | 2 +- .../client_base.COLLECTION_FORMATS.html | 2 +- .../client_base.operationServerMap.html | 2 +- .../client_common.DUMMY_BASE_URL.html | 2 +- ...nbase_constants.ATOMIC_UNITS_PER_USDC.html | 2 +- .../coinbase_constants.GWEI_PER_ETHER.html | 2 +- .../coinbase_constants.WEI_PER_ETHER.html | 2 +- .../coinbase_constants.WEI_PER_GWEI.html | 2 +- ...ests_utils.VALID_ADDRESS_BALANCE_LIST.html | 2 +- ...nbase_tests_utils.VALID_ADDRESS_MODEL.html | 2 +- ...nbase_tests_utils.VALID_BALANCE_MODEL.html | 2 +- ...base_tests_utils.VALID_TRANSFER_MODEL.html | 2 +- ...inbase_tests_utils.VALID_WALLET_MODEL.html | 2 +- ...coinbase_tests_utils.addressesApiMock.html | 2 +- .../coinbase_tests_utils.transferId.html | 2 +- ...coinbase_tests_utils.transfersApiMock.html | 2 +- .../coinbase_tests_utils.usersApiMock.html | 2 +- .../coinbase_tests_utils.walletId.html | 2 +- .../coinbase_tests_utils.walletsApiMock.html | 2 +- 198 files changed, 1200 insertions(+), 459 deletions(-) create mode 100644 docs/classes/client_api.ServerSignersApi.html create mode 100644 docs/classes/client_api.TradesApi.html create mode 100644 docs/enums/client_api.TransactionType.html create mode 100644 docs/enums/coinbase_types.ServerSignerStatus.html create mode 100644 docs/functions/client_api.ServerSignersApiAxiosParamCreator.html create mode 100644 docs/functions/client_api.ServerSignersApiFactory.html create mode 100644 docs/functions/client_api.ServerSignersApiFp.html create mode 100644 docs/functions/client_api.TradesApiAxiosParamCreator.html create mode 100644 docs/functions/client_api.TradesApiFactory.html create mode 100644 docs/functions/client_api.TradesApiFp.html create mode 100644 docs/interfaces/client_api.AddressesApiInterface.html create mode 100644 docs/interfaces/client_api.BroadcastTradeRequest.html create mode 100644 docs/interfaces/client_api.CreateServerSignerRequest.html create mode 100644 docs/interfaces/client_api.CreateTradeRequest.html create mode 100644 docs/interfaces/client_api.CreateWalletRequestWallet.html create mode 100644 docs/interfaces/client_api.SeedCreationEvent.html create mode 100644 docs/interfaces/client_api.SeedCreationEventResult.html create mode 100644 docs/interfaces/client_api.ServerSigner.html create mode 100644 docs/interfaces/client_api.ServerSignerEvent.html create mode 100644 docs/interfaces/client_api.ServerSignerEventList.html create mode 100644 docs/interfaces/client_api.ServerSignersApiInterface.html create mode 100644 docs/interfaces/client_api.SignatureCreationEvent.html create mode 100644 docs/interfaces/client_api.SignatureCreationEventResult.html create mode 100644 docs/interfaces/client_api.Trade.html create mode 100644 docs/interfaces/client_api.TradeList.html create mode 100644 docs/interfaces/client_api.TradesApiInterface.html create mode 100644 docs/interfaces/client_api.Transaction.html create mode 100644 docs/interfaces/client_api.TransfersApiInterface.html create mode 100644 docs/interfaces/client_api.UsersApiInterface.html create mode 100644 docs/interfaces/client_api.WalletsApiInterface.html create mode 100644 docs/types/client_api.ServerSignerEventEvent.html create mode 100644 docs/types/client_api.TransactionStatusEnum.html create mode 100644 docs/types/client_api.WalletServerSignerStatusEnum.html create mode 100644 docs/types/coinbase_types.CoinbaseConfigureFromJsonOptions.html create mode 100644 docs/types/coinbase_types.CoinbaseOptions.html create mode 100644 docs/variables/client_api.TransactionStatusEnum-1.html create mode 100644 docs/variables/client_api.WalletServerSignerStatusEnum-1.html diff --git a/docs/assets/navigation.js b/docs/assets/navigation.js index d462774e..390e0dff 100644 --- a/docs/assets/navigation.js +++ b/docs/assets/navigation.js @@ -1 +1 @@ -window.navigationData = "data:application/octet-stream;base64,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" \ No newline at end of file +window.navigationData = "data:application/octet-stream;base64,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" \ No newline at end of file diff --git a/docs/assets/search.js b/docs/assets/search.js index 72e8279e..5583b96e 100644 --- a/docs/assets/search.js +++ b/docs/assets/search.js @@ -1 +1 @@ -window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file +window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file diff --git a/docs/classes/client_api.AddressesApi.html b/docs/classes/client_api.AddressesApi.html index 002421a5..966d869e 100644 --- a/docs/classes/client_api.AddressesApi.html +++ b/docs/classes/client_api.AddressesApi.html @@ -1,6 +1,6 @@ AddressesApi | @coinbase/coinbase-sdk

AddressesApi - object-oriented interface

Export

AddressesApi

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Implements

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Create a new address scoped to the wallet.

    +

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Create a new address scoped to the wallet.

    Parameters

    • walletId: string

      The ID of the wallet to create the address in.

    • Optional createAddressRequest: CreateAddressRequest
    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<Address, any>>

    Summary

    Create a new address

    Throws

    Memberof

    AddressesApi

    -
  • Get address

    Parameters

    • walletId: string

      The ID of the wallet the address belongs to.

    • addressId: string

      The onchain address of the address that is being fetched.

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<Address, any>>

    Summary

    Get address by onchain address

    Throws

    Memberof

    AddressesApi

    -
  • Get address balance

    Parameters

    • walletId: string

      The ID of the wallet to fetch the balance for

    • addressId: string

      The onchain address of the address that is being fetched.

    • assetId: string

      The symbol of the asset to fetch the balance for

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<Balance, any>>

    Summary

    Get address balance for asset

    Throws

    Memberof

    AddressesApi

    -
  • Get address balances

    Parameters

    • walletId: string

      The ID of the wallet to fetch the balances for

    • addressId: string

      The onchain address of the address that is being fetched.

    • Optional page: string

      A cursor for pagination across multiple pages of results. Don&#39;t include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<AddressBalanceList, any>>

    Summary

    Get all balances for address

    Throws

    Memberof

    AddressesApi

    -
  • List addresses in the wallet.

    Parameters

    • walletId: string

      The ID of the wallet whose addresses to fetch

    • Optional limit: number

      A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

    • Optional page: string

      A cursor for pagination across multiple pages of results. Don&#39;t include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<AddressList, any>>

    Summary

    List addresses in a wallet.

    Throws

    Memberof

    AddressesApi

    -
  • Request faucet funds to be sent to onchain address.

    Parameters

    • walletId: string

      The ID of the wallet the address belongs to.

    • addressId: string

      The onchain address of the address that is being fetched.

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<FaucetTransaction, any>>

    Summary

    Request faucet funds for onchain address.

    Throws

    Memberof

    AddressesApi

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/client_api.ServerSignersApi.html b/docs/classes/client_api.ServerSignersApi.html new file mode 100644 index 00000000..f02a6dc4 --- /dev/null +++ b/docs/classes/client_api.ServerSignersApi.html @@ -0,0 +1,43 @@ +ServerSignersApi | @coinbase/coinbase-sdk

ServerSignersApi - object-oriented interface

+

Export

ServerSignersApi

+

Hierarchy (view full)

Implements

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Get a server signer by ID

    +

    Parameters

    • serverSignerId: string

      The ID of the server signer to fetch

      +
    • Optional options: RawAxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<ServerSigner, any>>

    Summary

    Get a server signer by ID

    +

    Throws

    Memberof

    ServerSignersApi

    +
  • List events for a server signer

    +

    Parameters

    • serverSignerId: string

      The ID of the server signer to fetch events for

      +
    • Optional limit: number

      A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

      +
    • Optional page: string

      A cursor for pagination across multiple pages of results. Don&#39;t include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

      +
    • Optional options: RawAxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<ServerSignerEventList, any>>

    Summary

    List events for a server signer

    +

    Throws

    Memberof

    ServerSignersApi

    +
\ No newline at end of file diff --git a/docs/classes/client_api.TradesApi.html b/docs/classes/client_api.TradesApi.html new file mode 100644 index 00000000..70a3c556 --- /dev/null +++ b/docs/classes/client_api.TradesApi.html @@ -0,0 +1,39 @@ +TradesApi | @coinbase/coinbase-sdk

TradesApi - object-oriented interface

+

Export

TradesApi

+

Hierarchy (view full)

Implements

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Broadcast a trade

    +

    Parameters

    • walletId: string

      The ID of the wallet the address belongs to

      +
    • addressId: string

      The ID of the address the trade belongs to

      +
    • tradeId: string

      The ID of the trade to broadcast

      +
    • broadcastTradeRequest: BroadcastTradeRequest
    • Optional options: RawAxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<Trade, any>>

    Summary

    Broadcast a trade

    +

    Throws

    Memberof

    TradesApi

    +
  • Create a new trade

    +

    Parameters

    • walletId: string

      The ID of the wallet the source address belongs to

      +
    • addressId: string

      The ID of the address to conduct the trade from

      +
    • createTradeRequest: CreateTradeRequest
    • Optional options: RawAxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<Trade, any>>

    Summary

    Create a new trade for an address

    +

    Throws

    Memberof

    TradesApi

    +
  • Get a trade by ID

    +

    Parameters

    • walletId: string

      The ID of the wallet the address belongs to

      +
    • addressId: string

      The ID of the address the trade belongs to

      +
    • tradeId: string

      The ID of the trade to fetch

      +
    • Optional options: RawAxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<Trade, any>>

    Summary

    Get a trade by ID

    +

    Throws

    Memberof

    TradesApi

    +
  • List trades for an address.

    +

    Parameters

    • walletId: string

      The ID of the wallet the address belongs to

      +
    • addressId: string

      The ID of the address to list trades for

      +
    • Optional limit: number

      A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

      +
    • Optional page: string

      A cursor for pagination across multiple pages of results. Don&#39;t include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

      +
    • Optional options: RawAxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<TradeList, any>>

    Summary

    List trades for an address.

    +

    Throws

    Memberof

    TradesApi

    +
\ No newline at end of file diff --git a/docs/classes/client_api.TransfersApi.html b/docs/classes/client_api.TransfersApi.html index a3e45b23..09922eab 100644 --- a/docs/classes/client_api.TransfersApi.html +++ b/docs/classes/client_api.TransfersApi.html @@ -1,6 +1,6 @@ TransfersApi | @coinbase/coinbase-sdk

TransfersApi - object-oriented interface

Export

TransfersApi

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Implements

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Broadcast a transfer

    +

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Broadcast a transfer

    Parameters

    • walletId: string

      The ID of the wallet the address belongs to

    • addressId: string

      The ID of the address the transfer belongs to

    • transferId: string

      The ID of the transfer to broadcast

    • broadcastTransferRequest: BroadcastTransferRequest
    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<Transfer, any>>

    Summary

    Broadcast a transfer

    Throws

    Memberof

    TransfersApi

    -
  • Create a new transfer

    Parameters

    • walletId: string

      The ID of the wallet the source address belongs to

    • addressId: string

      The ID of the address to transfer from

    • createTransferRequest: CreateTransferRequest
    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<Transfer, any>>

    Summary

    Create a new transfer for an address

    Throws

    Memberof

    TransfersApi

    -
  • Get a transfer by ID

    Parameters

    • walletId: string

      The ID of the wallet the address belongs to

    • addressId: string

      The ID of the address the transfer belongs to

    • transferId: string

      The ID of the transfer to fetch

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<Transfer, any>>

    Summary

    Get a transfer by ID

    Throws

    Memberof

    TransfersApi

    -
  • List transfers for an address.

    Parameters

    • walletId: string

      The ID of the wallet the address belongs to

    • addressId: string

      The ID of the address to list transfers for

    • Optional limit: number

      A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

      @@ -36,4 +36,4 @@

      Throws

      Memberof

      TransfersApi

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<TransferList, any>>

    Summary

    List transfers for an address.

    Throws

    Memberof

    TransfersApi

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/client_api.UsersApi.html b/docs/classes/client_api.UsersApi.html index 6c86e994..a3922788 100644 --- a/docs/classes/client_api.UsersApi.html +++ b/docs/classes/client_api.UsersApi.html @@ -1,12 +1,12 @@ UsersApi | @coinbase/coinbase-sdk

UsersApi - object-oriented interface

Export

UsersApi

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Implements

Constructors

Properties

Methods

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Get current user

    +

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Get current user

    Parameters

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<User, any>>

    Summary

    Get current user

    Throws

    Memberof

    UsersApi

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/client_api.WalletsApi.html b/docs/classes/client_api.WalletsApi.html index be36f0d5..92d6c081 100644 --- a/docs/classes/client_api.WalletsApi.html +++ b/docs/classes/client_api.WalletsApi.html @@ -1,6 +1,6 @@ WalletsApi | @coinbase/coinbase-sdk

WalletsApi - object-oriented interface

Export

WalletsApi

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Implements

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Create a new wallet scoped to the user.

    +

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Create a new wallet scoped to the user.

    Parameters

    • Optional createWalletRequest: CreateWalletRequest
    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<Wallet, any>>

    Summary

    Create a new wallet

    Throws

    Memberof

    WalletsApi

    -
  • Get wallet

    Parameters

    • walletId: string

      The ID of the wallet to fetch

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<Wallet, any>>

    Summary

    Get wallet by ID

    Throws

    Memberof

    WalletsApi

    -
  • Get the aggregated balance of an asset across all of the addresses in the wallet.

    Parameters

    • walletId: string

      The ID of the wallet to fetch the balance for

    • assetId: string

      The symbol of the asset to fetch the balance for

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<Balance, any>>

    Summary

    Get the balance of an asset in the wallet

    Throws

    Memberof

    WalletsApi

    -
  • List the balances of all of the addresses in the wallet aggregated by asset.

    Parameters

    • walletId: string

      The ID of the wallet to fetch the balances for

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<AddressBalanceList, any>>

    Summary

    List wallet balances

    Throws

    Memberof

    WalletsApi

    -
  • List wallets belonging to the user.

    Parameters

    • Optional limit: number

      A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

    • Optional page: string

      A cursor for pagination across multiple pages of results. Don&#39;t include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

    • Optional options: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<WalletList, any>>

    Summary

    List wallets

    Throws

    Memberof

    WalletsApi

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/client_base.BaseAPI.html b/docs/classes/client_base.BaseAPI.html index 98150e2d..f63046e3 100644 --- a/docs/classes/client_base.BaseAPI.html +++ b/docs/classes/client_base.BaseAPI.html @@ -1,6 +1,6 @@ BaseAPI | @coinbase/coinbase-sdk

Export

BaseAPI

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration
\ No newline at end of file +

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration
\ No newline at end of file diff --git a/docs/classes/client_base.RequiredError.html b/docs/classes/client_base.RequiredError.html index 81c30453..98b2dd28 100644 --- a/docs/classes/client_base.RequiredError.html +++ b/docs/classes/client_base.RequiredError.html @@ -1,5 +1,5 @@ RequiredError | @coinbase/coinbase-sdk

Export

RequiredError

-

Hierarchy

  • Error
    • RequiredError

Constructors

Hierarchy

  • Error
    • RequiredError

Constructors

Properties

Methods

Constructors

Properties

field: string
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Constructors

Properties

field: string
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

\ No newline at end of file diff --git a/docs/classes/client_configuration.Configuration.html b/docs/classes/client_configuration.Configuration.html index bb525021..594e6ffd 100644 --- a/docs/classes/client_configuration.Configuration.html +++ b/docs/classes/client_configuration.Configuration.html @@ -1,4 +1,4 @@ -Configuration | @coinbase/coinbase-sdk

Constructors

constructor +Configuration | @coinbase/coinbase-sdk

Constructors

Properties

Methods

Constructors

Properties

accessToken?: string | Promise<string> | ((name?, scopes?) => string) | ((name?, scopes?) => Promise<string>)

parameter for oauth2 security

+

Constructors

Properties

accessToken?: string | Promise<string> | ((name?, scopes?) => string) | ((name?, scopes?) => Promise<string>)

parameter for oauth2 security

Type declaration

    • (name?, scopes?): string
    • Parameters

      • Optional name: string
      • Optional scopes: string[]

      Returns string

Type declaration

    • (name?, scopes?): Promise<string>
    • Parameters

      • Optional name: string
      • Optional scopes: string[]

      Returns Promise<string>

Param: name

security name

Param: scopes

oauth2 scope

Memberof

Configuration

-
apiKey?: string | Promise<string> | ((name) => string) | ((name) => Promise<string>)

parameter for apiKey security

+
apiKey?: string | Promise<string> | ((name) => string) | ((name) => Promise<string>)

parameter for apiKey security

Type declaration

    • (name): string
    • Parameters

      • name: string

      Returns string

Type declaration

    • (name): Promise<string>
    • Parameters

      • name: string

      Returns Promise<string>

Param: name

security name

Memberof

Configuration

-
baseOptions?: any

base options for axios calls

+
baseOptions?: any

base options for axios calls

Memberof

Configuration

-
basePath?: string

override base path

+
basePath?: string

override base path

Memberof

Configuration

-
formDataCtor?: (new () => any)

The FormData constructor that will be used to create multipart form data +

formDataCtor?: (new () => any)

The FormData constructor that will be used to create multipart form data requests. You can inject this here so that execution environments that do not support the FormData class can still run the generated client.

-

Type declaration

    • new (): any
    • Returns any

password?: string

parameter for basic security

+

Type declaration

    • new (): any
    • Returns any

password?: string

parameter for basic security

Memberof

Configuration

-
serverIndex?: number

override server index

+
serverIndex?: number

override server index

Memberof

Configuration

-
username?: string

parameter for basic security

+
username?: string

parameter for basic security

Memberof

Configuration

-

Methods

Methods

  • Check if the given MIME is a JSON MIME. JSON MIME examples: application/json application/json; charset=UTF8 @@ -36,4 +36,4 @@

    Memberof

    Configuration

    application/vnd.company+json

    Parameters

    • mime: string

      MIME (Multipurpose Internet Mail Extensions)

    Returns boolean

    True if the given MIME is JSON, false otherwise.

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_address.Address.html b/docs/classes/coinbase_address.Address.html index 7b10ab2c..7c2cd8dd 100644 --- a/docs/classes/coinbase_address.Address.html +++ b/docs/classes/coinbase_address.Address.html @@ -1,5 +1,5 @@ Address | @coinbase/coinbase-sdk

A representation of a blockchain address, which is a user-controlled account on a network.

-

Constructors

Constructors

Properties

Methods

createTransfer @@ -15,7 +15,7 @@

Parameters

  • model: Address

    The address model data.

  • Optional key: Wallet

    The ethers.js Wallet the Address uses to sign data.

Returns Address

Throws

If the model or key is empty.

-

Properties

key?: Wallet
model: Address

Methods

  • Transfers the given amount of the given Asset to the given address. Only same-Network Transfers are supported.

    +

Properties

key?: Wallet
model: Address

Methods

  • Transfers the given amount of the given Asset to the given address. Only same-Network Transfers are supported.

    Parameters

    • amount: Amount

      The amount of the Asset to send.

    • assetId: string

      The ID of the Asset to send. For Ether, Coinbase.assets.Eth, Coinbase.assets.Gwei, and Coinbase.assets.Wei supported.

    • destination: Destination

      The destination of the transfer. If a Wallet, sends to the Wallet's default address. If a String, interprets it as the address ID.

      @@ -25,26 +25,26 @@

      Throws

      if the API request to create a Transfer fails.

      Throws

      if the API request to broadcast a Transfer fails.

      Throws

      if the Transfer times out.

      -
  • Returns the balance of the provided asset.

    Parameters

    • assetId: string

      The asset ID.

    Returns Promise<Decimal>

    The balance of the asset.

    -
  • Returns a string representation of the address.

    Returns string

    A string representing the address.

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.APIError.html b/docs/classes/coinbase_api_error.APIError.html index 4e7cc913..28f5b10d 100644 --- a/docs/classes/coinbase_api_error.APIError.html +++ b/docs/classes/coinbase_api_error.APIError.html @@ -1,5 +1,5 @@ APIError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns APIError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Returns a String representation of the APIError.

    Returns string

    a String representation of the APIError

    -
  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.AlreadyExistsError.html b/docs/classes/coinbase_api_error.AlreadyExistsError.html index c06102d6..14f4e64c 100644 --- a/docs/classes/coinbase_api_error.AlreadyExistsError.html +++ b/docs/classes/coinbase_api_error.AlreadyExistsError.html @@ -1,5 +1,5 @@ AlreadyExistsError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns AlreadyExistsError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.FaucetLimitReachedError.html b/docs/classes/coinbase_api_error.FaucetLimitReachedError.html index 32b69cff..14ecb24e 100644 --- a/docs/classes/coinbase_api_error.FaucetLimitReachedError.html +++ b/docs/classes/coinbase_api_error.FaucetLimitReachedError.html @@ -1,5 +1,5 @@ FaucetLimitReachedError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns FaucetLimitReachedError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidAddressError.html b/docs/classes/coinbase_api_error.InvalidAddressError.html index be7eb669..03556404 100644 --- a/docs/classes/coinbase_api_error.InvalidAddressError.html +++ b/docs/classes/coinbase_api_error.InvalidAddressError.html @@ -1,5 +1,5 @@ InvalidAddressError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidAddressError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidAddressIDError.html b/docs/classes/coinbase_api_error.InvalidAddressIDError.html index 03f04a4a..30b0379a 100644 --- a/docs/classes/coinbase_api_error.InvalidAddressIDError.html +++ b/docs/classes/coinbase_api_error.InvalidAddressIDError.html @@ -1,5 +1,5 @@ InvalidAddressIDError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidAddressIDError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidAmountError.html b/docs/classes/coinbase_api_error.InvalidAmountError.html index f2905fa8..62a585d9 100644 --- a/docs/classes/coinbase_api_error.InvalidAmountError.html +++ b/docs/classes/coinbase_api_error.InvalidAmountError.html @@ -1,5 +1,5 @@ InvalidAmountError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidAmountError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidAssetIDError.html b/docs/classes/coinbase_api_error.InvalidAssetIDError.html index 4a3e50ab..7a2d0a7a 100644 --- a/docs/classes/coinbase_api_error.InvalidAssetIDError.html +++ b/docs/classes/coinbase_api_error.InvalidAssetIDError.html @@ -1,5 +1,5 @@ InvalidAssetIDError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidAssetIDError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidDestinationError.html b/docs/classes/coinbase_api_error.InvalidDestinationError.html index a4f0c81e..b9a41fba 100644 --- a/docs/classes/coinbase_api_error.InvalidDestinationError.html +++ b/docs/classes/coinbase_api_error.InvalidDestinationError.html @@ -1,5 +1,5 @@ InvalidDestinationError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidDestinationError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidLimitError.html b/docs/classes/coinbase_api_error.InvalidLimitError.html index 07d1a36e..6697d1ee 100644 --- a/docs/classes/coinbase_api_error.InvalidLimitError.html +++ b/docs/classes/coinbase_api_error.InvalidLimitError.html @@ -1,5 +1,5 @@ InvalidLimitError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidLimitError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidNetworkIDError.html b/docs/classes/coinbase_api_error.InvalidNetworkIDError.html index 816c4099..16d5c0da 100644 --- a/docs/classes/coinbase_api_error.InvalidNetworkIDError.html +++ b/docs/classes/coinbase_api_error.InvalidNetworkIDError.html @@ -1,5 +1,5 @@ InvalidNetworkIDError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidNetworkIDError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidPageError.html b/docs/classes/coinbase_api_error.InvalidPageError.html index 8816f744..3bc2c932 100644 --- a/docs/classes/coinbase_api_error.InvalidPageError.html +++ b/docs/classes/coinbase_api_error.InvalidPageError.html @@ -1,5 +1,5 @@ InvalidPageError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidPageError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidSignedPayloadError.html b/docs/classes/coinbase_api_error.InvalidSignedPayloadError.html index a511160f..4eccb4e8 100644 --- a/docs/classes/coinbase_api_error.InvalidSignedPayloadError.html +++ b/docs/classes/coinbase_api_error.InvalidSignedPayloadError.html @@ -1,5 +1,5 @@ InvalidSignedPayloadError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidSignedPayloadError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidTransferIDError.html b/docs/classes/coinbase_api_error.InvalidTransferIDError.html index 91d6942c..26460460 100644 --- a/docs/classes/coinbase_api_error.InvalidTransferIDError.html +++ b/docs/classes/coinbase_api_error.InvalidTransferIDError.html @@ -1,5 +1,5 @@ InvalidTransferIDError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidTransferIDError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidTransferStatusError.html b/docs/classes/coinbase_api_error.InvalidTransferStatusError.html index 1279f664..831d911e 100644 --- a/docs/classes/coinbase_api_error.InvalidTransferStatusError.html +++ b/docs/classes/coinbase_api_error.InvalidTransferStatusError.html @@ -1,5 +1,5 @@ InvalidTransferStatusError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidTransferStatusError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidWalletError.html b/docs/classes/coinbase_api_error.InvalidWalletError.html index 36a846e0..998e6ede 100644 --- a/docs/classes/coinbase_api_error.InvalidWalletError.html +++ b/docs/classes/coinbase_api_error.InvalidWalletError.html @@ -1,5 +1,5 @@ InvalidWalletError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidWalletError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.InvalidWalletIDError.html b/docs/classes/coinbase_api_error.InvalidWalletIDError.html index 3b1bd040..92d2f3da 100644 --- a/docs/classes/coinbase_api_error.InvalidWalletIDError.html +++ b/docs/classes/coinbase_api_error.InvalidWalletIDError.html @@ -1,5 +1,5 @@ InvalidWalletIDError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidWalletIDError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.MalformedRequestError.html b/docs/classes/coinbase_api_error.MalformedRequestError.html index fc8934c4..282e4ca8 100644 --- a/docs/classes/coinbase_api_error.MalformedRequestError.html +++ b/docs/classes/coinbase_api_error.MalformedRequestError.html @@ -1,5 +1,5 @@ MalformedRequestError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns MalformedRequestError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.NotFoundError.html b/docs/classes/coinbase_api_error.NotFoundError.html index a979720f..2f4a9b61 100644 --- a/docs/classes/coinbase_api_error.NotFoundError.html +++ b/docs/classes/coinbase_api_error.NotFoundError.html @@ -1,5 +1,5 @@ NotFoundError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns NotFoundError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.ResourceExhaustedError.html b/docs/classes/coinbase_api_error.ResourceExhaustedError.html index c7795854..1cc99378 100644 --- a/docs/classes/coinbase_api_error.ResourceExhaustedError.html +++ b/docs/classes/coinbase_api_error.ResourceExhaustedError.html @@ -1,5 +1,5 @@ ResourceExhaustedError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns ResourceExhaustedError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.UnauthorizedError.html b/docs/classes/coinbase_api_error.UnauthorizedError.html index 3856dc82..d08a4a15 100644 --- a/docs/classes/coinbase_api_error.UnauthorizedError.html +++ b/docs/classes/coinbase_api_error.UnauthorizedError.html @@ -1,5 +1,5 @@ UnauthorizedError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns UnauthorizedError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.UnimplementedError.html b/docs/classes/coinbase_api_error.UnimplementedError.html index 2c3cb5a4..88cc8fb0 100644 --- a/docs/classes/coinbase_api_error.UnimplementedError.html +++ b/docs/classes/coinbase_api_error.UnimplementedError.html @@ -1,5 +1,5 @@ UnimplementedError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns UnimplementedError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_api_error.UnsupportedAssetError.html b/docs/classes/coinbase_api_error.UnsupportedAssetError.html index 661f2867..242b2f03 100644 --- a/docs/classes/coinbase_api_error.UnsupportedAssetError.html +++ b/docs/classes/coinbase_api_error.UnsupportedAssetError.html @@ -1,5 +1,5 @@ UnsupportedAssetError | @coinbase/coinbase-sdk

A wrapper for API errors to provide more context.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

apiCode apiMessage cause? @@ -34,12 +34,12 @@ fromError

Constructors

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns UnsupportedAssetError

Properties

apiCode: null | string
apiMessage: null | string
cause?: Error
code?: string
config?: InternalAxiosRequestConfig<any>
httpCode: null | number
isAxiosError: boolean
message: string
name: string
request?: any
response?: AxiosResponse<unknown, any>
stack?: string
status?: number
toJSON: (() => object)

Type declaration

    • (): object
    • Returns object

ECONNABORTED: "ECONNABORTED" = "ECONNABORTED"
ERR_BAD_OPTION: "ERR_BAD_OPTION" = "ERR_BAD_OPTION"
ERR_BAD_OPTION_VALUE: "ERR_BAD_OPTION_VALUE" = "ERR_BAD_OPTION_VALUE"
ERR_BAD_REQUEST: "ERR_BAD_REQUEST" = "ERR_BAD_REQUEST"
ERR_BAD_RESPONSE: "ERR_BAD_RESPONSE" = "ERR_BAD_RESPONSE"
ERR_CANCELED: "ERR_CANCELED" = "ERR_CANCELED"
ERR_DEPRECATED: "ERR_DEPRECATED" = "ERR_DEPRECATED"
ERR_FR_TOO_MANY_REDIRECTS: "ERR_FR_TOO_MANY_REDIRECTS" = "ERR_FR_TOO_MANY_REDIRECTS"
ERR_INVALID_URL: "ERR_INVALID_URL" = "ERR_INVALID_URL"
ERR_NETWORK: "ERR_NETWORK" = "ERR_NETWORK"
ERR_NOT_SUPPORT: "ERR_NOT_SUPPORT" = "ERR_NOT_SUPPORT"
ETIMEDOUT: "ETIMEDOUT" = "ETIMEDOUT"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

  • Type Parameters

    • T = unknown
    • D = any

    Parameters

    • error: unknown
    • Optional code: string
    • Optional config: InternalAxiosRequestConfig<D>
    • Optional request: any
    • Optional response: AxiosResponse<T, D>
    • Optional customProps: object

    Returns AxiosError<T, D>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_asset.Asset.html b/docs/classes/coinbase_asset.Asset.html index 4bdaaa98..6289a57a 100644 --- a/docs/classes/coinbase_asset.Asset.html +++ b/docs/classes/coinbase_asset.Asset.html @@ -1,9 +1,9 @@ Asset | @coinbase/coinbase-sdk

A representation of an Asset.

-

Constructors

Constructors

Methods

Constructors

Methods

  • Converts an amount from the atomic value of the primary denomination of the provided Asset ID to whole units of the specified asset ID.

    Parameters

    • atomicAmount: Decimal

      The amount in atomic units.

    • assetId: string

      The assset ID.

    Returns Decimal

    The amount in whole units of the asset with the specified ID.

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_authenticator.CoinbaseAuthenticator.html b/docs/classes/coinbase_authenticator.CoinbaseAuthenticator.html index 24aa8bc3..ca26037e 100644 --- a/docs/classes/coinbase_authenticator.CoinbaseAuthenticator.html +++ b/docs/classes/coinbase_authenticator.CoinbaseAuthenticator.html @@ -1,5 +1,5 @@ CoinbaseAuthenticator | @coinbase/coinbase-sdk

A class that builds JWTs for authenticating with the Coinbase Platform APIs.

-

Constructors

Constructors

Properties

Methods

authenticateRequest @@ -9,20 +9,20 @@

Constructors

Properties

apiKey: string
privateKey: string

Methods

  • Middleware to intercept requests and add JWT to Authorization header.

    +

Returns CoinbaseAuthenticator

Properties

apiKey: string
privateKey: string

Methods

  • Middleware to intercept requests and add JWT to Authorization header.

    Parameters

    • config: InternalAxiosRequestConfig<any>

      The request configuration.

    • debugging: boolean = false

      Flag to enable debugging.

    Returns Promise<InternalAxiosRequestConfig<any>>

    The request configuration with the Authorization header added.

    Throws

    If JWT could not be built.

    -
  • Builds the JWT for the given API endpoint URL.

    Parameters

    • url: string

      URL of the API endpoint.

    • method: string = "GET"

      HTTP method of the request.

    Returns Promise<string>

    JWT token.

    Throws

    If the private key is not in the correct format.

    -
  • Extracts the PEM key from the given private key string.

    Parameters

    • privateKeyString: string

      The private key string.

    Returns string

    The PEM key.

    Throws

    If the private key string is not in the correct format.

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_balance.Balance.html b/docs/classes/coinbase_balance.Balance.html index 7165f3b7..8eac8122 100644 --- a/docs/classes/coinbase_balance.Balance.html +++ b/docs/classes/coinbase_balance.Balance.html @@ -1,13 +1,13 @@ Balance | @coinbase/coinbase-sdk

A representation of a balance.

-

Properties

Properties

amount: Decimal
assetId: string

Methods

  • Converts a BalanceModel into a Balance object.

    +

Properties

amount: Decimal
assetId: string

Methods

  • Converts a BalanceModel and asset ID into a Balance object.

    Parameters

    • model: Balance

      The balance model object.

    • assetId: string

      The asset ID.

    Returns Balance

    The Balance object.

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_balance_map.BalanceMap.html b/docs/classes/coinbase_balance_map.BalanceMap.html index 4f4b4d30..6173c1a6 100644 --- a/docs/classes/coinbase_balance_map.BalanceMap.html +++ b/docs/classes/coinbase_balance_map.BalanceMap.html @@ -1,5 +1,5 @@ BalanceMap | @coinbase/coinbase-sdk

A convenience class for storing and manipulating Asset balances in a human-readable format.

-

Hierarchy

  • Map<string, Decimal>
    • BalanceMap

Constructors

Hierarchy

  • Map<string, Decimal>
    • BalanceMap

Constructors

Properties

[toStringTag] size [species] @@ -20,7 +20,7 @@
[species]: MapConstructor

Methods

  • Returns an iterable of entries in the map.

    Returns IterableIterator<[string, Decimal]>

  • Returns void

  • Parameters

    • key: string

    Returns boolean

    true if an element in the Map existed and has been removed, or false if the element does not exist.

    +

Returns void

  • Returns void

  • Parameters

    • key: string

    Returns boolean

    true if an element in the Map existed and has been removed, or false if the element does not exist.

  • Returns an iterable of key, value pairs for every entry in the map.

    Returns IterableIterator<[string, Decimal]>

  • Executes a provided function once per each key/value pair in the Map, in insertion order.

    Parameters

    • callbackfn: ((value, key, map) => void)
        • (value, key, map): void
        • Parameters

          • value: Decimal
          • key: string
          • map: Map<string, Decimal>

          Returns void

    • Optional thisArg: any

    Returns void

  • Returns a specified element from the Map object. If the value that is associated to the provided key is an object, then you will get a reference to that object and any change made to that object will effectively modify it inside the Map.

    @@ -30,8 +30,8 @@

    Returns IterableIterator<string>

  • Adds a new element with a specified key and value to the Map. If an element with the same key already exists, the element will be updated.

    Parameters

    • key: string
    • value: Decimal

    Returns this

  • Returns a string representation of the balance map.

    Returns string

    The string representation of the balance map.

    -
  • Returns an iterable of values in the map

    Returns IterableIterator<Decimal>

\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_coinbase.Coinbase.html b/docs/classes/coinbase_coinbase.Coinbase.html index cf016a14..bdf2bcdd 100644 --- a/docs/classes/coinbase_coinbase.Coinbase.html +++ b/docs/classes/coinbase_coinbase.Coinbase.html @@ -1,30 +1,27 @@ Coinbase | @coinbase/coinbase-sdk

The Coinbase SDK.

-

Constructors

Constructors

  • Initializes the Coinbase SDK.

    -

    Parameters

    • apiKeyName: string

      The API key name.

      -
    • privateKey: string

      The private key associated with the API key.

      -
    • debugging: boolean = false

      If true, logs API requests and responses to the console.

      -
    • basePath: string = BASE_PATH

      The base path for the API.

      +

Constructors

Properties

apiClients: ApiClients = {}
apiKeyPrivateKey: string

The CDP API key Private Key.

-

Constant

assets: {
    Eth: string;
    Gwei: string;
    Usdc: string;
    Wei: string;
    Weth: string;
} = ...

The list of supported assets.

-

Type declaration

  • Eth: string
  • Gwei: string
  • Usdc: string
  • Wei: string
  • Weth: string

Constant

networkList: {
    BaseSepolia: string;
} = ...

The list of supported networks.

-

Type declaration

  • BaseSepolia: string

Constant

Methods

Properties

apiClients: ApiClients = {}
apiKeyPrivateKey: string

The CDP API key Private Key.

+

Constant

assets: {
    Eth: string;
    Gwei: string;
    Usdc: string;
    Wei: string;
    Weth: string;
} = ...

The list of supported assets.

+

Type declaration

  • Eth: string
  • Gwei: string
  • Usdc: string
  • Wei: string
  • Weth: string

Constant

networkList: {
    BaseSepolia: string;
} = ...

The list of supported networks.

+

Type declaration

  • BaseSepolia: string

Constant

useServerSigner: boolean

Whether to use server signer or not.

+

Constant

Methods

  • Returns User object for the default user.

    Returns Promise<User>

    The default user.

    Throws

    If the request fails.

    -
  • Reads the API key and private key from a JSON file and initializes the Coinbase SDK.

    -

    Parameters

    • filePath: string = "coinbase_cloud_api_key.json"

      The path to the JSON file containing the API key and private key.

      -
    • debugging: boolean = false

      If true, logs API requests and responses to the console.

      -
    • basePath: string = BASE_PATH

      The base path for the API.

      +
  • Reads the API key and private key from a JSON file and initializes the Coinbase SDK.

    +

    Parameters

    Returns Coinbase

    A new instance of the Coinbase SDK.

    Throws

    If the file does not exist or the configuration values are missing/invalid.

    Throws

    If the configuration is invalid.

    Throws

    If not able to create JWT token.

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_errors.ArgumentError.html b/docs/classes/coinbase_errors.ArgumentError.html index 8dcbf3dd..516c8c21 100644 --- a/docs/classes/coinbase_errors.ArgumentError.html +++ b/docs/classes/coinbase_errors.ArgumentError.html @@ -1,5 +1,5 @@ ArgumentError | @coinbase/coinbase-sdk

ArgumentError is thrown when an argument is invalid.

-

Hierarchy

  • Error
    • ArgumentError

Constructors

Hierarchy

  • Error
    • ArgumentError

Constructors

Properties

message name stack? @@ -9,7 +9,7 @@

Methods

Constructors

Properties

message: string
name: string
stack?: string
DEFAULT_MESSAGE: string = "Argument Error"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns ArgumentError

Properties

message: string
name: string
stack?: string
DEFAULT_MESSAGE: string = "Argument Error"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

\ No newline at end of file diff --git a/docs/classes/coinbase_errors.InternalError.html b/docs/classes/coinbase_errors.InternalError.html index cb55a074..7f972ef2 100644 --- a/docs/classes/coinbase_errors.InternalError.html +++ b/docs/classes/coinbase_errors.InternalError.html @@ -1,5 +1,5 @@ InternalError | @coinbase/coinbase-sdk

InternalError is thrown when there is an internal error in the SDK.

-

Hierarchy

  • Error
    • InternalError

Constructors

Hierarchy

  • Error
    • InternalError

Constructors

Properties

message name stack? @@ -9,7 +9,7 @@

Methods

Constructors

Properties

message: string
name: string
stack?: string
DEFAULT_MESSAGE: string = "Internal Error"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InternalError

Properties

message: string
name: string
stack?: string
DEFAULT_MESSAGE: string = "Internal Error"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

\ No newline at end of file diff --git a/docs/classes/coinbase_errors.InvalidAPIKeyFormat.html b/docs/classes/coinbase_errors.InvalidAPIKeyFormat.html index fd5be450..543cbde2 100644 --- a/docs/classes/coinbase_errors.InvalidAPIKeyFormat.html +++ b/docs/classes/coinbase_errors.InvalidAPIKeyFormat.html @@ -1,5 +1,5 @@ InvalidAPIKeyFormat | @coinbase/coinbase-sdk

InvalidaAPIKeyFormat error is thrown when the API key format is invalid.

-

Hierarchy

  • Error
    • InvalidAPIKeyFormat

Constructors

Hierarchy

  • Error
    • InvalidAPIKeyFormat

Constructors

Properties

message name stack? @@ -9,7 +9,7 @@

Methods

Constructors

Properties

message: string
name: string
stack?: string
DEFAULT_MESSAGE: string = "Invalid API key format"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidAPIKeyFormat

Properties

message: string
name: string
stack?: string
DEFAULT_MESSAGE: string = "Invalid API key format"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

\ No newline at end of file diff --git a/docs/classes/coinbase_errors.InvalidConfiguration.html b/docs/classes/coinbase_errors.InvalidConfiguration.html index 93716b8b..b889a6ac 100644 --- a/docs/classes/coinbase_errors.InvalidConfiguration.html +++ b/docs/classes/coinbase_errors.InvalidConfiguration.html @@ -1,5 +1,5 @@ InvalidConfiguration | @coinbase/coinbase-sdk

InvalidConfiguration error is thrown when apikey/privateKey configuration is invalid.

-

Hierarchy

  • Error
    • InvalidConfiguration

Constructors

Hierarchy

  • Error
    • InvalidConfiguration

Constructors

Properties

message name stack? @@ -9,7 +9,7 @@

Methods

Constructors

Properties

message: string
name: string
stack?: string
DEFAULT_MESSAGE: string = "Invalid configuration"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidConfiguration

Properties

message: string
name: string
stack?: string
DEFAULT_MESSAGE: string = "Invalid configuration"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

\ No newline at end of file diff --git a/docs/classes/coinbase_errors.InvalidUnsignedPayload.html b/docs/classes/coinbase_errors.InvalidUnsignedPayload.html index 3fc2798b..6833932e 100644 --- a/docs/classes/coinbase_errors.InvalidUnsignedPayload.html +++ b/docs/classes/coinbase_errors.InvalidUnsignedPayload.html @@ -1,5 +1,5 @@ InvalidUnsignedPayload | @coinbase/coinbase-sdk

InvalidUnsignedPayload error is thrown when the unsigned payload is invalid.

-

Hierarchy

  • Error
    • InvalidUnsignedPayload

Constructors

Hierarchy

  • Error
    • InvalidUnsignedPayload

Constructors

Properties

message name stack? @@ -9,7 +9,7 @@

Methods

Constructors

Properties

message: string
name: string
stack?: string
DEFAULT_MESSAGE: string = "Invalid unsigned payload"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns InvalidUnsignedPayload

Properties

message: string
name: string
stack?: string
DEFAULT_MESSAGE: string = "Invalid unsigned payload"
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

\ No newline at end of file diff --git a/docs/classes/coinbase_faucet_transaction.FaucetTransaction.html b/docs/classes/coinbase_faucet_transaction.FaucetTransaction.html index 15661878..c1cac2b8 100644 --- a/docs/classes/coinbase_faucet_transaction.FaucetTransaction.html +++ b/docs/classes/coinbase_faucet_transaction.FaucetTransaction.html @@ -1,5 +1,5 @@ FaucetTransaction | @coinbase/coinbase-sdk

Represents a transaction from a faucet.

-

Constructors

Constructors

Properties

Methods

getTransactionHash getTransactionLink @@ -8,10 +8,10 @@ Do not use this method directly - instead, use Address.faucet().

Parameters

Returns FaucetTransaction

Throws

If the model does not exist.

-

Properties

Methods

Properties

Methods

  • Returns the link to the transaction on the blockchain explorer.

    Returns string

    The link to the transaction on the blockchain explorer

    -
  • Returns a string representation of the FaucetTransaction.

    Returns string

    A string representation of the FaucetTransaction.

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_transfer.Transfer.html b/docs/classes/coinbase_transfer.Transfer.html index 514bbddd..9795fdc9 100644 --- a/docs/classes/coinbase_transfer.Transfer.html +++ b/docs/classes/coinbase_transfer.Transfer.html @@ -1,7 +1,7 @@ Transfer | @coinbase/coinbase-sdk

A representation of a Transfer, which moves an Amount of an Asset from a user-controlled Wallet to another Address. The fee is assumed to be paid in the native Asset of the Network.

-

Properties

Properties

model: Transfer
transaction?: Transaction

Methods

  • Returns the Amount of the Transfer.

    +

Properties

model: Transfer
transaction?: Transaction

Methods

  • Returns the Destination Address ID of the Transfer.

    Returns string

    The Destination Address ID.

    -
  • Returns the From Address ID of the Transfer.

    Returns string

    The From Address ID.

    -
  • Returns the Signed Payload of the Transfer.

    Returns undefined | string

    The Signed Payload as a Hex string, or undefined if not yet available.

    -
  • Returns the Transaction of the Transfer.

    Returns Transaction

    The ethers.js Transaction object.

    Throws

    (InvalidUnsignedPayload) If the Unsigned Payload is invalid.

    -
  • Returns the Transaction Hash of the Transfer.

    Returns undefined | string

    The Transaction Hash as a Hex string, or undefined if not yet available.

    -
  • Returns the link to the Transaction on the blockchain explorer.

    Returns string

    The link to the Transaction on the blockchain explorer.

    -
  • Returns the Unsigned Payload of the Transfer.

    Returns string

    The Unsigned Payload as a Hex string.

    -
  • Reloads the Transfer model with the latest data from the server.

    +

    Returns Promise<void>

    Throws

    if the API request to get a Transfer fails.

    +
  • Sets the Signed Transaction of the Transfer.

    Parameters

    • transaction: Transaction

      The Signed Transaction.

      -

    Returns void

  • Returns a string representation of the Transfer.

    +

Returns void

  • Returns a string representation of the Transfer.

    Returns Promise<string>

    The string representation of the Transfer.

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_user.User.html b/docs/classes/coinbase_user.User.html index 670f942e..a1b49df9 100644 --- a/docs/classes/coinbase_user.User.html +++ b/docs/classes/coinbase_user.User.html @@ -1,7 +1,7 @@ User | @coinbase/coinbase-sdk

A representation of a User. Users have Wallets, which can hold balances of Assets. Access the default User through Coinbase.defaultUser().

-

Constructors

Constructors

Properties

Methods

createWallet getId @@ -11,7 +11,7 @@ toString

Constructors

Properties

model: User

Methods

  • Creates a new Wallet belonging to the User.

    +

Returns User

Properties

model: User

Methods

  • Creates a new Wallet belonging to the User.

    Returns Promise<Wallet>

    the new Wallet

    Throws

    • If the request fails.
    • @@ -22,18 +22,18 @@

      Throws

        Throws

        • If address derivation or caching fails.
        -
  • Returns the Wallet with the given ID.

    Parameters

    • wallet_id: string

      the ID of the Wallet

    Returns Promise<Wallet>

    the Wallet with the given ID

    -
  • Lists the Wallets belonging to the User.

    +
  • Lists the Wallets belonging to the User.

    Parameters

    • pageSize: number = 10

      The number of Wallets to return per page. Defaults to 10

    • Optional nextPageToken: string

      The token for the next page of Wallets

    Returns Promise<{
        nextPageToken: string;
        wallets: Wallet[];
    }>

    An object containing the Wallets and the token for the next page

    -
  • Returns a string representation of the User.

    Returns string

    The string representation of the User.

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/classes/coinbase_wallet.Wallet.html b/docs/classes/coinbase_wallet.Wallet.html index 1a18a95b..1da7a4af 100644 --- a/docs/classes/coinbase_wallet.Wallet.html +++ b/docs/classes/coinbase_wallet.Wallet.html @@ -1,7 +1,7 @@ Wallet | @coinbase/coinbase-sdk

A representation of a Wallet. Wallets come with a single default Address, but can expand to have a set of Addresses, each of which can hold a balance of one or more Assets. Wallets can create new Addresses, list their addresses, list their balances, and transfer Assets to other Addresses. Wallets should be created through User.createWallet or User.importWallet.

-

Properties

Properties

addressIndex: number = 0
addressModels: Address[] = []
addressPathPrefix: "m/44'/60'/0'/0" = "m/44'/60'/0'/0"
addresses: Address[] = []
master?: HDKey
model: Wallet
seed?: string
MAX_ADDRESSES: number = 20

Methods

  • Builds a Hash of the registered Addresses.

    +

Properties

addressIndex: number = 0
addressModels: Address[] = []
addressPathPrefix: "m/44'/60'/0'/0" = "m/44'/60'/0'/0"
addresses: Address[] = []
master?: HDKey
model: Wallet
seed?: string
MAX_ADDRESSES: number = 20

Methods

  • Builds a Hash of the registered Addresses.

    Parameters

    • addressModels: Address[]

      The models of the addresses already registered with the Wallet.

    Returns {
        [key: string]: boolean;
    }

    The Hash of registered Addresses

    -
    • [key: string]: boolean
  • Caches an Address on the client-side and increments the address index.

    +
    • [key: string]: boolean
  • Caches an Address on the client-side and increments the address index.

    Parameters

    • address: Address

      The AddressModel to cache.

    • Optional key: Wallet

      The ethers.js Wallet object the address uses for signing data.

    Returns void

    Throws

    If the address is not provided.

    -
  • Returns whether the Wallet has a seed with which to derive keys and sign transactions.

    +
  • Returns whether the Wallet has a seed with which to derive keys and sign transactions.

    Returns boolean

    Whether the Wallet has a seed with which to derive keys and sign transactions.

    -
  • Creates an attestation for the Address currently being created.

    +
  • Creates an attestation for the Address currently being created.

    Parameters

    • key: HDKey

      The key of the Wallet.

    Returns string

    The attestation.

    -
  • Transfers the given amount of the given Asset to the given address. Only same-Network Transfers are supported. +

  • Transfers the given amount of the given Asset to the given address. Only same-Network Transfers are supported. Currently only the default_address is used to source the Transfer.

    Parameters

    • amount: Amount

      The amount of the Asset to send.

    • assetId: string

      The ID of the Asset to send.

      @@ -66,7 +68,7 @@

      Throws

      if the API request to create a Transfer fails.

      Throws

      if the API request to broadcast a Transfer fails.

      Throws

      if the Transfer times out.

      -
  • Derives an already registered Address in the Wallet.

    +
  • Derives an already registered Address in the Wallet.

    Parameters

    • addressMap: {
          [key: string]: boolean;
      }

      The map of registered Address IDs

      • [key: string]: boolean
    • addressModel: Address

      The Address model

    Returns void

    Throws

      @@ -75,46 +77,52 @@

      Throws

      if the Transfer times out.

      Throws

      • If the request fails.
      -
  • Derives the registered Addresses in the Wallet.

    Parameters

    • addresses: Address[]

      The models of the addresses already registered with the

      -

    Returns void

  • Derives a key for an already registered Address in the Wallet.

    +

Returns void

  • Derives a key for an already registered Address in the Wallet.

    Returns HDKey

    The derived key.

    Throws

    • If the key derivation fails.
    -
  • Requests funds from the faucet for the Wallet's default address and returns the faucet transaction. This is only supported on testnet networks.

    Returns Promise<FaucetTransaction>

    The successful faucet transaction

    Throws

    If the default address is not found.

    Throws

    If the request fails.

    -
  • Returns the Address with the given ID.

    Parameters

    • addressId: string

      The ID of the Address to retrieve.

    Returns undefined | Address

    The Address.

    -
  • Returns the balance of the provided Asset. Balances are aggregated across all Addresses in the Wallet.

    +
  • Returns the balance of the provided Asset. Balances are aggregated across all Addresses in the Wallet.

    Parameters

    • assetId: string

      The ID of the Asset to retrieve the balance for.

    Returns Promise<Decimal>

    The balance of the Asset.

    -
  • Gets the key for encrypting seed data.

    Returns Buffer

    The encryption key.

    -
  • Loads the seed data from the given file.

    Parameters

    • filePath: string

      The path of the file to load the seed data from

    Returns Record<string, SeedData>

    The seed data

    -
  • Returns the list of balances of this Wallet. Balances are aggregated across all Addresses in the Wallet.

    Returns Promise<BalanceMap>

    The list of balances. The key is the Asset ID, and the value is the balance.

    -
  • Loads the seed of the Wallet from the given file.

    Parameters

    • filePath: string

      The path of the file to load the seed from

    Returns string

    A string indicating the success of the operation

    -
  • Reloads the Wallet model with the latest data from the server.

    -

    Returns Promise<void>

  • Saves the seed of the Wallet to the given file. Wallets whose seeds are saved this way can be +

  • Reloads the Wallet model with the latest data from the server.

    +

    Returns Promise<void>

    Throws

    if the API request to get a Wallet fails.

    +
  • Saves the seed of the Wallet to the given file. Wallets whose seeds are saved this way can be rehydrated using load_seed. A single file can be used for multiple Wallet seeds. This is an insecure method of storing Wallet seeds and should only be used for development purposes.

    Parameters

    • filePath: string

      The path of the file to save the seed to

      @@ -122,13 +130,21 @@

      Throws

      If the request fails.

      encrypted or not. Data is unencrypted by default.

    Returns string

    A string indicating the success of the operation

    Throws

    If the Wallet does not have a seed

    -
  • Returns the Wallet model.

    Parameters

    • seed: string

      The seed to use for the Wallet. Expects a 32-byte hexadecimal with no 0x prefix.

      -

    Returns void

  • Returns a String representation of the Wallet.

    +

Returns void

\ No newline at end of file +

Returns void

\ No newline at end of file diff --git a/docs/enums/client_api.TransactionType.html b/docs/enums/client_api.TransactionType.html new file mode 100644 index 00000000..235d704f --- /dev/null +++ b/docs/enums/client_api.TransactionType.html @@ -0,0 +1,2 @@ +TransactionType | @coinbase/coinbase-sdk

Export

Enumeration Members

Enumeration Members

Transfer: "transfer"
\ No newline at end of file diff --git a/docs/enums/coinbase_types.ServerSignerStatus.html b/docs/enums/coinbase_types.ServerSignerStatus.html new file mode 100644 index 00000000..a12c6d60 --- /dev/null +++ b/docs/enums/coinbase_types.ServerSignerStatus.html @@ -0,0 +1,4 @@ +ServerSignerStatus | @coinbase/coinbase-sdk

ServerSigner status type definition.

+

Enumeration Members

Enumeration Members

ACTIVE: "active_seed"
PENDING: "pending_seed_creation"
\ No newline at end of file diff --git a/docs/enums/coinbase_types.TransferStatus.html b/docs/enums/coinbase_types.TransferStatus.html index fe1efe5e..ba1490ce 100644 --- a/docs/enums/coinbase_types.TransferStatus.html +++ b/docs/enums/coinbase_types.TransferStatus.html @@ -1,6 +1,6 @@ TransferStatus | @coinbase/coinbase-sdk

Transfer status type definition.

-

Enumeration Members

Enumeration Members

Enumeration Members

BROADCAST: "BROADCAST"
COMPLETE: "COMPLETE"
FAILED: "FAILED"
PENDING: "PENDING"
\ No newline at end of file +

Enumeration Members

BROADCAST: "broadcast"
COMPLETE: "complete"
FAILED: "failed"
PENDING: "pending"
\ No newline at end of file diff --git a/docs/functions/client_api.AddressesApiAxiosParamCreator.html b/docs/functions/client_api.AddressesApiAxiosParamCreator.html index 7afe82be..d4585a6d 100644 --- a/docs/functions/client_api.AddressesApiAxiosParamCreator.html +++ b/docs/functions/client_api.AddressesApiAxiosParamCreator.html @@ -31,4 +31,4 @@

Throws

Export

\ No newline at end of file +

Returns Promise<RequestArgs>

Export

\ No newline at end of file diff --git a/docs/functions/client_api.AddressesApiFactory.html b/docs/functions/client_api.AddressesApiFactory.html index b9d792f8..19ca996c 100644 --- a/docs/functions/client_api.AddressesApiFactory.html +++ b/docs/functions/client_api.AddressesApiFactory.html @@ -3,32 +3,32 @@

Parameters

Returns AxiosPromise<Address>

Summary

Create a new address

-

Throws

  • getAddress:function
  • getAddress:function
  • getAddressBalance:function
  • getAddressBalance:function
  • listAddressBalances:function
  • listAddressBalances:function
  • listAddresses:function
  • listAddresses:function
  • requestFaucetFunds:function
  • requestFaucetFunds:function
  • Export

    \ No newline at end of file +

    Throws

    Export

    \ No newline at end of file diff --git a/docs/functions/client_api.AddressesApiFp.html b/docs/functions/client_api.AddressesApiFp.html index b2937677..7f435940 100644 --- a/docs/functions/client_api.AddressesApiFp.html +++ b/docs/functions/client_api.AddressesApiFp.html @@ -3,32 +3,32 @@

    Parameters

    Returns Promise<((axios?, basePath?) => AxiosPromise<Address>)>

    Summary

    Create a new address

    -

    Throws

  • getAddress:function
  • getAddress:function
  • getAddressBalance:function
  • getAddressBalance:function
  • listAddressBalances:function
  • listAddressBalances:function
  • listAddresses:function
  • listAddresses:function
  • requestFaucetFunds:function
  • requestFaucetFunds:function
  • Export

    \ No newline at end of file +

    Throws

    Export

    \ No newline at end of file diff --git a/docs/functions/client_api.ServerSignersApiAxiosParamCreator.html b/docs/functions/client_api.ServerSignersApiAxiosParamCreator.html new file mode 100644 index 00000000..78642c5f --- /dev/null +++ b/docs/functions/client_api.ServerSignersApiAxiosParamCreator.html @@ -0,0 +1,26 @@ +ServerSignersApiAxiosParamCreator | @coinbase/coinbase-sdk
    • ServerSignersApi - axios parameter creator

      +

      Parameters

      Returns {
          createServerSigner: ((createServerSignerRequest?, options?) => Promise<RequestArgs>);
          getServerSigner: ((serverSignerId, options?) => Promise<RequestArgs>);
          listServerSignerEvents: ((serverSignerId, limit?, page?, options?) => Promise<RequestArgs>);
          listServerSigners: ((options?) => Promise<RequestArgs>);
          submitServerSignerSeedEventResult: ((serverSignerId, seedCreationEventResult?, options?) => Promise<RequestArgs>);
          submitServerSignerSignatureEventResult: ((serverSignerId, signatureCreationEventResult?, options?) => Promise<RequestArgs>);
      }

      • createServerSigner: ((createServerSignerRequest?, options?) => Promise<RequestArgs>)

        Create a new Server-Signer

        +

        Summary

        Create a new Server-Signer

        +

        Throws

      • getServerSigner: ((serverSignerId, options?) => Promise<RequestArgs>)

        Get a server signer by ID

        +

        Summary

        Get a server signer by ID

        +

        Throws

          • (serverSignerId, options?): Promise<RequestArgs>
          • Parameters

            • serverSignerId: string

              The ID of the server signer to fetch

              +
            • Optional options: RawAxiosRequestConfig = {}

              Override http request option.

              +

            Returns Promise<RequestArgs>

      • listServerSignerEvents: ((serverSignerId, limit?, page?, options?) => Promise<RequestArgs>)

        List events for a server signer

        +

        Summary

        List events for a server signer

        +

        Throws

          • (serverSignerId, limit?, page?, options?): Promise<RequestArgs>
          • Parameters

            • serverSignerId: string

              The ID of the server signer to fetch events for

              +
            • Optional limit: number

              A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

              +
            • Optional page: string

              A cursor for pagination across multiple pages of results. Don&#39;t include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

              +
            • Optional options: RawAxiosRequestConfig = {}

              Override http request option.

              +

            Returns Promise<RequestArgs>

      • listServerSigners: ((options?) => Promise<RequestArgs>)

        List server signers for the current project

        +

        Summary

        List server signers for the current project

        +

        Throws

          • (options?): Promise<RequestArgs>
          • Parameters

            • Optional options: RawAxiosRequestConfig = {}

              Override http request option.

              +

            Returns Promise<RequestArgs>

      • submitServerSignerSeedEventResult: ((serverSignerId, seedCreationEventResult?, options?) => Promise<RequestArgs>)

        Submit the result of a server signer event

        +

        Summary

        Submit the result of a server signer event

        +

        Throws

          • (serverSignerId, seedCreationEventResult?, options?): Promise<RequestArgs>
          • Parameters

            • serverSignerId: string

              The ID of the server signer to submit the event result for

              +
            • Optional seedCreationEventResult: SeedCreationEventResult
            • Optional options: RawAxiosRequestConfig = {}

              Override http request option.

              +

            Returns Promise<RequestArgs>

      • submitServerSignerSignatureEventResult: ((serverSignerId, signatureCreationEventResult?, options?) => Promise<RequestArgs>)

        Submit the result of a server signer event

        +

        Summary

        Submit the result of a server signer event

        +

        Throws

          • (serverSignerId, signatureCreationEventResult?, options?): Promise<RequestArgs>
          • Parameters

            • serverSignerId: string

              The ID of the server signer to submit the event result for

              +
            • Optional signatureCreationEventResult: SignatureCreationEventResult
            • Optional options: RawAxiosRequestConfig = {}

              Override http request option.

              +

            Returns Promise<RequestArgs>

      Export

    \ No newline at end of file diff --git a/docs/functions/client_api.ServerSignersApiFactory.html b/docs/functions/client_api.ServerSignersApiFactory.html new file mode 100644 index 00000000..e8c19837 --- /dev/null +++ b/docs/functions/client_api.ServerSignersApiFactory.html @@ -0,0 +1,26 @@ +ServerSignersApiFactory | @coinbase/coinbase-sdk
    • ServerSignersApi - factory interface

      +

      Parameters

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

      Returns {
          createServerSigner(createServerSignerRequest?, options?): AxiosPromise<ServerSigner>;
          getServerSigner(serverSignerId, options?): AxiosPromise<ServerSigner>;
          listServerSignerEvents(serverSignerId, limit?, page?, options?): AxiosPromise<ServerSignerEventList>;
          listServerSigners(options?): AxiosPromise<ServerSigner>;
          submitServerSignerSeedEventResult(serverSignerId, seedCreationEventResult?, options?): AxiosPromise<SeedCreationEventResult>;
          submitServerSignerSignatureEventResult(serverSignerId, signatureCreationEventResult?, options?): AxiosPromise<SignatureCreationEventResult>;
      }

      • createServerSigner:function
      • getServerSigner:function
        • Get a server signer by ID

          +

          Parameters

          • serverSignerId: string

            The ID of the server signer to fetch

            +
          • Optional options: any

            Override http request option.

            +

          Returns AxiosPromise<ServerSigner>

          Summary

          Get a server signer by ID

          +

          Throws

      • listServerSignerEvents:function
        • List events for a server signer

          +

          Parameters

          • serverSignerId: string

            The ID of the server signer to fetch events for

            +
          • Optional limit: number

            A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

            +
          • Optional page: string

            A cursor for pagination across multiple pages of results. Don&#39;t include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

            +
          • Optional options: any

            Override http request option.

            +

          Returns AxiosPromise<ServerSignerEventList>

          Summary

          List events for a server signer

          +

          Throws

      • listServerSigners:function
        • List server signers for the current project

          +

          Parameters

          • Optional options: any

            Override http request option.

            +

          Returns AxiosPromise<ServerSigner>

          Summary

          List server signers for the current project

          +

          Throws

      • submitServerSignerSeedEventResult:function
        • Submit the result of a server signer event

          +

          Parameters

          • serverSignerId: string

            The ID of the server signer to submit the event result for

            +
          • Optional seedCreationEventResult: SeedCreationEventResult
          • Optional options: any

            Override http request option.

            +

          Returns AxiosPromise<SeedCreationEventResult>

          Summary

          Submit the result of a server signer event

          +

          Throws

      • submitServerSignerSignatureEventResult:function
        • Submit the result of a server signer event

          +

          Parameters

          • serverSignerId: string

            The ID of the server signer to submit the event result for

            +
          • Optional signatureCreationEventResult: SignatureCreationEventResult
          • Optional options: any

            Override http request option.

            +

          Returns AxiosPromise<SignatureCreationEventResult>

          Summary

          Submit the result of a server signer event

          +

          Throws

      Export

    \ No newline at end of file diff --git a/docs/functions/client_api.ServerSignersApiFp.html b/docs/functions/client_api.ServerSignersApiFp.html new file mode 100644 index 00000000..6d00f77d --- /dev/null +++ b/docs/functions/client_api.ServerSignersApiFp.html @@ -0,0 +1,26 @@ +ServerSignersApiFp | @coinbase/coinbase-sdk
    • ServerSignersApi - functional programming interface

      +

      Parameters

      Returns {
          createServerSigner(createServerSignerRequest?, options?): Promise<((axios?, basePath?) => AxiosPromise<ServerSigner>)>;
          getServerSigner(serverSignerId, options?): Promise<((axios?, basePath?) => AxiosPromise<ServerSigner>)>;
          listServerSignerEvents(serverSignerId, limit?, page?, options?): Promise<((axios?, basePath?) => AxiosPromise<ServerSignerEventList>)>;
          listServerSigners(options?): Promise<((axios?, basePath?) => AxiosPromise<ServerSigner>)>;
          submitServerSignerSeedEventResult(serverSignerId, seedCreationEventResult?, options?): Promise<((axios?, basePath?) => AxiosPromise<SeedCreationEventResult>)>;
          submitServerSignerSignatureEventResult(serverSignerId, signatureCreationEventResult?, options?): Promise<((axios?, basePath?) => AxiosPromise<SignatureCreationEventResult>)>;
      }

      • createServerSigner:function
        • Create a new Server-Signer

          +

          Parameters

          • Optional createServerSignerRequest: CreateServerSignerRequest
          • Optional options: RawAxiosRequestConfig

            Override http request option.

            +

          Returns Promise<((axios?, basePath?) => AxiosPromise<ServerSigner>)>

          Summary

          Create a new Server-Signer

          +

          Throws

      • getServerSigner:function
        • Get a server signer by ID

          +

          Parameters

          • serverSignerId: string

            The ID of the server signer to fetch

            +
          • Optional options: RawAxiosRequestConfig

            Override http request option.

            +

          Returns Promise<((axios?, basePath?) => AxiosPromise<ServerSigner>)>

          Summary

          Get a server signer by ID

          +

          Throws

      • listServerSignerEvents:function
        • List events for a server signer

          +

          Parameters

          • serverSignerId: string

            The ID of the server signer to fetch events for

            +
          • Optional limit: number

            A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

            +
          • Optional page: string

            A cursor for pagination across multiple pages of results. Don&#39;t include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

            +
          • Optional options: RawAxiosRequestConfig

            Override http request option.

            +

          Returns Promise<((axios?, basePath?) => AxiosPromise<ServerSignerEventList>)>

          Summary

          List events for a server signer

          +

          Throws

      • listServerSigners:function
        • List server signers for the current project

          +

          Parameters

          • Optional options: RawAxiosRequestConfig

            Override http request option.

            +

          Returns Promise<((axios?, basePath?) => AxiosPromise<ServerSigner>)>

          Summary

          List server signers for the current project

          +

          Throws

      • submitServerSignerSeedEventResult:function
        • Submit the result of a server signer event

          +

          Parameters

          • serverSignerId: string

            The ID of the server signer to submit the event result for

            +
          • Optional seedCreationEventResult: SeedCreationEventResult
          • Optional options: RawAxiosRequestConfig

            Override http request option.

            +

          Returns Promise<((axios?, basePath?) => AxiosPromise<SeedCreationEventResult>)>

          Summary

          Submit the result of a server signer event

          +

          Throws

      • submitServerSignerSignatureEventResult:function
        • Submit the result of a server signer event

          +

          Parameters

          • serverSignerId: string

            The ID of the server signer to submit the event result for

            +
          • Optional signatureCreationEventResult: SignatureCreationEventResult
          • Optional options: RawAxiosRequestConfig

            Override http request option.

            +

          Returns Promise<((axios?, basePath?) => AxiosPromise<SignatureCreationEventResult>)>

          Summary

          Submit the result of a server signer event

          +

          Throws

      Export

    \ No newline at end of file diff --git a/docs/functions/client_api.TradesApiAxiosParamCreator.html b/docs/functions/client_api.TradesApiAxiosParamCreator.html new file mode 100644 index 00000000..f75256c6 --- /dev/null +++ b/docs/functions/client_api.TradesApiAxiosParamCreator.html @@ -0,0 +1,26 @@ +TradesApiAxiosParamCreator | @coinbase/coinbase-sdk
    • TradesApi - axios parameter creator

      +

      Parameters

      Returns {
          broadcastTrade: ((walletId, addressId, tradeId, broadcastTradeRequest, options?) => Promise<RequestArgs>);
          createTrade: ((walletId, addressId, createTradeRequest, options?) => Promise<RequestArgs>);
          getTrade: ((walletId, addressId, tradeId, options?) => Promise<RequestArgs>);
          listTrades: ((walletId, addressId, limit?, page?, options?) => Promise<RequestArgs>);
      }

      • broadcastTrade: ((walletId, addressId, tradeId, broadcastTradeRequest, options?) => Promise<RequestArgs>)

        Broadcast a trade

        +

        Summary

        Broadcast a trade

        +

        Throws

          • (walletId, addressId, tradeId, broadcastTradeRequest, options?): Promise<RequestArgs>
          • Parameters

            • walletId: string

              The ID of the wallet the address belongs to

              +
            • addressId: string

              The ID of the address the trade belongs to

              +
            • tradeId: string

              The ID of the trade to broadcast

              +
            • broadcastTradeRequest: BroadcastTradeRequest
            • Optional options: RawAxiosRequestConfig = {}

              Override http request option.

              +

            Returns Promise<RequestArgs>

      • createTrade: ((walletId, addressId, createTradeRequest, options?) => Promise<RequestArgs>)

        Create a new trade

        +

        Summary

        Create a new trade for an address

        +

        Throws

          • (walletId, addressId, createTradeRequest, options?): Promise<RequestArgs>
          • Parameters

            • walletId: string

              The ID of the wallet the source address belongs to

              +
            • addressId: string

              The ID of the address to conduct the trade from

              +
            • createTradeRequest: CreateTradeRequest
            • Optional options: RawAxiosRequestConfig = {}

              Override http request option.

              +

            Returns Promise<RequestArgs>

      • getTrade: ((walletId, addressId, tradeId, options?) => Promise<RequestArgs>)

        Get a trade by ID

        +

        Summary

        Get a trade by ID

        +

        Throws

          • (walletId, addressId, tradeId, options?): Promise<RequestArgs>
          • Parameters

            • walletId: string

              The ID of the wallet the address belongs to

              +
            • addressId: string

              The ID of the address the trade belongs to

              +
            • tradeId: string

              The ID of the trade to fetch

              +
            • Optional options: RawAxiosRequestConfig = {}

              Override http request option.

              +

            Returns Promise<RequestArgs>

      • listTrades: ((walletId, addressId, limit?, page?, options?) => Promise<RequestArgs>)

        List trades for an address.

        +

        Summary

        List trades for an address.

        +

        Throws

          • (walletId, addressId, limit?, page?, options?): Promise<RequestArgs>
          • Parameters

            • walletId: string

              The ID of the wallet the address belongs to

              +
            • addressId: string

              The ID of the address to list trades for

              +
            • Optional limit: number

              A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

              +
            • Optional page: string

              A cursor for pagination across multiple pages of results. Don&#39;t include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

              +
            • Optional options: RawAxiosRequestConfig = {}

              Override http request option.

              +

            Returns Promise<RequestArgs>

      Export

    \ No newline at end of file diff --git a/docs/functions/client_api.TradesApiFactory.html b/docs/functions/client_api.TradesApiFactory.html new file mode 100644 index 00000000..7e68a0e6 --- /dev/null +++ b/docs/functions/client_api.TradesApiFactory.html @@ -0,0 +1,26 @@ +TradesApiFactory | @coinbase/coinbase-sdk
    • TradesApi - factory interface

      +

      Parameters

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

      Returns {
          broadcastTrade(walletId, addressId, tradeId, broadcastTradeRequest, options?): AxiosPromise<Trade>;
          createTrade(walletId, addressId, createTradeRequest, options?): AxiosPromise<Trade>;
          getTrade(walletId, addressId, tradeId, options?): AxiosPromise<Trade>;
          listTrades(walletId, addressId, limit?, page?, options?): AxiosPromise<TradeList>;
      }

      • broadcastTrade:function
        • Broadcast a trade

          +

          Parameters

          • walletId: string

            The ID of the wallet the address belongs to

            +
          • addressId: string

            The ID of the address the trade belongs to

            +
          • tradeId: string

            The ID of the trade to broadcast

            +
          • broadcastTradeRequest: BroadcastTradeRequest
          • Optional options: any

            Override http request option.

            +

          Returns AxiosPromise<Trade>

          Summary

          Broadcast a trade

          +

          Throws

      • createTrade:function
        • Create a new trade

          +

          Parameters

          • walletId: string

            The ID of the wallet the source address belongs to

            +
          • addressId: string

            The ID of the address to conduct the trade from

            +
          • createTradeRequest: CreateTradeRequest
          • Optional options: any

            Override http request option.

            +

          Returns AxiosPromise<Trade>

          Summary

          Create a new trade for an address

          +

          Throws

      • getTrade:function
        • Get a trade by ID

          +

          Parameters

          • walletId: string

            The ID of the wallet the address belongs to

            +
          • addressId: string

            The ID of the address the trade belongs to

            +
          • tradeId: string

            The ID of the trade to fetch

            +
          • Optional options: any

            Override http request option.

            +

          Returns AxiosPromise<Trade>

          Summary

          Get a trade by ID

          +

          Throws

      • listTrades:function
        • List trades for an address.

          +

          Parameters

          • walletId: string

            The ID of the wallet the address belongs to

            +
          • addressId: string

            The ID of the address to list trades for

            +
          • Optional limit: number

            A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

            +
          • Optional page: string

            A cursor for pagination across multiple pages of results. Don&#39;t include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

            +
          • Optional options: any

            Override http request option.

            +

          Returns AxiosPromise<TradeList>

          Summary

          List trades for an address.

          +

          Throws

      Export

    \ No newline at end of file diff --git a/docs/functions/client_api.TradesApiFp.html b/docs/functions/client_api.TradesApiFp.html new file mode 100644 index 00000000..006ab3d4 --- /dev/null +++ b/docs/functions/client_api.TradesApiFp.html @@ -0,0 +1,26 @@ +TradesApiFp | @coinbase/coinbase-sdk
    • TradesApi - functional programming interface

      +

      Parameters

      Returns {
          broadcastTrade(walletId, addressId, tradeId, broadcastTradeRequest, options?): Promise<((axios?, basePath?) => AxiosPromise<Trade>)>;
          createTrade(walletId, addressId, createTradeRequest, options?): Promise<((axios?, basePath?) => AxiosPromise<Trade>)>;
          getTrade(walletId, addressId, tradeId, options?): Promise<((axios?, basePath?) => AxiosPromise<Trade>)>;
          listTrades(walletId, addressId, limit?, page?, options?): Promise<((axios?, basePath?) => AxiosPromise<TradeList>)>;
      }

      • broadcastTrade:function
        • Broadcast a trade

          +

          Parameters

          • walletId: string

            The ID of the wallet the address belongs to

            +
          • addressId: string

            The ID of the address the trade belongs to

            +
          • tradeId: string

            The ID of the trade to broadcast

            +
          • broadcastTradeRequest: BroadcastTradeRequest
          • Optional options: RawAxiosRequestConfig

            Override http request option.

            +

          Returns Promise<((axios?, basePath?) => AxiosPromise<Trade>)>

          Summary

          Broadcast a trade

          +

          Throws

      • createTrade:function
        • Create a new trade

          +

          Parameters

          • walletId: string

            The ID of the wallet the source address belongs to

            +
          • addressId: string

            The ID of the address to conduct the trade from

            +
          • createTradeRequest: CreateTradeRequest
          • Optional options: RawAxiosRequestConfig

            Override http request option.

            +

          Returns Promise<((axios?, basePath?) => AxiosPromise<Trade>)>

          Summary

          Create a new trade for an address

          +

          Throws

      • getTrade:function
        • Get a trade by ID

          +

          Parameters

          • walletId: string

            The ID of the wallet the address belongs to

            +
          • addressId: string

            The ID of the address the trade belongs to

            +
          • tradeId: string

            The ID of the trade to fetch

            +
          • Optional options: RawAxiosRequestConfig

            Override http request option.

            +

          Returns Promise<((axios?, basePath?) => AxiosPromise<Trade>)>

          Summary

          Get a trade by ID

          +

          Throws

      • listTrades:function
        • List trades for an address.

          +

          Parameters

          • walletId: string

            The ID of the wallet the address belongs to

            +
          • addressId: string

            The ID of the address to list trades for

            +
          • Optional limit: number

            A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

            +
          • Optional page: string

            A cursor for pagination across multiple pages of results. Don&#39;t include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

            +
          • Optional options: RawAxiosRequestConfig

            Override http request option.

            +

          Returns Promise<((axios?, basePath?) => AxiosPromise<TradeList>)>

          Summary

          List trades for an address.

          +

          Throws

      Export

    \ No newline at end of file diff --git a/docs/functions/client_api.TransfersApiAxiosParamCreator.html b/docs/functions/client_api.TransfersApiAxiosParamCreator.html index 99a8190d..0ed4ee09 100644 --- a/docs/functions/client_api.TransfersApiAxiosParamCreator.html +++ b/docs/functions/client_api.TransfersApiAxiosParamCreator.html @@ -23,4 +23,4 @@

    Throws

    Returns Promise<RequestArgs>

    Export

    \ No newline at end of file +

    Returns Promise<RequestArgs>

    Export

    \ No newline at end of file diff --git a/docs/functions/client_api.TransfersApiFactory.html b/docs/functions/client_api.TransfersApiFactory.html index 325be9fe..6c03df8e 100644 --- a/docs/functions/client_api.TransfersApiFactory.html +++ b/docs/functions/client_api.TransfersApiFactory.html @@ -5,22 +5,22 @@
  • transferId: string

    The ID of the transfer to broadcast

  • broadcastTransferRequest: BroadcastTransferRequest
  • Optional options: any

    Override http request option.

  • Returns AxiosPromise<Transfer>

    Summary

    Broadcast a transfer

    -

    Throws

  • createTransfer:function
  • createTransfer:function
  • getTransfer:function
  • getTransfer:function
  • listTransfers:function
  • listTransfers:function
  • Export

    \ No newline at end of file +

    Throws

    Export

    \ No newline at end of file diff --git a/docs/functions/client_api.TransfersApiFp.html b/docs/functions/client_api.TransfersApiFp.html index e8767af6..ded30b7c 100644 --- a/docs/functions/client_api.TransfersApiFp.html +++ b/docs/functions/client_api.TransfersApiFp.html @@ -5,22 +5,22 @@
  • transferId: string

    The ID of the transfer to broadcast

  • broadcastTransferRequest: BroadcastTransferRequest
  • Optional options: RawAxiosRequestConfig

    Override http request option.

  • Returns Promise<((axios?, basePath?) => AxiosPromise<Transfer>)>

    Summary

    Broadcast a transfer

    -

    Throws

  • createTransfer:function
  • createTransfer:function
  • getTransfer:function
  • getTransfer:function
  • listTransfers:function
  • listTransfers:function
  • Export

    \ No newline at end of file +

    Throws

    Export

    \ No newline at end of file diff --git a/docs/functions/client_api.UsersApiAxiosParamCreator.html b/docs/functions/client_api.UsersApiAxiosParamCreator.html index 83af9592..b214cd32 100644 --- a/docs/functions/client_api.UsersApiAxiosParamCreator.html +++ b/docs/functions/client_api.UsersApiAxiosParamCreator.html @@ -2,4 +2,4 @@

    Parameters

    Returns {
        getCurrentUser: ((options?) => Promise<RequestArgs>);
    }

    Export

    \ No newline at end of file +

    Returns Promise<RequestArgs>

    Export

    \ No newline at end of file diff --git a/docs/functions/client_api.UsersApiFactory.html b/docs/functions/client_api.UsersApiFactory.html index e33391b8..12d13ec9 100644 --- a/docs/functions/client_api.UsersApiFactory.html +++ b/docs/functions/client_api.UsersApiFactory.html @@ -2,4 +2,4 @@

    Parameters

    Returns {
        getCurrentUser(options?): AxiosPromise<User>;
    }

    Export

    \ No newline at end of file +

    Throws

    Export

    \ No newline at end of file diff --git a/docs/functions/client_api.UsersApiFp.html b/docs/functions/client_api.UsersApiFp.html index 6ab16a60..686af72d 100644 --- a/docs/functions/client_api.UsersApiFp.html +++ b/docs/functions/client_api.UsersApiFp.html @@ -2,4 +2,4 @@

    Parameters

    Returns {
        getCurrentUser(options?): Promise<((axios?, basePath?) => AxiosPromise<User>)>;
    }

    Export

    \ No newline at end of file +

    Throws

    Export

    \ No newline at end of file diff --git a/docs/functions/client_api.WalletsApiAxiosParamCreator.html b/docs/functions/client_api.WalletsApiAxiosParamCreator.html index 9839ca4f..2526cad6 100644 --- a/docs/functions/client_api.WalletsApiAxiosParamCreator.html +++ b/docs/functions/client_api.WalletsApiAxiosParamCreator.html @@ -20,4 +20,4 @@

    Throws

    Export

    \ No newline at end of file +

    Returns Promise<RequestArgs>

    Export

    \ No newline at end of file diff --git a/docs/functions/client_api.WalletsApiFactory.html b/docs/functions/client_api.WalletsApiFactory.html index a189cfde..08578135 100644 --- a/docs/functions/client_api.WalletsApiFactory.html +++ b/docs/functions/client_api.WalletsApiFactory.html @@ -2,22 +2,22 @@

    Parameters

    Returns {
        createWallet(createWalletRequest?, options?): AxiosPromise<Wallet>;
        getWallet(walletId, options?): AxiosPromise<Wallet>;
        getWalletBalance(walletId, assetId, options?): AxiosPromise<Balance>;
        listWalletBalances(walletId, options?): AxiosPromise<AddressBalanceList>;
        listWallets(limit?, page?, options?): AxiosPromise<WalletList>;
    }

    Export

    \ No newline at end of file +

    Throws

    Export

    \ No newline at end of file diff --git a/docs/functions/client_api.WalletsApiFp.html b/docs/functions/client_api.WalletsApiFp.html index 53d5505b..6bc52057 100644 --- a/docs/functions/client_api.WalletsApiFp.html +++ b/docs/functions/client_api.WalletsApiFp.html @@ -2,22 +2,22 @@

    Parameters

    Returns {
        createWallet(createWalletRequest?, options?): Promise<((axios?, basePath?) => AxiosPromise<Wallet>)>;
        getWallet(walletId, options?): Promise<((axios?, basePath?) => AxiosPromise<Wallet>)>;
        getWalletBalance(walletId, assetId, options?): Promise<((axios?, basePath?) => AxiosPromise<Balance>)>;
        listWalletBalances(walletId, options?): Promise<((axios?, basePath?) => AxiosPromise<AddressBalanceList>)>;
        listWallets(limit?, page?, options?): Promise<((axios?, basePath?) => AxiosPromise<WalletList>)>;
    }

    Export

    \ No newline at end of file +

    Throws

    Export

    \ No newline at end of file diff --git a/docs/functions/client_common.assertParamExists.html b/docs/functions/client_common.assertParamExists.html index 7fa3e8d1..a87482f0 100644 --- a/docs/functions/client_common.assertParamExists.html +++ b/docs/functions/client_common.assertParamExists.html @@ -1 +1 @@ -assertParamExists | @coinbase/coinbase-sdk
    • Parameters

      • functionName: string
      • paramName: string
      • paramValue: unknown

      Returns void

      Throws

      Export

    \ No newline at end of file +assertParamExists | @coinbase/coinbase-sdk
    • Parameters

      • functionName: string
      • paramName: string
      • paramValue: unknown

      Returns void

      Throws

      Export

    \ No newline at end of file diff --git a/docs/functions/client_common.createRequestFunction.html b/docs/functions/client_common.createRequestFunction.html index 5fea358c..802f89dd 100644 --- a/docs/functions/client_common.createRequestFunction.html +++ b/docs/functions/client_common.createRequestFunction.html @@ -1 +1 @@ -createRequestFunction | @coinbase/coinbase-sdk
    • Parameters

      Returns (<T, R>(axios?, basePath?) => Promise<R>)

        • <T, R>(axios?, basePath?): Promise<R>
        • Type Parameters

          • T = unknown
          • R = AxiosResponse<T, any>

          Parameters

          • axios: AxiosInstance = globalAxios
          • basePath: string = BASE_PATH

          Returns Promise<R>

      Export

    \ No newline at end of file +createRequestFunction | @coinbase/coinbase-sdk
    • Parameters

      Returns (<T, R>(axios?, basePath?) => Promise<R>)

        • <T, R>(axios?, basePath?): Promise<R>
        • Type Parameters

          • T = unknown
          • R = AxiosResponse<T, any>

          Parameters

          • axios: AxiosInstance = globalAxios
          • basePath: string = BASE_PATH

          Returns Promise<R>

      Export

    \ No newline at end of file diff --git a/docs/functions/client_common.serializeDataIfNeeded.html b/docs/functions/client_common.serializeDataIfNeeded.html index c029f4ac..a29d3eb9 100644 --- a/docs/functions/client_common.serializeDataIfNeeded.html +++ b/docs/functions/client_common.serializeDataIfNeeded.html @@ -1 +1 @@ -serializeDataIfNeeded | @coinbase/coinbase-sdk
    • Parameters

      • value: any
      • requestOptions: any
      • Optional configuration: Configuration

      Returns any

      Export

    \ No newline at end of file +serializeDataIfNeeded | @coinbase/coinbase-sdk
    • Parameters

      • value: any
      • requestOptions: any
      • Optional configuration: Configuration

      Returns any

      Export

    \ No newline at end of file diff --git a/docs/functions/client_common.setApiKeyToObject.html b/docs/functions/client_common.setApiKeyToObject.html index cdf256fc..a1fe6765 100644 --- a/docs/functions/client_common.setApiKeyToObject.html +++ b/docs/functions/client_common.setApiKeyToObject.html @@ -1 +1 @@ -setApiKeyToObject | @coinbase/coinbase-sdk
    • Parameters

      • object: any
      • keyParamName: string
      • Optional configuration: Configuration

      Returns Promise<void>

      Export

    \ No newline at end of file +setApiKeyToObject | @coinbase/coinbase-sdk
    • Parameters

      • object: any
      • keyParamName: string
      • Optional configuration: Configuration

      Returns Promise<void>

      Export

    \ No newline at end of file diff --git a/docs/functions/client_common.setBasicAuthToObject.html b/docs/functions/client_common.setBasicAuthToObject.html index c115c6ca..79592365 100644 --- a/docs/functions/client_common.setBasicAuthToObject.html +++ b/docs/functions/client_common.setBasicAuthToObject.html @@ -1 +1 @@ -setBasicAuthToObject | @coinbase/coinbase-sdk
    \ No newline at end of file +setBasicAuthToObject | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/functions/client_common.setBearerAuthToObject.html b/docs/functions/client_common.setBearerAuthToObject.html index 70a975e3..91e9af35 100644 --- a/docs/functions/client_common.setBearerAuthToObject.html +++ b/docs/functions/client_common.setBearerAuthToObject.html @@ -1 +1 @@ -setBearerAuthToObject | @coinbase/coinbase-sdk
    \ No newline at end of file +setBearerAuthToObject | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/functions/client_common.setOAuthToObject.html b/docs/functions/client_common.setOAuthToObject.html index 09291ac6..e955cff3 100644 --- a/docs/functions/client_common.setOAuthToObject.html +++ b/docs/functions/client_common.setOAuthToObject.html @@ -1 +1 @@ -setOAuthToObject | @coinbase/coinbase-sdk
    • Parameters

      • object: any
      • name: string
      • scopes: string[]
      • Optional configuration: Configuration

      Returns Promise<void>

      Export

    \ No newline at end of file +setOAuthToObject | @coinbase/coinbase-sdk
    • Parameters

      • object: any
      • name: string
      • scopes: string[]
      • Optional configuration: Configuration

      Returns Promise<void>

      Export

    \ No newline at end of file diff --git a/docs/functions/client_common.setSearchParams.html b/docs/functions/client_common.setSearchParams.html index f3791666..b0e5446c 100644 --- a/docs/functions/client_common.setSearchParams.html +++ b/docs/functions/client_common.setSearchParams.html @@ -1 +1 @@ -setSearchParams | @coinbase/coinbase-sdk
    • Parameters

      • url: URL
      • Rest ...objects: any[]

      Returns void

      Export

    \ No newline at end of file +setSearchParams | @coinbase/coinbase-sdk
    • Parameters

      • url: URL
      • Rest ...objects: any[]

      Returns void

      Export

    \ No newline at end of file diff --git a/docs/functions/client_common.toPathString.html b/docs/functions/client_common.toPathString.html index f70d61d5..64bc9d4b 100644 --- a/docs/functions/client_common.toPathString.html +++ b/docs/functions/client_common.toPathString.html @@ -1 +1 @@ -toPathString | @coinbase/coinbase-sdk
    \ No newline at end of file +toPathString | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/functions/coinbase_tests_utils.createAxiosMock.html b/docs/functions/coinbase_tests_utils.createAxiosMock.html index 4f55f360..8e873bed 100644 --- a/docs/functions/coinbase_tests_utils.createAxiosMock.html +++ b/docs/functions/coinbase_tests_utils.createAxiosMock.html @@ -1,3 +1,3 @@ createAxiosMock | @coinbase/coinbase-sdk
    • Returns an Axios instance with interceptors and configuration for testing.

      Returns AxiosMockType

      The Axios instance, configuration, and base path.

      -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/functions/coinbase_tests_utils.generateRandomHash.html b/docs/functions/coinbase_tests_utils.generateRandomHash.html index 6d48b957..75c7ae9d 100644 --- a/docs/functions/coinbase_tests_utils.generateRandomHash.html +++ b/docs/functions/coinbase_tests_utils.generateRandomHash.html @@ -1 +1 @@ -generateRandomHash | @coinbase/coinbase-sdk
    \ No newline at end of file +generateRandomHash | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/functions/coinbase_tests_utils.generateWalletFromSeed.html b/docs/functions/coinbase_tests_utils.generateWalletFromSeed.html index 492b2955..06941761 100644 --- a/docs/functions/coinbase_tests_utils.generateWalletFromSeed.html +++ b/docs/functions/coinbase_tests_utils.generateWalletFromSeed.html @@ -1 +1 @@ -generateWalletFromSeed | @coinbase/coinbase-sdk
    • Parameters

      • seed: string
      • count: number = 2

      Returns Record<string, string>

    \ No newline at end of file +generateWalletFromSeed | @coinbase/coinbase-sdk
    • Parameters

      • seed: string
      • count: number = 2

      Returns Record<string, string>

    \ No newline at end of file diff --git a/docs/functions/coinbase_tests_utils.getAddressFromHDKey.html b/docs/functions/coinbase_tests_utils.getAddressFromHDKey.html index 4bb41b69..723714e9 100644 --- a/docs/functions/coinbase_tests_utils.getAddressFromHDKey.html +++ b/docs/functions/coinbase_tests_utils.getAddressFromHDKey.html @@ -1 +1 @@ -getAddressFromHDKey | @coinbase/coinbase-sdk
    \ No newline at end of file +getAddressFromHDKey | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/functions/coinbase_tests_utils.mockFn.html b/docs/functions/coinbase_tests_utils.mockFn.html index a2455b66..850d6339 100644 --- a/docs/functions/coinbase_tests_utils.mockFn.html +++ b/docs/functions/coinbase_tests_utils.mockFn.html @@ -1 +1 @@ -mockFn | @coinbase/coinbase-sdk
    \ No newline at end of file +mockFn | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/functions/coinbase_tests_utils.mockReturnRejectedValue.html b/docs/functions/coinbase_tests_utils.mockReturnRejectedValue.html index 81724969..2b994187 100644 --- a/docs/functions/coinbase_tests_utils.mockReturnRejectedValue.html +++ b/docs/functions/coinbase_tests_utils.mockReturnRejectedValue.html @@ -1 +1 @@ -mockReturnRejectedValue | @coinbase/coinbase-sdk
    \ No newline at end of file +mockReturnRejectedValue | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/functions/coinbase_tests_utils.mockReturnValue.html b/docs/functions/coinbase_tests_utils.mockReturnValue.html index 287a9645..a338bc55 100644 --- a/docs/functions/coinbase_tests_utils.mockReturnValue.html +++ b/docs/functions/coinbase_tests_utils.mockReturnValue.html @@ -1 +1 @@ -mockReturnValue | @coinbase/coinbase-sdk
    \ No newline at end of file +mockReturnValue | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/functions/coinbase_tests_utils.newAddressModel.html b/docs/functions/coinbase_tests_utils.newAddressModel.html index 61084454..d4265e4e 100644 --- a/docs/functions/coinbase_tests_utils.newAddressModel.html +++ b/docs/functions/coinbase_tests_utils.newAddressModel.html @@ -1 +1 @@ -newAddressModel | @coinbase/coinbase-sdk
    \ No newline at end of file +newAddressModel | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/functions/coinbase_utils.convertStringToHex.html b/docs/functions/coinbase_utils.convertStringToHex.html index 8d4bd40c..5f19e822 100644 --- a/docs/functions/coinbase_utils.convertStringToHex.html +++ b/docs/functions/coinbase_utils.convertStringToHex.html @@ -1,4 +1,4 @@ convertStringToHex | @coinbase/coinbase-sdk
    • Converts a Uint8Array to a hex string.

      Parameters

      • key: Uint8Array

        The key to convert.

      Returns string

      The converted hex string.

      -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/functions/coinbase_utils.delay.html b/docs/functions/coinbase_utils.delay.html index 8fd30182..c3bb4a56 100644 --- a/docs/functions/coinbase_utils.delay.html +++ b/docs/functions/coinbase_utils.delay.html @@ -1,4 +1,4 @@ delay | @coinbase/coinbase-sdk
    • Delays the execution of the function by the specified number of seconds.

      Parameters

      • seconds: number

        The number of seconds to delay the execution.

      Returns Promise<void>

      A promise that resolves after the specified number of seconds.

      -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/functions/coinbase_utils.destinationToAddressHexString.html b/docs/functions/coinbase_utils.destinationToAddressHexString.html index dae0500d..52118d99 100644 --- a/docs/functions/coinbase_utils.destinationToAddressHexString.html +++ b/docs/functions/coinbase_utils.destinationToAddressHexString.html @@ -2,4 +2,4 @@

    Parameters

    Returns string

    The Address Hex string.

    Throws

    If the Destination is an unsupported type.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/functions/coinbase_utils.logApiResponse.html b/docs/functions/coinbase_utils.logApiResponse.html index e461f4c0..d9fff4ac 100644 --- a/docs/functions/coinbase_utils.logApiResponse.html +++ b/docs/functions/coinbase_utils.logApiResponse.html @@ -2,4 +2,4 @@

    Parameters

    Returns AxiosResponse<any, any>

    The Axios response object.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/functions/coinbase_utils.registerAxiosInterceptors.html b/docs/functions/coinbase_utils.registerAxiosInterceptors.html index 1d937a92..04151efa 100644 --- a/docs/functions/coinbase_utils.registerAxiosInterceptors.html +++ b/docs/functions/coinbase_utils.registerAxiosInterceptors.html @@ -2,4 +2,4 @@

    Parameters

    Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/hierarchy.html b/docs/hierarchy.html index 90dac2ac..245d7c98 100644 --- a/docs/hierarchy.html +++ b/docs/hierarchy.html @@ -1 +1 @@ -@coinbase/coinbase-sdk
    \ No newline at end of file +@coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/interfaces/client_api.Address.html b/docs/interfaces/client_api.Address.html index b005d522..92472d05 100644 --- a/docs/interfaces/client_api.Address.html +++ b/docs/interfaces/client_api.Address.html @@ -1,14 +1,14 @@ Address | @coinbase/coinbase-sdk

    Export

    Address

    -
    interface Address {
        address_id: string;
        network_id: string;
        public_key: string;
        wallet_id: string;
    }

    Properties

    interface Address {
        address_id: string;
        network_id: string;
        public_key: string;
        wallet_id: string;
    }

    Properties

    address_id: string

    The onchain address derived on the server-side.

    Memberof

    Address

    -
    network_id: string

    The ID of the blockchain network

    +
    network_id: string

    The ID of the blockchain network

    Memberof

    Address

    -
    public_key: string

    The public key from which the address is derived.

    +
    public_key: string

    The public key from which the address is derived.

    Memberof

    Address

    -
    wallet_id: string

    The ID of the wallet that owns the address

    +
    wallet_id: string

    The ID of the wallet that owns the address

    Memberof

    Address

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.AddressBalanceList.html b/docs/interfaces/client_api.AddressBalanceList.html index fe6e0be9..e909078a 100644 --- a/docs/interfaces/client_api.AddressBalanceList.html +++ b/docs/interfaces/client_api.AddressBalanceList.html @@ -1,13 +1,13 @@ AddressBalanceList | @coinbase/coinbase-sdk

    Export

    AddressBalanceList

    -
    interface AddressBalanceList {
        data: Balance[];
        has_more: boolean;
        next_page: string;
        total_count: number;
    }

    Properties

    interface AddressBalanceList {
        data: Balance[];
        has_more: boolean;
        next_page: string;
        total_count: number;
    }

    Properties

    data: Balance[]

    Memberof

    AddressBalanceList

    -
    has_more: boolean

    True if this list has another page of items after this one that can be fetched.

    +
    has_more: boolean

    True if this list has another page of items after this one that can be fetched.

    Memberof

    AddressBalanceList

    -
    next_page: string

    The page token to be used to fetch the next page.

    +
    next_page: string

    The page token to be used to fetch the next page.

    Memberof

    AddressBalanceList

    -
    total_count: number

    The total number of balances for the wallet.

    +
    total_count: number

    The total number of balances for the wallet.

    Memberof

    AddressBalanceList

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.AddressList.html b/docs/interfaces/client_api.AddressList.html index 61601d76..046d92e9 100644 --- a/docs/interfaces/client_api.AddressList.html +++ b/docs/interfaces/client_api.AddressList.html @@ -1,13 +1,13 @@ AddressList | @coinbase/coinbase-sdk

    Export

    AddressList

    -
    interface AddressList {
        data: Address[];
        has_more: boolean;
        next_page: string;
        total_count: number;
    }

    Properties

    interface AddressList {
        data: Address[];
        has_more: boolean;
        next_page: string;
        total_count: number;
    }

    Properties

    data: Address[]

    Memberof

    AddressList

    -
    has_more: boolean

    True if this list has another page of items after this one that can be fetched.

    +
    has_more: boolean

    True if this list has another page of items after this one that can be fetched.

    Memberof

    AddressList

    -
    next_page: string

    The page token to be used to fetch the next page.

    +
    next_page: string

    The page token to be used to fetch the next page.

    Memberof

    AddressList

    -
    total_count: number

    The total number of addresses for the wallet.

    +
    total_count: number

    The total number of addresses for the wallet.

    Memberof

    AddressList

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.AddressesApiInterface.html b/docs/interfaces/client_api.AddressesApiInterface.html new file mode 100644 index 00000000..8cd2b9f5 --- /dev/null +++ b/docs/interfaces/client_api.AddressesApiInterface.html @@ -0,0 +1,47 @@ +AddressesApiInterface | @coinbase/coinbase-sdk

    AddressesApi - interface

    +

    Export

    AddressesApi

    +
    interface AddressesApiInterface {
        createAddress(walletId, createAddressRequest?, options?): AxiosPromise<Address>;
        getAddress(walletId, addressId, options?): AxiosPromise<Address>;
        getAddressBalance(walletId, addressId, assetId, options?): AxiosPromise<Balance>;
        listAddressBalances(walletId, addressId, page?, options?): AxiosPromise<AddressBalanceList>;
        listAddresses(walletId, limit?, page?, options?): AxiosPromise<AddressList>;
        requestFaucetFunds(walletId, addressId, options?): AxiosPromise<FaucetTransaction>;
    }

    Implemented by

    Methods

    • Create a new address scoped to the wallet.

      +

      Parameters

      • walletId: string

        The ID of the wallet to create the address in.

        +
      • Optional createAddressRequest: CreateAddressRequest
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<Address>

      Summary

      Create a new address

      +

      Throws

      Memberof

      AddressesApiInterface

      +
    • Get address

      +

      Parameters

      • walletId: string

        The ID of the wallet the address belongs to.

        +
      • addressId: string

        The onchain address of the address that is being fetched.

        +
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<Address>

      Summary

      Get address by onchain address

      +

      Throws

      Memberof

      AddressesApiInterface

      +
    • Get address balance

      +

      Parameters

      • walletId: string

        The ID of the wallet to fetch the balance for

        +
      • addressId: string

        The onchain address of the address that is being fetched.

        +
      • assetId: string

        The symbol of the asset to fetch the balance for

        +
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<Balance>

      Summary

      Get address balance for asset

      +

      Throws

      Memberof

      AddressesApiInterface

      +
    • Get address balances

      +

      Parameters

      • walletId: string

        The ID of the wallet to fetch the balances for

        +
      • addressId: string

        The onchain address of the address that is being fetched.

        +
      • Optional page: string

        A cursor for pagination across multiple pages of results. Don&#39;t include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

        +
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<AddressBalanceList>

      Summary

      Get all balances for address

      +

      Throws

      Memberof

      AddressesApiInterface

      +
    • List addresses in the wallet.

      +

      Parameters

      • walletId: string

        The ID of the wallet whose addresses to fetch

        +
      • Optional limit: number

        A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

        +
      • Optional page: string

        A cursor for pagination across multiple pages of results. Don&#39;t include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

        +
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<AddressList>

      Summary

      List addresses in a wallet.

      +

      Throws

      Memberof

      AddressesApiInterface

      +
    • Request faucet funds to be sent to onchain address.

      +

      Parameters

      • walletId: string

        The ID of the wallet the address belongs to.

        +
      • addressId: string

        The onchain address of the address that is being fetched.

        +
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<FaucetTransaction>

      Summary

      Request faucet funds for onchain address.

      +

      Throws

      Memberof

      AddressesApiInterface

      +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.Asset.html b/docs/interfaces/client_api.Asset.html index f13eedd9..0b93c233 100644 --- a/docs/interfaces/client_api.Asset.html +++ b/docs/interfaces/client_api.Asset.html @@ -1,15 +1,15 @@ Asset | @coinbase/coinbase-sdk

    An asset onchain scoped to a particular network, e.g. ETH on base-sepolia, or the USDC ERC20 Token on ethereum-mainnet.

    Export

    Asset

    -
    interface Asset {
        asset_id: string;
        contract_address?: string;
        decimals?: number;
        network_id: string;
    }

    Properties

    interface Asset {
        asset_id: string;
        contract_address?: string;
        decimals?: number;
        network_id: string;
    }

    Properties

    asset_id: string

    The ID for the asset on the network

    Memberof

    Asset

    -
    contract_address?: string

    The optional contract address for the asset. This will be specified for smart contract-based assets, for example ERC20s.

    +
    contract_address?: string

    The optional contract address for the asset. This will be specified for smart contract-based assets, for example ERC20s.

    Memberof

    Asset

    -
    decimals?: number

    The number of decimals the asset supports. This is used to convert from atomic units to base units.

    +
    decimals?: number

    The number of decimals the asset supports. This is used to convert from atomic units to base units.

    Memberof

    Asset

    -
    network_id: string

    The ID of the blockchain network

    +
    network_id: string

    The ID of the blockchain network

    Memberof

    Asset

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.Balance.html b/docs/interfaces/client_api.Balance.html index 3e8ab81f..6ef68138 100644 --- a/docs/interfaces/client_api.Balance.html +++ b/docs/interfaces/client_api.Balance.html @@ -1,8 +1,8 @@ Balance | @coinbase/coinbase-sdk

    The balance of an asset onchain

    Export

    Balance

    -
    interface Balance {
        amount: string;
        asset: Asset;
    }

    Properties

    interface Balance {
        amount: string;
        asset: Asset;
    }

    Properties

    Properties

    amount: string

    The amount in the atomic units of the asset

    Memberof

    Balance

    -
    asset: Asset

    Memberof

    Balance

    -
    \ No newline at end of file +
    asset: Asset

    Memberof

    Balance

    +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.BroadcastTradeRequest.html b/docs/interfaces/client_api.BroadcastTradeRequest.html new file mode 100644 index 00000000..8462d3e7 --- /dev/null +++ b/docs/interfaces/client_api.BroadcastTradeRequest.html @@ -0,0 +1,5 @@ +BroadcastTradeRequest | @coinbase/coinbase-sdk

    Export

    BroadcastTradeRequest

    +
    interface BroadcastTradeRequest {
        signed_payload: string;
    }

    Properties

    Properties

    signed_payload: string

    The hex-encoded signed payload of the trade

    +

    Memberof

    BroadcastTradeRequest

    +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.BroadcastTransferRequest.html b/docs/interfaces/client_api.BroadcastTransferRequest.html index 81f307c3..9a196203 100644 --- a/docs/interfaces/client_api.BroadcastTransferRequest.html +++ b/docs/interfaces/client_api.BroadcastTransferRequest.html @@ -1,5 +1,5 @@ BroadcastTransferRequest | @coinbase/coinbase-sdk

    Export

    BroadcastTransferRequest

    -
    interface BroadcastTransferRequest {
        signed_payload: string;
    }

    Properties

    interface BroadcastTransferRequest {
        signed_payload: string;
    }

    Properties

    Properties

    signed_payload: string

    The hex-encoded signed payload of the transfer

    Memberof

    BroadcastTransferRequest

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.CreateAddressRequest.html b/docs/interfaces/client_api.CreateAddressRequest.html index f82f6872..70cb387e 100644 --- a/docs/interfaces/client_api.CreateAddressRequest.html +++ b/docs/interfaces/client_api.CreateAddressRequest.html @@ -1,8 +1,8 @@ CreateAddressRequest | @coinbase/coinbase-sdk

    Export

    CreateAddressRequest

    -
    interface CreateAddressRequest {
        attestation: string;
        public_key: string;
    }

    Properties

    Properties

    attestation: string

    An attestation signed by the private key that is associated with the wallet. The attestation will be a hex-encoded signature of a json payload with fields wallet_id and public_key, signed by the private key associated with the public_key set in the request.

    +
    interface CreateAddressRequest {
        attestation?: string;
        public_key?: string;
    }

    Properties

    attestation?: string

    An attestation signed by the private key that is associated with the wallet. The attestation will be a hex-encoded signature of a json payload with fields wallet_id and public_key, signed by the private key associated with the public_key set in the request.

    Memberof

    CreateAddressRequest

    -
    public_key: string

    The public key from which the address will be derived.

    +
    public_key?: string

    The public key from which the address will be derived.

    Memberof

    CreateAddressRequest

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.CreateServerSignerRequest.html b/docs/interfaces/client_api.CreateServerSignerRequest.html new file mode 100644 index 00000000..fa194017 --- /dev/null +++ b/docs/interfaces/client_api.CreateServerSignerRequest.html @@ -0,0 +1,8 @@ +CreateServerSignerRequest | @coinbase/coinbase-sdk

    Export

    CreateServerSignerRequest

    +
    interface CreateServerSignerRequest {
        enrollment_data: string;
        server_signer_id: string;
    }

    Properties

    enrollment_data: string

    The enrollment data of the server signer. This will be the base64 encoded server-signer-id.

    +

    Memberof

    CreateServerSignerRequest

    +
    server_signer_id: string

    The ID of the server signer

    +

    Memberof

    CreateServerSignerRequest

    +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.CreateTradeRequest.html b/docs/interfaces/client_api.CreateTradeRequest.html new file mode 100644 index 00000000..6d534299 --- /dev/null +++ b/docs/interfaces/client_api.CreateTradeRequest.html @@ -0,0 +1,11 @@ +CreateTradeRequest | @coinbase/coinbase-sdk

    Export

    CreateTradeRequest

    +
    interface CreateTradeRequest {
        amount: string;
        from_asset_id: string;
        to_asset_id: string;
    }

    Properties

    amount: string

    The amount to trade

    +

    Memberof

    CreateTradeRequest

    +
    from_asset_id: string

    The ID of the asset to trade

    +

    Memberof

    CreateTradeRequest

    +
    to_asset_id: string

    The ID of the asset to receive from the trade

    +

    Memberof

    CreateTradeRequest

    +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.CreateTransferRequest.html b/docs/interfaces/client_api.CreateTransferRequest.html index ba4dea52..34c58c6f 100644 --- a/docs/interfaces/client_api.CreateTransferRequest.html +++ b/docs/interfaces/client_api.CreateTransferRequest.html @@ -1,14 +1,14 @@ CreateTransferRequest | @coinbase/coinbase-sdk

    Export

    CreateTransferRequest

    -
    interface CreateTransferRequest {
        amount: string;
        asset_id: string;
        destination: string;
        network_id: string;
    }

    Properties

    interface CreateTransferRequest {
        amount: string;
        asset_id: string;
        destination: string;
        network_id: string;
    }

    Properties

    amount: string

    The amount to transfer

    Memberof

    CreateTransferRequest

    -
    asset_id: string

    The ID of the asset to transfer

    +
    asset_id: string

    The ID of the asset to transfer

    Memberof

    CreateTransferRequest

    -
    destination: string

    The destination address

    +
    destination: string

    The destination address

    Memberof

    CreateTransferRequest

    -
    network_id: string

    The ID of the blockchain network

    +
    network_id: string

    The ID of the blockchain network

    Memberof

    CreateTransferRequest

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.CreateWalletRequest.html b/docs/interfaces/client_api.CreateWalletRequest.html index 74b0d54d..2546cfc4 100644 --- a/docs/interfaces/client_api.CreateWalletRequest.html +++ b/docs/interfaces/client_api.CreateWalletRequest.html @@ -1,4 +1,4 @@ CreateWalletRequest | @coinbase/coinbase-sdk

    Export

    CreateWalletRequest

    -
    interface CreateWalletRequest {
        wallet: Wallet;
    }

    Properties

    Properties

    wallet: Wallet

    Memberof

    CreateWalletRequest

    -
    \ No newline at end of file +
    interface CreateWalletRequest {
        wallet: CreateWalletRequestWallet;
    }

    Properties

    Properties

    Memberof

    CreateWalletRequest

    +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.CreateWalletRequestWallet.html b/docs/interfaces/client_api.CreateWalletRequestWallet.html new file mode 100644 index 00000000..301be1de --- /dev/null +++ b/docs/interfaces/client_api.CreateWalletRequestWallet.html @@ -0,0 +1,9 @@ +CreateWalletRequestWallet | @coinbase/coinbase-sdk

    Parameters for configuring a wallet

    +

    Export

    CreateWalletRequestWallet

    +
    interface CreateWalletRequestWallet {
        network_id: string;
        use_server_signer?: boolean;
    }

    Properties

    network_id: string

    The ID of the blockchain network

    +

    Memberof

    CreateWalletRequestWallet

    +
    use_server_signer?: boolean

    Whether the wallet should use the project's server signer or if the addresses in the wallets will belong to a private key the developer manages. Defaults to false.

    +

    Memberof

    CreateWalletRequestWallet

    +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.FaucetTransaction.html b/docs/interfaces/client_api.FaucetTransaction.html index d666a67b..b0bde302 100644 --- a/docs/interfaces/client_api.FaucetTransaction.html +++ b/docs/interfaces/client_api.FaucetTransaction.html @@ -1,5 +1,5 @@ FaucetTransaction | @coinbase/coinbase-sdk

    Export

    FaucetTransaction

    -
    interface FaucetTransaction {
        transaction_hash: string;
    }

    Properties

    interface FaucetTransaction {
        transaction_hash: string;
    }

    Properties

    Properties

    transaction_hash: string

    The transaction hash of the transaction the faucet created.

    Memberof

    FaucetTransaction

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.ModelError.html b/docs/interfaces/client_api.ModelError.html index 418fc7fa..74a121e2 100644 --- a/docs/interfaces/client_api.ModelError.html +++ b/docs/interfaces/client_api.ModelError.html @@ -1,9 +1,9 @@ ModelError | @coinbase/coinbase-sdk

    An error response from the Coinbase Developer Platform API

    Export

    ModelError

    -
    interface ModelError {
        code: string;
        message: string;
    }

    Properties

    interface ModelError {
        code: string;
        message: string;
    }

    Properties

    Properties

    code: string

    A short string representing the reported error. Can be use to handle errors programmatically.

    Memberof

    ModelError

    -
    message: string

    A human-readable message providing more details about the error.

    +
    message: string

    A human-readable message providing more details about the error.

    Memberof

    ModelError

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.SeedCreationEvent.html b/docs/interfaces/client_api.SeedCreationEvent.html new file mode 100644 index 00000000..d4549763 --- /dev/null +++ b/docs/interfaces/client_api.SeedCreationEvent.html @@ -0,0 +1,9 @@ +SeedCreationEvent | @coinbase/coinbase-sdk

    An event representing a seed creation.

    +

    Export

    SeedCreationEvent

    +
    interface SeedCreationEvent {
        wallet_id: string;
        wallet_user_id: string;
    }

    Properties

    wallet_id: string

    The ID of the wallet that the server-signer should create the seed for

    +

    Memberof

    SeedCreationEvent

    +
    wallet_user_id: string

    The ID of the user that the wallet belongs to

    +

    Memberof

    SeedCreationEvent

    +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.SeedCreationEventResult.html b/docs/interfaces/client_api.SeedCreationEventResult.html new file mode 100644 index 00000000..5c8211ad --- /dev/null +++ b/docs/interfaces/client_api.SeedCreationEventResult.html @@ -0,0 +1,15 @@ +SeedCreationEventResult | @coinbase/coinbase-sdk

    The result to a SeedCreationEvent.

    +

    Export

    SeedCreationEventResult

    +
    interface SeedCreationEventResult {
        extended_public_key: string;
        seed_id: string;
        wallet_id: string;
        wallet_user_id: string;
    }

    Properties

    extended_public_key: string

    The extended public key for the first master key derived from seed.

    +

    Memberof

    SeedCreationEventResult

    +
    seed_id: string

    The ID of the seed in Server-Signer used to generate the extended public key.

    +

    Memberof

    SeedCreationEventResult

    +
    wallet_id: string

    The ID of the wallet that the seed was created for

    +

    Memberof

    SeedCreationEventResult

    +
    wallet_user_id: string

    The ID of the user that the wallet belongs to

    +

    Memberof

    SeedCreationEventResult

    +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.ServerSigner.html b/docs/interfaces/client_api.ServerSigner.html new file mode 100644 index 00000000..5f96107b --- /dev/null +++ b/docs/interfaces/client_api.ServerSigner.html @@ -0,0 +1,9 @@ +ServerSigner | @coinbase/coinbase-sdk

    A Server-Signer assigned to sign transactions in a wallet.

    +

    Export

    ServerSigner

    +
    interface ServerSigner {
        server_signer_id: string;
        wallets?: string[];
    }

    Properties

    server_signer_id: string

    The ID of the server-signer

    +

    Memberof

    ServerSigner

    +
    wallets?: string[]

    The IDs of the wallets that the server-signer can sign for

    +

    Memberof

    ServerSigner

    +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.ServerSignerEvent.html b/docs/interfaces/client_api.ServerSignerEvent.html new file mode 100644 index 00000000..f47e9fa1 --- /dev/null +++ b/docs/interfaces/client_api.ServerSignerEvent.html @@ -0,0 +1,8 @@ +ServerSignerEvent | @coinbase/coinbase-sdk

    An event that is waiting to be processed by a Server-Signer.

    +

    Export

    ServerSignerEvent

    +
    interface ServerSignerEvent {
        event: ServerSignerEventEvent;
        server_signer_id: string;
    }

    Properties

    Properties

    Memberof

    ServerSignerEvent

    +
    server_signer_id: string

    The ID of the server-signer that the event is for

    +

    Memberof

    ServerSignerEvent

    +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.ServerSignerEventList.html b/docs/interfaces/client_api.ServerSignerEventList.html new file mode 100644 index 00000000..a361fc41 --- /dev/null +++ b/docs/interfaces/client_api.ServerSignerEventList.html @@ -0,0 +1,13 @@ +ServerSignerEventList | @coinbase/coinbase-sdk

    Export

    ServerSignerEventList

    +
    interface ServerSignerEventList {
        data: ServerSignerEvent[];
        has_more: boolean;
        next_page: string;
        total_count: number;
    }

    Properties

    Memberof

    ServerSignerEventList

    +
    has_more: boolean

    True if this list has another page of items after this one that can be fetched.

    +

    Memberof

    ServerSignerEventList

    +
    next_page: string

    The page token to be used to fetch the next page.

    +

    Memberof

    ServerSignerEventList

    +
    total_count: number

    The total number of events for the server signer.

    +

    Memberof

    ServerSignerEventList

    +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.ServerSignersApiInterface.html b/docs/interfaces/client_api.ServerSignersApiInterface.html new file mode 100644 index 00000000..d202498d --- /dev/null +++ b/docs/interfaces/client_api.ServerSignersApiInterface.html @@ -0,0 +1,39 @@ +ServerSignersApiInterface | @coinbase/coinbase-sdk

    ServerSignersApi - interface

    +

    Export

    ServerSignersApi

    +
    interface ServerSignersApiInterface {
        createServerSigner(createServerSignerRequest?, options?): AxiosPromise<ServerSigner>;
        getServerSigner(serverSignerId, options?): AxiosPromise<ServerSigner>;
        listServerSignerEvents(serverSignerId, limit?, page?, options?): AxiosPromise<ServerSignerEventList>;
        listServerSigners(options?): AxiosPromise<ServerSigner>;
        submitServerSignerSeedEventResult(serverSignerId, seedCreationEventResult?, options?): AxiosPromise<SeedCreationEventResult>;
        submitServerSignerSignatureEventResult(serverSignerId, signatureCreationEventResult?, options?): AxiosPromise<SignatureCreationEventResult>;
    }

    Implemented by

    Methods

    • Create a new Server-Signer

      +

      Parameters

      • Optional createServerSignerRequest: CreateServerSignerRequest
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<ServerSigner>

      Summary

      Create a new Server-Signer

      +

      Throws

      Memberof

      ServerSignersApiInterface

      +
    • Get a server signer by ID

      +

      Parameters

      • serverSignerId: string

        The ID of the server signer to fetch

        +
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<ServerSigner>

      Summary

      Get a server signer by ID

      +

      Throws

      Memberof

      ServerSignersApiInterface

      +
    • List events for a server signer

      +

      Parameters

      • serverSignerId: string

        The ID of the server signer to fetch events for

        +
      • Optional limit: number

        A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

        +
      • Optional page: string

        A cursor for pagination across multiple pages of results. Don&#39;t include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

        +
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<ServerSignerEventList>

      Summary

      List events for a server signer

      +

      Throws

      Memberof

      ServerSignersApiInterface

      +
    • List server signers for the current project

      +

      Parameters

      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<ServerSigner>

      Summary

      List server signers for the current project

      +

      Throws

      Memberof

      ServerSignersApiInterface

      +
    • Submit the result of a server signer event

      +

      Parameters

      • serverSignerId: string

        The ID of the server signer to submit the event result for

        +
      • Optional seedCreationEventResult: SeedCreationEventResult
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<SeedCreationEventResult>

      Summary

      Submit the result of a server signer event

      +

      Throws

      Memberof

      ServerSignersApiInterface

      +
    • Submit the result of a server signer event

      +

      Parameters

      • serverSignerId: string

        The ID of the server signer to submit the event result for

        +
      • Optional signatureCreationEventResult: SignatureCreationEventResult
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<SignatureCreationEventResult>

      Summary

      Submit the result of a server signer event

      +

      Throws

      Memberof

      ServerSignersApiInterface

      +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.SignatureCreationEvent.html b/docs/interfaces/client_api.SignatureCreationEvent.html new file mode 100644 index 00000000..e99e7897 --- /dev/null +++ b/docs/interfaces/client_api.SignatureCreationEvent.html @@ -0,0 +1,26 @@ +SignatureCreationEvent | @coinbase/coinbase-sdk

    An event representing a signature creation.

    +

    Export

    SignatureCreationEvent

    +
    interface SignatureCreationEvent {
        address_id: string;
        address_index: number;
        seed_id: string;
        signing_payload: string;
        transaction_id: string;
        transaction_type: "transfer";
        wallet_id: string;
        wallet_user_id: string;
    }

    Properties

    address_id: string

    The ID of the address the transfer belongs to

    +

    Memberof

    SignatureCreationEvent

    +
    address_index: number

    The index of the address that the server-signer should sign with

    +

    Memberof

    SignatureCreationEvent

    +
    seed_id: string

    The ID of the seed that the server-signer should create the signature for

    +

    Memberof

    SignatureCreationEvent

    +
    signing_payload: string

    The payload that the server-signer should sign

    +

    Memberof

    SignatureCreationEvent

    +
    transaction_id: string

    The ID of the transaction that the server-signer should sign

    +

    Memberof

    SignatureCreationEvent

    +
    transaction_type: "transfer"

    Memberof

    SignatureCreationEvent

    +
    wallet_id: string

    The ID of the wallet the signature is for

    +

    Memberof

    SignatureCreationEvent

    +
    wallet_user_id: string

    The ID of the user that the wallet belongs to

    +

    Memberof

    SignatureCreationEvent

    +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.SignatureCreationEventResult.html b/docs/interfaces/client_api.SignatureCreationEventResult.html new file mode 100644 index 00000000..7feda58a --- /dev/null +++ b/docs/interfaces/client_api.SignatureCreationEventResult.html @@ -0,0 +1,20 @@ +SignatureCreationEventResult | @coinbase/coinbase-sdk

    The result to a SignatureCreationEvent.

    +

    Export

    SignatureCreationEventResult

    +
    interface SignatureCreationEventResult {
        address_id: string;
        signature: string;
        transaction_id: string;
        transaction_type: "transfer";
        wallet_id: string;
        wallet_user_id: string;
    }

    Properties

    address_id: string

    The ID of the address the transfer belongs to

    +

    Memberof

    SignatureCreationEventResult

    +
    signature: string

    The signature created by the server-signer.

    +

    Memberof

    SignatureCreationEventResult

    +
    transaction_id: string

    The ID of the transaction that the Server-Signer has signed for

    +

    Memberof

    SignatureCreationEventResult

    +
    transaction_type: "transfer"

    Memberof

    SignatureCreationEventResult

    +
    wallet_id: string

    The ID of the wallet that the event was created for.

    +

    Memberof

    SignatureCreationEventResult

    +
    wallet_user_id: string

    The ID of the user that the wallet belongs to

    +

    Memberof

    SignatureCreationEventResult

    +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.Trade.html b/docs/interfaces/client_api.Trade.html new file mode 100644 index 00000000..fea26507 --- /dev/null +++ b/docs/interfaces/client_api.Trade.html @@ -0,0 +1,27 @@ +Trade | @coinbase/coinbase-sdk

    A trade of an asset to another asset

    +

    Export

    Trade

    +
    interface Trade {
        address_id: string;
        from_amount: string;
        from_asset: Asset;
        network_id: string;
        to_amount: string;
        to_asset: Asset;
        trade_id: string;
        transaction: Transaction;
        wallet_id: string;
    }

    Properties

    address_id: string

    The onchain address of the sender

    +

    Memberof

    Trade

    +
    from_amount: string

    The amount of the from asset to be traded (in atomic units of the from asset)

    +

    Memberof

    Trade

    +
    from_asset: Asset

    Memberof

    Trade

    +
    network_id: string

    The ID of the blockchain network

    +

    Memberof

    Trade

    +
    to_amount: string

    The amount of the to asset that will be received (in atomic units of the to asset)

    +

    Memberof

    Trade

    +
    to_asset: Asset

    Memberof

    Trade

    +
    trade_id: string

    The ID of the trade

    +

    Memberof

    Trade

    +
    transaction: Transaction

    Memberof

    Trade

    +
    wallet_id: string

    The ID of the wallet that owns the from address

    +

    Memberof

    Trade

    +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.TradeList.html b/docs/interfaces/client_api.TradeList.html new file mode 100644 index 00000000..65712ca2 --- /dev/null +++ b/docs/interfaces/client_api.TradeList.html @@ -0,0 +1,13 @@ +TradeList | @coinbase/coinbase-sdk

    Export

    TradeList

    +
    interface TradeList {
        data: Trade[];
        has_more: boolean;
        next_page: string;
        total_count: number;
    }

    Properties

    data: Trade[]

    Memberof

    TradeList

    +
    has_more: boolean

    True if this list has another page of items after this one that can be fetched.

    +

    Memberof

    TradeList

    +
    next_page: string

    The page token to be used to fetch the next page.

    +

    Memberof

    TradeList

    +
    total_count: number

    The total number of trades for the address in the wallet.

    +

    Memberof

    TradeList

    +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.TradesApiInterface.html b/docs/interfaces/client_api.TradesApiInterface.html new file mode 100644 index 00000000..bbe5b749 --- /dev/null +++ b/docs/interfaces/client_api.TradesApiInterface.html @@ -0,0 +1,35 @@ +TradesApiInterface | @coinbase/coinbase-sdk

    TradesApi - interface

    +

    Export

    TradesApi

    +
    interface TradesApiInterface {
        broadcastTrade(walletId, addressId, tradeId, broadcastTradeRequest, options?): AxiosPromise<Trade>;
        createTrade(walletId, addressId, createTradeRequest, options?): AxiosPromise<Trade>;
        getTrade(walletId, addressId, tradeId, options?): AxiosPromise<Trade>;
        listTrades(walletId, addressId, limit?, page?, options?): AxiosPromise<TradeList>;
    }

    Implemented by

    Methods

    • Broadcast a trade

      +

      Parameters

      • walletId: string

        The ID of the wallet the address belongs to

        +
      • addressId: string

        The ID of the address the trade belongs to

        +
      • tradeId: string

        The ID of the trade to broadcast

        +
      • broadcastTradeRequest: BroadcastTradeRequest
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<Trade>

      Summary

      Broadcast a trade

      +

      Throws

      Memberof

      TradesApiInterface

      +
    • Create a new trade

      +

      Parameters

      • walletId: string

        The ID of the wallet the source address belongs to

        +
      • addressId: string

        The ID of the address to conduct the trade from

        +
      • createTradeRequest: CreateTradeRequest
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<Trade>

      Summary

      Create a new trade for an address

      +

      Throws

      Memberof

      TradesApiInterface

      +
    • Get a trade by ID

      +

      Parameters

      • walletId: string

        The ID of the wallet the address belongs to

        +
      • addressId: string

        The ID of the address the trade belongs to

        +
      • tradeId: string

        The ID of the trade to fetch

        +
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<Trade>

      Summary

      Get a trade by ID

      +

      Throws

      Memberof

      TradesApiInterface

      +
    • List trades for an address.

      +

      Parameters

      • walletId: string

        The ID of the wallet the address belongs to

        +
      • addressId: string

        The ID of the address to list trades for

        +
      • Optional limit: number

        A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

        +
      • Optional page: string

        A cursor for pagination across multiple pages of results. Don&#39;t include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

        +
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<TradeList>

      Summary

      List trades for an address.

      +

      Throws

      Memberof

      TradesApiInterface

      +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.Transaction.html b/docs/interfaces/client_api.Transaction.html new file mode 100644 index 00000000..4518da8b --- /dev/null +++ b/docs/interfaces/client_api.Transaction.html @@ -0,0 +1,21 @@ +Transaction | @coinbase/coinbase-sdk

    An onchain transaction.

    +

    Export

    Transaction

    +
    interface Transaction {
        from_address_id: string;
        network_id: string;
        signed_payload?: string;
        status: TransactionStatusEnum;
        transaction_hash?: string;
        unsigned_payload: string;
    }

    Properties

    from_address_id: string

    The onchain address of the sender

    +

    Memberof

    Transaction

    +
    network_id: string

    The ID of the blockchain network

    +

    Memberof

    Transaction

    +
    signed_payload?: string

    The signed payload of the transaction. This is the payload that has been signed by the sender.

    +

    Memberof

    Transaction

    +

    The status of the transaction

    +

    Memberof

    Transaction

    +
    transaction_hash?: string

    The hash of the transaction

    +

    Memberof

    Transaction

    +
    unsigned_payload: string

    The unsigned payload of the transaction. This is the payload that needs to be signed by the sender.

    +

    Memberof

    Transaction

    +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.Transfer.html b/docs/interfaces/client_api.Transfer.html index 6002c24a..59d39226 100644 --- a/docs/interfaces/client_api.Transfer.html +++ b/docs/interfaces/client_api.Transfer.html @@ -1,6 +1,6 @@ Transfer | @coinbase/coinbase-sdk

    A transfer of an asset from one address to another

    Export

    Transfer

    -
    interface Transfer {
        address_id: string;
        amount: string;
        asset_id: string;
        destination: string;
        network_id: string;
        signed_payload?: string;
        status: TransferStatusEnum;
        transaction_hash?: string;
        transfer_id: string;
        unsigned_payload: string;
        wallet_id: string;
    }

    Properties

    interface Transfer {
        address_id: string;
        amount: string;
        asset_id: string;
        destination: string;
        network_id: string;
        signed_payload?: string;
        status: TransferStatusEnum;
        transaction_hash?: string;
        transfer_id: string;
        unsigned_payload: string;
        wallet_id: string;
    }

    Properties

    Properties

    address_id: string

    The onchain address of the sender

    Memberof

    Transfer

    -
    amount: string

    The amount in the atomic units of the asset

    +
    amount: string

    The amount in the atomic units of the asset

    Memberof

    Transfer

    -
    asset_id: string

    The ID of the asset being transferred

    +
    asset_id: string

    The ID of the asset being transferred

    Memberof

    Transfer

    -
    destination: string

    The onchain address of the recipient

    +
    destination: string

    The onchain address of the recipient

    Memberof

    Transfer

    -
    network_id: string

    The ID of the blockchain network

    +
    network_id: string

    The ID of the blockchain network

    Memberof

    Transfer

    -
    signed_payload?: string

    The signed payload of the transfer. This is the payload that has been signed by the sender.

    +
    signed_payload?: string

    The signed payload of the transfer. This is the payload that has been signed by the sender.

    Memberof

    Transfer

    -

    The status of the transfer

    +

    The status of the transfer

    Memberof

    Transfer

    -
    transaction_hash?: string

    The hash of the transfer transaction

    +
    transaction_hash?: string

    The hash of the transfer transaction

    Memberof

    Transfer

    -
    transfer_id: string

    The ID of the transfer

    +
    transfer_id: string

    The ID of the transfer

    Memberof

    Transfer

    -
    unsigned_payload: string

    The unsigned payload of the transfer. This is the payload that needs to be signed by the sender.

    +
    unsigned_payload: string

    The unsigned payload of the transfer. This is the payload that needs to be signed by the sender.

    Memberof

    Transfer

    -
    wallet_id: string

    The ID of the wallet that owns the from address

    +
    wallet_id: string

    The ID of the wallet that owns the from address

    Memberof

    Transfer

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.TransferList.html b/docs/interfaces/client_api.TransferList.html index 9ea5e8f8..030bb61e 100644 --- a/docs/interfaces/client_api.TransferList.html +++ b/docs/interfaces/client_api.TransferList.html @@ -1,13 +1,13 @@ TransferList | @coinbase/coinbase-sdk

    Export

    TransferList

    -
    interface TransferList {
        data: Transfer[];
        has_more: boolean;
        next_page: string;
        total_count: number;
    }

    Properties

    interface TransferList {
        data: Transfer[];
        has_more: boolean;
        next_page: string;
        total_count: number;
    }

    Properties

    data: Transfer[]

    Memberof

    TransferList

    -
    has_more: boolean

    True if this list has another page of items after this one that can be fetched.

    +
    has_more: boolean

    True if this list has another page of items after this one that can be fetched.

    Memberof

    TransferList

    -
    next_page: string

    The page token to be used to fetch the next page.

    +
    next_page: string

    The page token to be used to fetch the next page.

    Memberof

    TransferList

    -
    total_count: number

    The total number of transfers for the address in the wallet.

    +
    total_count: number

    The total number of transfers for the address in the wallet.

    Memberof

    TransferList

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.TransfersApiInterface.html b/docs/interfaces/client_api.TransfersApiInterface.html new file mode 100644 index 00000000..130b53d7 --- /dev/null +++ b/docs/interfaces/client_api.TransfersApiInterface.html @@ -0,0 +1,35 @@ +TransfersApiInterface | @coinbase/coinbase-sdk

    TransfersApi - interface

    +

    Export

    TransfersApi

    +
    interface TransfersApiInterface {
        broadcastTransfer(walletId, addressId, transferId, broadcastTransferRequest, options?): AxiosPromise<Transfer>;
        createTransfer(walletId, addressId, createTransferRequest, options?): AxiosPromise<Transfer>;
        getTransfer(walletId, addressId, transferId, options?): AxiosPromise<Transfer>;
        listTransfers(walletId, addressId, limit?, page?, options?): AxiosPromise<TransferList>;
    }

    Implemented by

    Methods

    • Broadcast a transfer

      +

      Parameters

      • walletId: string

        The ID of the wallet the address belongs to

        +
      • addressId: string

        The ID of the address the transfer belongs to

        +
      • transferId: string

        The ID of the transfer to broadcast

        +
      • broadcastTransferRequest: BroadcastTransferRequest
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<Transfer>

      Summary

      Broadcast a transfer

      +

      Throws

      Memberof

      TransfersApiInterface

      +
    • Create a new transfer

      +

      Parameters

      • walletId: string

        The ID of the wallet the source address belongs to

        +
      • addressId: string

        The ID of the address to transfer from

        +
      • createTransferRequest: CreateTransferRequest
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<Transfer>

      Summary

      Create a new transfer for an address

      +

      Throws

      Memberof

      TransfersApiInterface

      +
    • Get a transfer by ID

      +

      Parameters

      • walletId: string

        The ID of the wallet the address belongs to

        +
      • addressId: string

        The ID of the address the transfer belongs to

        +
      • transferId: string

        The ID of the transfer to fetch

        +
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<Transfer>

      Summary

      Get a transfer by ID

      +

      Throws

      Memberof

      TransfersApiInterface

      +
    • List transfers for an address.

      +

      Parameters

      • walletId: string

        The ID of the wallet the address belongs to

        +
      • addressId: string

        The ID of the address to list transfers for

        +
      • Optional limit: number

        A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

        +
      • Optional page: string

        A cursor for pagination across multiple pages of results. Don&#39;t include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

        +
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<TransferList>

      Summary

      List transfers for an address.

      +

      Throws

      Memberof

      TransfersApiInterface

      +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.User.html b/docs/interfaces/client_api.User.html index 15169907..3b74a1ee 100644 --- a/docs/interfaces/client_api.User.html +++ b/docs/interfaces/client_api.User.html @@ -1,7 +1,7 @@ User | @coinbase/coinbase-sdk

    Export

    User

    -
    interface User {
        display_name?: string;
        id: string;
    }

    Properties

    interface User {
        display_name?: string;
        id: string;
    }

    Properties

    Properties

    display_name?: string

    Memberof

    User

    -
    id: string

    The ID of the user

    +
    id: string

    The ID of the user

    Memberof

    User

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.UsersApiInterface.html b/docs/interfaces/client_api.UsersApiInterface.html new file mode 100644 index 00000000..553b06b9 --- /dev/null +++ b/docs/interfaces/client_api.UsersApiInterface.html @@ -0,0 +1,8 @@ +UsersApiInterface | @coinbase/coinbase-sdk

    UsersApi - interface

    +

    Export

    UsersApi

    +
    interface UsersApiInterface {
        getCurrentUser(options?): AxiosPromise<User>;
    }

    Implemented by

    Methods

    • Get current user

      +

      Parameters

      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<User>

      Summary

      Get current user

      +

      Throws

      Memberof

      UsersApiInterface

      +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.Wallet.html b/docs/interfaces/client_api.Wallet.html index f6d0e7c7..83ab6c42 100644 --- a/docs/interfaces/client_api.Wallet.html +++ b/docs/interfaces/client_api.Wallet.html @@ -1,10 +1,13 @@ Wallet | @coinbase/coinbase-sdk

    Export

    Wallet

    -
    interface Wallet {
        default_address?: Address;
        id?: string;
        network_id: string;
    }

    Properties

    interface Wallet {
        default_address?: Address;
        id: string;
        network_id: string;
        server_signer_status?: WalletServerSignerStatusEnum;
    }

    Properties

    default_address?: Address

    Memberof

    Wallet

    -
    id?: string

    The server-assigned ID for the wallet.

    +
    id: string

    The server-assigned ID for the wallet.

    Memberof

    Wallet

    -
    network_id: string

    The ID of the blockchain network

    +
    network_id: string

    The ID of the blockchain network

    Memberof

    Wallet

    -
    \ No newline at end of file +
    server_signer_status?: WalletServerSignerStatusEnum

    The status of the Server-Signer for the wallet if present.

    +

    Memberof

    Wallet

    +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.WalletList.html b/docs/interfaces/client_api.WalletList.html index 28e772a6..dbe900f7 100644 --- a/docs/interfaces/client_api.WalletList.html +++ b/docs/interfaces/client_api.WalletList.html @@ -1,14 +1,14 @@ WalletList | @coinbase/coinbase-sdk

    Paginated list of wallets

    Export

    WalletList

    -
    interface WalletList {
        data: Wallet[];
        has_more: boolean;
        next_page: string;
        total_count: number;
    }

    Properties

    interface WalletList {
        data: Wallet[];
        has_more: boolean;
        next_page: string;
        total_count: number;
    }

    Properties

    data: Wallet[]

    Memberof

    WalletList

    -
    has_more: boolean

    True if this list has another page of items after this one that can be fetched.

    +
    has_more: boolean

    True if this list has another page of items after this one that can be fetched.

    Memberof

    WalletList

    -
    next_page: string

    The page token to be used to fetch the next page.

    +
    next_page: string

    The page token to be used to fetch the next page.

    Memberof

    WalletList

    -
    total_count: number

    The total number of wallets

    +
    total_count: number

    The total number of wallets

    Memberof

    WalletList

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/interfaces/client_api.WalletsApiInterface.html b/docs/interfaces/client_api.WalletsApiInterface.html new file mode 100644 index 00000000..b1bd17e0 --- /dev/null +++ b/docs/interfaces/client_api.WalletsApiInterface.html @@ -0,0 +1,34 @@ +WalletsApiInterface | @coinbase/coinbase-sdk

    WalletsApi - interface

    +

    Export

    WalletsApi

    +
    interface WalletsApiInterface {
        createWallet(createWalletRequest?, options?): AxiosPromise<Wallet>;
        getWallet(walletId, options?): AxiosPromise<Wallet>;
        getWalletBalance(walletId, assetId, options?): AxiosPromise<Balance>;
        listWalletBalances(walletId, options?): AxiosPromise<AddressBalanceList>;
        listWallets(limit?, page?, options?): AxiosPromise<WalletList>;
    }

    Implemented by

    Methods

    • Create a new wallet scoped to the user.

      +

      Parameters

      • Optional createWalletRequest: CreateWalletRequest
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<Wallet>

      Summary

      Create a new wallet

      +

      Throws

      Memberof

      WalletsApiInterface

      +
    • Get wallet

      +

      Parameters

      • walletId: string

        The ID of the wallet to fetch

        +
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<Wallet>

      Summary

      Get wallet by ID

      +

      Throws

      Memberof

      WalletsApiInterface

      +
    • Get the aggregated balance of an asset across all of the addresses in the wallet.

      +

      Parameters

      • walletId: string

        The ID of the wallet to fetch the balance for

        +
      • assetId: string

        The symbol of the asset to fetch the balance for

        +
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<Balance>

      Summary

      Get the balance of an asset in the wallet

      +

      Throws

      Memberof

      WalletsApiInterface

      +
    • List the balances of all of the addresses in the wallet aggregated by asset.

      +

      Parameters

      • walletId: string

        The ID of the wallet to fetch the balances for

        +
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<AddressBalanceList>

      Summary

      List wallet balances

      +

      Throws

      Memberof

      WalletsApiInterface

      +
    • List wallets belonging to the user.

      +

      Parameters

      • Optional limit: number

        A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

        +
      • Optional page: string

        A cursor for pagination across multiple pages of results. Don&#39;t include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

        +
      • Optional options: RawAxiosRequestConfig

        Override http request option.

        +

      Returns AxiosPromise<WalletList>

      Summary

      List wallets

      +

      Throws

      Memberof

      WalletsApiInterface

      +
    \ No newline at end of file diff --git a/docs/interfaces/client_base.RequestArgs.html b/docs/interfaces/client_base.RequestArgs.html index 40c95ccd..bccd3c84 100644 --- a/docs/interfaces/client_base.RequestArgs.html +++ b/docs/interfaces/client_base.RequestArgs.html @@ -1,4 +1,4 @@ RequestArgs | @coinbase/coinbase-sdk

    Export

    RequestArgs

    -
    interface RequestArgs {
        options: RawAxiosRequestConfig;
        url: string;
    }

    Properties

    interface RequestArgs {
        options: RawAxiosRequestConfig;
        url: string;
    }

    Properties

    Properties

    options: RawAxiosRequestConfig
    url: string
    \ No newline at end of file +

    Properties

    options: RawAxiosRequestConfig
    url: string
    \ No newline at end of file diff --git a/docs/interfaces/client_configuration.ConfigurationParameters.html b/docs/interfaces/client_configuration.ConfigurationParameters.html index e24dcfa1..598ba90c 100644 --- a/docs/interfaces/client_configuration.ConfigurationParameters.html +++ b/docs/interfaces/client_configuration.ConfigurationParameters.html @@ -5,7 +5,7 @@

    NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

    -
    interface ConfigurationParameters {
        accessToken?: string | Promise<string> | ((name?, scopes?) => string) | ((name?, scopes?) => Promise<string>);
        apiKey?: string | Promise<string> | ((name) => string) | ((name) => Promise<string>);
        baseOptions?: any;
        basePath?: string;
        formDataCtor?: (new () => any);
        password?: string;
        serverIndex?: number;
        username?: string;
    }

    Properties

    interface ConfigurationParameters {
        accessToken?: string | Promise<string> | ((name?, scopes?) => string) | ((name?, scopes?) => Promise<string>);
        apiKey?: string | Promise<string> | ((name) => string) | ((name) => Promise<string>);
        baseOptions?: any;
        basePath?: string;
        formDataCtor?: (new () => any);
        password?: string;
        serverIndex?: number;
        username?: string;
    }

    Properties

    accessToken?: string | Promise<string> | ((name?, scopes?) => string) | ((name?, scopes?) => Promise<string>)

    Type declaration

      • (name?, scopes?): string
      • Parameters

        • Optional name: string
        • Optional scopes: string[]

        Returns string

    Type declaration

      • (name?, scopes?): Promise<string>
      • Parameters

        • Optional name: string
        • Optional scopes: string[]

        Returns Promise<string>

    apiKey?: string | Promise<string> | ((name) => string) | ((name) => Promise<string>)

    Type declaration

      • (name): string
      • Parameters

        • name: string

        Returns string

    Type declaration

      • (name): Promise<string>
      • Parameters

        • name: string

        Returns Promise<string>

    baseOptions?: any
    basePath?: string
    formDataCtor?: (new () => any)

    Type declaration

      • new (): any
      • Returns any

    password?: string
    serverIndex?: number
    username?: string
    \ No newline at end of file +

    Properties

    accessToken?: string | Promise<string> | ((name?, scopes?) => string) | ((name?, scopes?) => Promise<string>)

    Type declaration

      • (name?, scopes?): string
      • Parameters

        • Optional name: string
        • Optional scopes: string[]

        Returns string

    Type declaration

      • (name?, scopes?): Promise<string>
      • Parameters

        • Optional name: string
        • Optional scopes: string[]

        Returns Promise<string>

    apiKey?: string | Promise<string> | ((name) => string) | ((name) => Promise<string>)

    Type declaration

      • (name): string
      • Parameters

        • name: string

        Returns string

    Type declaration

      • (name): Promise<string>
      • Parameters

        • name: string

        Returns Promise<string>

    baseOptions?: any
    basePath?: string
    formDataCtor?: (new () => any)

    Type declaration

      • new (): any
      • Returns any

    password?: string
    serverIndex?: number
    username?: string
    \ No newline at end of file diff --git a/docs/modules/client.html b/docs/modules/client.html index 720d2652..b48e8389 100644 --- a/docs/modules/client.html +++ b/docs/modules/client.html @@ -1,20 +1,48 @@ -client | @coinbase/coinbase-sdk

    References

    Address +client | @coinbase/coinbase-sdk

    References

    Re-exports Address
    Re-exports AddressBalanceList
    Re-exports AddressList
    Re-exports AddressesApi
    Re-exports AddressesApiAxiosParamCreator
    Re-exports AddressesApiFactory
    Re-exports AddressesApiFp
    Re-exports Asset
    Re-exports Balance
    Re-exports BroadcastTransferRequest
    Re-exports Configuration
    Re-exports ConfigurationParameters
    Re-exports CreateAddressRequest
    Re-exports CreateTransferRequest
    Re-exports CreateWalletRequest
    Re-exports FaucetTransaction
    Re-exports ModelError
    Re-exports Transfer
    Re-exports TransferList
    Re-exports TransferStatusEnum
    Re-exports TransfersApi
    Re-exports TransfersApiAxiosParamCreator
    Re-exports TransfersApiFactory
    Re-exports TransfersApiFp
    Re-exports User
    Re-exports UsersApi
    Re-exports UsersApiAxiosParamCreator
    Re-exports UsersApiFactory
    Re-exports UsersApiFp
    Re-exports Wallet
    Re-exports WalletList
    Re-exports WalletsApi
    Re-exports WalletsApiAxiosParamCreator
    Re-exports WalletsApiFactory
    Re-exports WalletsApiFp
    \ No newline at end of file +WalletsApiInterface +

    References

    Re-exports Address
    Re-exports AddressBalanceList
    Re-exports AddressList
    Re-exports AddressesApi
    Re-exports AddressesApiAxiosParamCreator
    Re-exports AddressesApiFactory
    Re-exports AddressesApiFp
    Re-exports AddressesApiInterface
    Re-exports Asset
    Re-exports Balance
    Re-exports BroadcastTradeRequest
    Re-exports BroadcastTransferRequest
    Re-exports Configuration
    Re-exports ConfigurationParameters
    Re-exports CreateAddressRequest
    Re-exports CreateServerSignerRequest
    Re-exports CreateTradeRequest
    Re-exports CreateTransferRequest
    Re-exports CreateWalletRequest
    Re-exports CreateWalletRequestWallet
    Re-exports FaucetTransaction
    Re-exports ModelError
    Re-exports SeedCreationEvent
    Re-exports SeedCreationEventResult
    Re-exports ServerSigner
    Re-exports ServerSignerEvent
    Re-exports ServerSignerEventEvent
    Re-exports ServerSignerEventList
    Re-exports ServerSignersApi
    Re-exports ServerSignersApiAxiosParamCreator
    Re-exports ServerSignersApiFactory
    Re-exports ServerSignersApiFp
    Re-exports ServerSignersApiInterface
    Re-exports SignatureCreationEvent
    Re-exports SignatureCreationEventResult
    Re-exports Trade
    Re-exports TradeList
    Re-exports TradesApi
    Re-exports TradesApiAxiosParamCreator
    Re-exports TradesApiFactory
    Re-exports TradesApiFp
    Re-exports TradesApiInterface
    Re-exports Transaction
    Re-exports TransactionStatusEnum
    Re-exports TransactionType
    Re-exports Transfer
    Re-exports TransferList
    Re-exports TransferStatusEnum
    Re-exports TransfersApi
    Re-exports TransfersApiAxiosParamCreator
    Re-exports TransfersApiFactory
    Re-exports TransfersApiFp
    Re-exports TransfersApiInterface
    Re-exports User
    Re-exports UsersApi
    Re-exports UsersApiAxiosParamCreator
    Re-exports UsersApiFactory
    Re-exports UsersApiFp
    Re-exports UsersApiInterface
    Re-exports Wallet
    Re-exports WalletList
    Re-exports WalletServerSignerStatusEnum
    Re-exports WalletsApi
    Re-exports WalletsApiAxiosParamCreator
    Re-exports WalletsApiFactory
    Re-exports WalletsApiFp
    Re-exports WalletsApiInterface
    \ No newline at end of file diff --git a/docs/modules/client_api.html b/docs/modules/client_api.html index 1e1d1a0c..d6fa21d1 100644 --- a/docs/modules/client_api.html +++ b/docs/modules/client_api.html @@ -1,28 +1,62 @@ -client/api | @coinbase/coinbase-sdk

    Index

    Classes

    AddressesApi +client/api | @coinbase/coinbase-sdk

    Index

    Enumerations

    Classes

    Interfaces

    Type Aliases

    Variables

    Type Aliases

    Variables

    Functions

    AddressesApiAxiosParamCreator AddressesApiFactory AddressesApiFp +ServerSignersApiAxiosParamCreator +ServerSignersApiFactory +ServerSignersApiFp +TradesApiAxiosParamCreator +TradesApiFactory +TradesApiFp TransfersApiAxiosParamCreator TransfersApiFactory TransfersApiFp diff --git a/docs/modules/client_base.html b/docs/modules/client_base.html index 745db200..cf1df197 100644 --- a/docs/modules/client_base.html +++ b/docs/modules/client_base.html @@ -1,4 +1,4 @@ -client/base | @coinbase/coinbase-sdk

    Index

    Classes

    BaseAPI +client/base | @coinbase/coinbase-sdk

    Index

    Classes

    Interfaces

    Variables

    BASE_PATH diff --git a/docs/modules/client_common.html b/docs/modules/client_common.html index b4b3502b..ac42b33d 100644 --- a/docs/modules/client_common.html +++ b/docs/modules/client_common.html @@ -1,4 +1,4 @@ -client/common | @coinbase/coinbase-sdk

    Index

    Variables

    DUMMY_BASE_URL +client/common | @coinbase/coinbase-sdk

    Index

    Variables

    Functions

    assertParamExists createRequestFunction serializeDataIfNeeded diff --git a/docs/modules/client_configuration.html b/docs/modules/client_configuration.html index b09f56a7..f8f3e767 100644 --- a/docs/modules/client_configuration.html +++ b/docs/modules/client_configuration.html @@ -1,3 +1,3 @@ -client/configuration | @coinbase/coinbase-sdk

    Index

    Classes

    Configuration +client/configuration | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase.html b/docs/modules/coinbase.html index 81bd6a8e..669feaf7 100644 --- a/docs/modules/coinbase.html +++ b/docs/modules/coinbase.html @@ -1,2 +1,2 @@ -coinbase | @coinbase/coinbase-sdk

    References

    Coinbase +coinbase | @coinbase/coinbase-sdk

    References

    References

    Re-exports Coinbase
    \ No newline at end of file diff --git a/docs/modules/coinbase_address.html b/docs/modules/coinbase_address.html index a011d6a8..22ee0ca6 100644 --- a/docs/modules/coinbase_address.html +++ b/docs/modules/coinbase_address.html @@ -1,2 +1,2 @@ -coinbase/address | @coinbase/coinbase-sdk

    Index

    Classes

    Address +coinbase/address | @coinbase/coinbase-sdk

    Index

    Classes

    \ No newline at end of file diff --git a/docs/modules/coinbase_api_error.html b/docs/modules/coinbase_api_error.html index 9d0b64fc..fbbb3bc9 100644 --- a/docs/modules/coinbase_api_error.html +++ b/docs/modules/coinbase_api_error.html @@ -1,4 +1,4 @@ -coinbase/api_error | @coinbase/coinbase-sdk

    Index

    Classes

    APIError +coinbase/api_error | @coinbase/coinbase-sdk

    Index

    Classes

    APIError AlreadyExistsError FaucetLimitReachedError InvalidAddressError diff --git a/docs/modules/coinbase_asset.html b/docs/modules/coinbase_asset.html index 70b4066e..1023238c 100644 --- a/docs/modules/coinbase_asset.html +++ b/docs/modules/coinbase_asset.html @@ -1,2 +1,2 @@ -coinbase/asset | @coinbase/coinbase-sdk

    Index

    Classes

    Asset +coinbase/asset | @coinbase/coinbase-sdk

    Index

    Classes

    \ No newline at end of file diff --git a/docs/modules/coinbase_authenticator.html b/docs/modules/coinbase_authenticator.html index fb1b061e..1456ff32 100644 --- a/docs/modules/coinbase_authenticator.html +++ b/docs/modules/coinbase_authenticator.html @@ -1,2 +1,2 @@ -coinbase/authenticator | @coinbase/coinbase-sdk

    Index

    Classes

    CoinbaseAuthenticator +coinbase/authenticator | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_balance.html b/docs/modules/coinbase_balance.html index 5ba7c195..58c0439f 100644 --- a/docs/modules/coinbase_balance.html +++ b/docs/modules/coinbase_balance.html @@ -1,2 +1,2 @@ -coinbase/balance | @coinbase/coinbase-sdk

    Index

    Classes

    Balance +coinbase/balance | @coinbase/coinbase-sdk

    Index

    Classes

    \ No newline at end of file diff --git a/docs/modules/coinbase_balance_map.html b/docs/modules/coinbase_balance_map.html index dc93eab5..2c8cc284 100644 --- a/docs/modules/coinbase_balance_map.html +++ b/docs/modules/coinbase_balance_map.html @@ -1,2 +1,2 @@ -coinbase/balance_map | @coinbase/coinbase-sdk

    Index

    Classes

    BalanceMap +coinbase/balance_map | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_coinbase.html b/docs/modules/coinbase_coinbase.html index e29a3821..b29b9e5d 100644 --- a/docs/modules/coinbase_coinbase.html +++ b/docs/modules/coinbase_coinbase.html @@ -1,2 +1,2 @@ -coinbase/coinbase | @coinbase/coinbase-sdk

    Index

    Classes

    Coinbase +coinbase/coinbase | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_constants.html b/docs/modules/coinbase_constants.html index 845ec12a..9b261b98 100644 --- a/docs/modules/coinbase_constants.html +++ b/docs/modules/coinbase_constants.html @@ -1,4 +1,4 @@ -coinbase/constants | @coinbase/coinbase-sdk

    Index

    Variables

    ATOMIC_UNITS_PER_USDC +coinbase/constants | @coinbase/coinbase-sdk

    Index

    Variables

    ATOMIC_UNITS_PER_USDC GWEI_PER_ETHER WEI_PER_ETHER WEI_PER_GWEI diff --git a/docs/modules/coinbase_errors.html b/docs/modules/coinbase_errors.html index f121d667..d37f5647 100644 --- a/docs/modules/coinbase_errors.html +++ b/docs/modules/coinbase_errors.html @@ -1,4 +1,4 @@ -coinbase/errors | @coinbase/coinbase-sdk

    Index

    Classes

    ArgumentError +coinbase/errors | @coinbase/coinbase-sdk

    Index

    Classes

    ArgumentError InternalError InvalidAPIKeyFormat InvalidConfiguration diff --git a/docs/modules/coinbase_faucet_transaction.html b/docs/modules/coinbase_faucet_transaction.html index 5b4b22f0..c7022ab1 100644 --- a/docs/modules/coinbase_faucet_transaction.html +++ b/docs/modules/coinbase_faucet_transaction.html @@ -1,2 +1,2 @@ -coinbase/faucet_transaction | @coinbase/coinbase-sdk

    Module coinbase/faucet_transaction

    Index

    Classes

    FaucetTransaction +coinbase/faucet_transaction | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_tests_address_test.html b/docs/modules/coinbase_tests_address_test.html index c11b5237..1541ad23 100644 --- a/docs/modules/coinbase_tests_address_test.html +++ b/docs/modules/coinbase_tests_address_test.html @@ -1 +1 @@ -coinbase/tests/address_test | @coinbase/coinbase-sdk
    \ No newline at end of file +coinbase/tests/address_test | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_tests_authenticator_test.html b/docs/modules/coinbase_tests_authenticator_test.html index a1c2e606..3d45db97 100644 --- a/docs/modules/coinbase_tests_authenticator_test.html +++ b/docs/modules/coinbase_tests_authenticator_test.html @@ -1 +1 @@ -coinbase/tests/authenticator_test | @coinbase/coinbase-sdk
    \ No newline at end of file +coinbase/tests/authenticator_test | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_tests_balance_map_test.html b/docs/modules/coinbase_tests_balance_map_test.html index 1b339096..712d8c44 100644 --- a/docs/modules/coinbase_tests_balance_map_test.html +++ b/docs/modules/coinbase_tests_balance_map_test.html @@ -1 +1 @@ -coinbase/tests/balance_map_test | @coinbase/coinbase-sdk
    \ No newline at end of file +coinbase/tests/balance_map_test | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_tests_balance_test.html b/docs/modules/coinbase_tests_balance_test.html index a8505cff..a15b496a 100644 --- a/docs/modules/coinbase_tests_balance_test.html +++ b/docs/modules/coinbase_tests_balance_test.html @@ -1 +1 @@ -coinbase/tests/balance_test | @coinbase/coinbase-sdk
    \ No newline at end of file +coinbase/tests/balance_test | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_tests_coinbase_test.html b/docs/modules/coinbase_tests_coinbase_test.html index 5ae25370..1473cf49 100644 --- a/docs/modules/coinbase_tests_coinbase_test.html +++ b/docs/modules/coinbase_tests_coinbase_test.html @@ -1 +1 @@ -coinbase/tests/coinbase_test | @coinbase/coinbase-sdk
    \ No newline at end of file +coinbase/tests/coinbase_test | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_tests_faucet_transaction_test.html b/docs/modules/coinbase_tests_faucet_transaction_test.html index 1fdab321..b385d306 100644 --- a/docs/modules/coinbase_tests_faucet_transaction_test.html +++ b/docs/modules/coinbase_tests_faucet_transaction_test.html @@ -1 +1 @@ -coinbase/tests/faucet_transaction_test | @coinbase/coinbase-sdk
    \ No newline at end of file +coinbase/tests/faucet_transaction_test | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_tests_transfer_test.html b/docs/modules/coinbase_tests_transfer_test.html index f03ffacb..a77f966e 100644 --- a/docs/modules/coinbase_tests_transfer_test.html +++ b/docs/modules/coinbase_tests_transfer_test.html @@ -1 +1 @@ -coinbase/tests/transfer_test | @coinbase/coinbase-sdk
    \ No newline at end of file +coinbase/tests/transfer_test | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_tests_user_test.html b/docs/modules/coinbase_tests_user_test.html index 495b6e4b..f53b02d1 100644 --- a/docs/modules/coinbase_tests_user_test.html +++ b/docs/modules/coinbase_tests_user_test.html @@ -1 +1 @@ -coinbase/tests/user_test | @coinbase/coinbase-sdk
    \ No newline at end of file +coinbase/tests/user_test | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_tests_utils.html b/docs/modules/coinbase_tests_utils.html index 8cfbc3ae..8208e8ef 100644 --- a/docs/modules/coinbase_tests_utils.html +++ b/docs/modules/coinbase_tests_utils.html @@ -1,4 +1,4 @@ -coinbase/tests/utils | @coinbase/coinbase-sdk

    Index

    Variables

    VALID_ADDRESS_BALANCE_LIST +coinbase/tests/utils | @coinbase/coinbase-sdk

    Index

    Variables

    VALID_ADDRESS_BALANCE_LIST VALID_ADDRESS_MODEL VALID_BALANCE_MODEL VALID_TRANSFER_MODEL diff --git a/docs/modules/coinbase_tests_wallet_test.html b/docs/modules/coinbase_tests_wallet_test.html index df1f7645..a9363063 100644 --- a/docs/modules/coinbase_tests_wallet_test.html +++ b/docs/modules/coinbase_tests_wallet_test.html @@ -1 +1 @@ -coinbase/tests/wallet_test | @coinbase/coinbase-sdk
    \ No newline at end of file +coinbase/tests/wallet_test | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_transfer.html b/docs/modules/coinbase_transfer.html index e5e6f8ce..0c7db21c 100644 --- a/docs/modules/coinbase_transfer.html +++ b/docs/modules/coinbase_transfer.html @@ -1,2 +1,2 @@ -coinbase/transfer | @coinbase/coinbase-sdk

    Index

    Classes

    Transfer +coinbase/transfer | @coinbase/coinbase-sdk
    \ No newline at end of file diff --git a/docs/modules/coinbase_types.html b/docs/modules/coinbase_types.html index 4a75a730..d2214a59 100644 --- a/docs/modules/coinbase_types.html +++ b/docs/modules/coinbase_types.html @@ -1,7 +1,10 @@ -coinbase/types | @coinbase/coinbase-sdk

    Index

    Enumerations

    TransferStatus +coinbase/types | @coinbase/coinbase-sdk

    Index

    Enumerations

    Type Aliases

    AddressAPIClient Amount ApiClients +CoinbaseConfigureFromJsonOptions +CoinbaseOptions Destination SeedData TransferAPIClient diff --git a/docs/modules/coinbase_user.html b/docs/modules/coinbase_user.html index 55e61b94..34ec6a8e 100644 --- a/docs/modules/coinbase_user.html +++ b/docs/modules/coinbase_user.html @@ -1,2 +1,2 @@ -coinbase/user | @coinbase/coinbase-sdk

    Index

    Classes

    User +coinbase/user | @coinbase/coinbase-sdk

    Index

    Classes

    \ No newline at end of file diff --git a/docs/modules/coinbase_utils.html b/docs/modules/coinbase_utils.html index 4c64066b..ccc92db0 100644 --- a/docs/modules/coinbase_utils.html +++ b/docs/modules/coinbase_utils.html @@ -1,4 +1,4 @@ -coinbase/utils | @coinbase/coinbase-sdk

    Index

    Functions

    convertStringToHex +coinbase/utils | @coinbase/coinbase-sdk

    Index

    Functions

    convertStringToHex delay destinationToAddressHexString logApiResponse diff --git a/docs/modules/coinbase_wallet.html b/docs/modules/coinbase_wallet.html index 3757ff7c..7d96d84e 100644 --- a/docs/modules/coinbase_wallet.html +++ b/docs/modules/coinbase_wallet.html @@ -1,2 +1,2 @@ -coinbase/wallet | @coinbase/coinbase-sdk

    Index

    Classes

    Wallet +coinbase/wallet | @coinbase/coinbase-sdk

    Index

    Classes

    \ No newline at end of file diff --git a/docs/types/client_api.ServerSignerEventEvent.html b/docs/types/client_api.ServerSignerEventEvent.html new file mode 100644 index 00000000..171175fc --- /dev/null +++ b/docs/types/client_api.ServerSignerEventEvent.html @@ -0,0 +1 @@ +ServerSignerEventEvent | @coinbase/coinbase-sdk
    ServerSignerEventEvent: SeedCreationEvent | SignatureCreationEvent

    Export

    \ No newline at end of file diff --git a/docs/types/client_api.TransactionStatusEnum.html b/docs/types/client_api.TransactionStatusEnum.html new file mode 100644 index 00000000..9b59ab72 --- /dev/null +++ b/docs/types/client_api.TransactionStatusEnum.html @@ -0,0 +1 @@ +TransactionStatusEnum | @coinbase/coinbase-sdk
    TransactionStatusEnum: typeof TransactionStatusEnum[keyof typeof TransactionStatusEnum]
    \ No newline at end of file diff --git a/docs/types/client_api.TransferStatusEnum.html b/docs/types/client_api.TransferStatusEnum.html index 3a74356d..004deafb 100644 --- a/docs/types/client_api.TransferStatusEnum.html +++ b/docs/types/client_api.TransferStatusEnum.html @@ -1 +1 @@ -TransferStatusEnum | @coinbase/coinbase-sdk
    TransferStatusEnum: typeof TransferStatusEnum[keyof typeof TransferStatusEnum]
    \ No newline at end of file +TransferStatusEnum | @coinbase/coinbase-sdk
    TransferStatusEnum: typeof TransferStatusEnum[keyof typeof TransferStatusEnum]
    \ No newline at end of file diff --git a/docs/types/client_api.WalletServerSignerStatusEnum.html b/docs/types/client_api.WalletServerSignerStatusEnum.html new file mode 100644 index 00000000..900ecf16 --- /dev/null +++ b/docs/types/client_api.WalletServerSignerStatusEnum.html @@ -0,0 +1 @@ +WalletServerSignerStatusEnum | @coinbase/coinbase-sdk
    WalletServerSignerStatusEnum: typeof WalletServerSignerStatusEnum[keyof typeof WalletServerSignerStatusEnum]
    \ No newline at end of file diff --git a/docs/types/coinbase_types.AddressAPIClient.html b/docs/types/coinbase_types.AddressAPIClient.html index 3f8c930e..bae52f07 100644 --- a/docs/types/coinbase_types.AddressAPIClient.html +++ b/docs/types/coinbase_types.AddressAPIClient.html @@ -1,30 +1,30 @@ AddressAPIClient | @coinbase/coinbase-sdk
    AddressAPIClient: {
        createAddress(walletId, createAddressRequest?, options?): AxiosPromise<Address>;
        getAddress(walletId, addressId, options?): AxiosPromise<Address>;
        getAddressBalance(walletId, addressId, assetId, options?): AxiosPromise<Balance>;
        listAddressBalances(walletId, addressId, page?, options?): AxiosPromise<AddressBalanceList>;
        listAddresses(walletId, limit?, page?, options?): AxiosPromise<AddressList>;
        requestFaucetFunds(walletId, addressId): Promise<{
            data: {
                transaction_hash: string;
            };
        }>;
    }

    AddressAPI client type definition.

    -

    Type declaration

    • createAddress:function
    • getAddress:function
      • Get address by onchain address.

        +

        Type declaration

        • createAddress:function
        • getAddress:function
          • Get address by onchain address.

            Parameters

            • walletId: string

              The ID of the wallet the address belongs to.

            • addressId: string

              The onchain address of the address that is being fetched.

            • Optional options: AxiosRequestConfig<any>

              Axios request options.

            Returns AxiosPromise<Address>

            Throws

            If the request fails.

            -
        • getAddressBalance:function
        • getAddressBalance:function
          • Get address balance

            Parameters

            • walletId: string

              The ID of the wallet to fetch the balance for.

            • addressId: string

              The onchain address of the address that is being fetched.

            • assetId: string

              The symbol of the asset to fetch the balance for.

            • Optional options: AxiosRequestConfig<any>

              Axios request options.

              -

            Returns AxiosPromise<Balance>

            Throws

        • listAddressBalances:function
          • Lists address balances

            +

        Returns AxiosPromise<Balance>

        Throws

    • listAddressBalances:function
      • Lists address balances

        Parameters

        • walletId: string

          The ID of the wallet to fetch the balances for.

        • addressId: string

          The onchain address of the address that is being fetched.

        • Optional page: string

          A cursor for pagination across multiple pages of results. Do not include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

        • Optional options: AxiosRequestConfig<any>

          Override http request option.

          -

        Returns AxiosPromise<AddressBalanceList>

        Throws

    • listAddresses:function
      • Lists addresses.

        +

    Returns AxiosPromise<AddressBalanceList>

    Throws

  • listAddresses:function
    • Lists addresses.

      Parameters

      • walletId: string

        The ID of the wallet the addresses belong to.

      • Optional limit: number

        The maximum number of addresses to return.

      • Optional page: string

        A cursor for pagination across multiple pages of results. Do not include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

      • Optional options: AxiosRequestConfig<any>

        Override http request option.

      Returns AxiosPromise<AddressList>

      Throws

      If the request fails.

      -
  • requestFaucetFunds:function
    • Requests faucet funds for the address.

      +
  • requestFaucetFunds:function
    • Requests faucet funds for the address.

      Parameters

      • walletId: string

        The wallet ID.

      • addressId: string

        The address ID.

      Returns Promise<{
          data: {
              transaction_hash: string;
          };
      }>

      The transaction hash.

      Throws

      If the request fails.

      -
  • \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/types/coinbase_types.Amount.html b/docs/types/coinbase_types.Amount.html index ab2d45fd..11d6016e 100644 --- a/docs/types/coinbase_types.Amount.html +++ b/docs/types/coinbase_types.Amount.html @@ -1,2 +1,2 @@ Amount | @coinbase/coinbase-sdk
    Amount: number | bigint | Decimal

    Amount type definition.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/types/coinbase_types.ApiClients.html b/docs/types/coinbase_types.ApiClients.html index 2f09e7f4..2cd724f1 100644 --- a/docs/types/coinbase_types.ApiClients.html +++ b/docs/types/coinbase_types.ApiClients.html @@ -1,3 +1,3 @@ -ApiClients | @coinbase/coinbase-sdk
    ApiClients: {
        address?: AddressAPIClient;
        baseSepoliaProvider?: ethers.Provider;
        transfer?: TransferAPIClient;
        user?: UserAPIClient;
        wallet?: WalletAPIClient;
    }

    API clients type definition for the Coinbase SDK. +ApiClients | @coinbase/coinbase-sdk

    ApiClients: {
        address?: AddressAPIClient;
        transfer?: TransferAPIClient;
        user?: UserAPIClient;
        wallet?: WalletAPIClient;
    }

    API clients type definition for the Coinbase SDK. Represents the set of API clients available in the SDK.

    -

    Type declaration

    \ No newline at end of file +

    Type declaration

    \ No newline at end of file diff --git a/docs/types/coinbase_types.CoinbaseConfigureFromJsonOptions.html b/docs/types/coinbase_types.CoinbaseConfigureFromJsonOptions.html new file mode 100644 index 00000000..b1b3814b --- /dev/null +++ b/docs/types/coinbase_types.CoinbaseConfigureFromJsonOptions.html @@ -0,0 +1,5 @@ +CoinbaseConfigureFromJsonOptions | @coinbase/coinbase-sdk
    CoinbaseConfigureFromJsonOptions: {
        basePath?: string;
        debugging?: boolean;
        filePath: string;
        useServerSigner?: boolean;
    }

    Type declaration

    • Optional basePath?: string

      The base path for the API.

      +
    • Optional debugging?: boolean

      If true, logs API requests and responses to the console.

      +
    • filePath: string

      The path to the JSON file containing the API key and private key.

      +
    • Optional useServerSigner?: boolean

      Whether to use a Server-Signer or not.

      +
    \ No newline at end of file diff --git a/docs/types/coinbase_types.CoinbaseOptions.html b/docs/types/coinbase_types.CoinbaseOptions.html new file mode 100644 index 00000000..410c4695 --- /dev/null +++ b/docs/types/coinbase_types.CoinbaseOptions.html @@ -0,0 +1,7 @@ +CoinbaseOptions | @coinbase/coinbase-sdk
    CoinbaseOptions: {
        apiKeyName?: string;
        basePath?: string;
        debugging?: boolean;
        privateKey?: string;
        useServerSigner?: boolean;
    }

    CoinbaseOptions type definition.

    +

    Type declaration

    • Optional apiKeyName?: string

      The API key name.

      +
    • Optional basePath?: string

      The base path for the API.

      +
    • Optional debugging?: boolean

      If true, logs API requests and responses to the console.

      +
    • Optional privateKey?: string

      The private key associated with the API key.

      +
    • Optional useServerSigner?: boolean

      Whether to use a Server-Signer or not.

      +
    \ No newline at end of file diff --git a/docs/types/coinbase_types.Destination.html b/docs/types/coinbase_types.Destination.html index c03b43d5..dacff0b2 100644 --- a/docs/types/coinbase_types.Destination.html +++ b/docs/types/coinbase_types.Destination.html @@ -1,2 +1,2 @@ Destination | @coinbase/coinbase-sdk
    Destination: string | Address | Wallet

    Destination type definition.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/types/coinbase_types.SeedData.html b/docs/types/coinbase_types.SeedData.html index 17fc9f61..d13e621a 100644 --- a/docs/types/coinbase_types.SeedData.html +++ b/docs/types/coinbase_types.SeedData.html @@ -1,2 +1,2 @@ SeedData | @coinbase/coinbase-sdk
    SeedData: {
        authTag: string;
        encrypted: boolean;
        iv: string;
        seed: string;
    }

    The Seed Data type definition.

    -

    Type declaration

    • authTag: string
    • encrypted: boolean
    • iv: string
    • seed: string
    \ No newline at end of file +

    Type declaration

    • authTag: string
    • encrypted: boolean
    • iv: string
    • seed: string
    \ No newline at end of file diff --git a/docs/types/coinbase_types.TransferAPIClient.html b/docs/types/coinbase_types.TransferAPIClient.html index cf19f80d..a2635413 100644 --- a/docs/types/coinbase_types.TransferAPIClient.html +++ b/docs/types/coinbase_types.TransferAPIClient.html @@ -9,7 +9,7 @@
  • A promise resolving to the Transfer model.
  • Throws

    If the request fails.

    -
  • createTransfer:function
  • createTransfer:function
    • Creates a Transfer.

      Parameters

      • walletId: string

        The ID of the wallet the address belongs to.

      • addressId: string

        The ID of the address the transfer belongs to.

      • createTransferRequest: CreateTransferRequest

        The request body.

        @@ -18,7 +18,7 @@
      • A promise resolving to the Transfer model.

      Throws

      If the request fails.

      -
  • getTransfer:function
  • getTransfer:function
    • Retrieves a Transfer.

      Parameters

      • walletId: string

        The ID of the wallet the address belongs to.

      • addressId: string

        The ID of the address the transfer belongs to.

      • transferId: string

        The ID of the transfer to retrieve.

        @@ -27,7 +27,7 @@
      • A promise resolving to the Transfer model.

      Throws

      If the request fails.

      -
  • listTransfers:function
  • listTransfers:function
    • Lists Transfers.

      Parameters

      • walletId: string

        The ID of the wallet the address belongs to.

      • addressId: string

        The ID of the address the transfers belong to.

      • Optional limit: number

        The maximum number of transfers to return.

        @@ -37,4 +37,4 @@
      • A promise resolving to the Transfer list.

      Throws

      If the request fails.

      -
  • \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/types/coinbase_types.UserAPIClient.html b/docs/types/coinbase_types.UserAPIClient.html index 88999bcc..e0c282bd 100644 --- a/docs/types/coinbase_types.UserAPIClient.html +++ b/docs/types/coinbase_types.UserAPIClient.html @@ -5,4 +5,4 @@
  • A promise resolvindg to the User model.
  • Throws

    If the request fails.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/types/coinbase_types.WalletAPIClient.html b/docs/types/coinbase_types.WalletAPIClient.html index 13239a50..2e0faeed 100644 --- a/docs/types/coinbase_types.WalletAPIClient.html +++ b/docs/types/coinbase_types.WalletAPIClient.html @@ -12,20 +12,20 @@
  • Optional options: RawAxiosRequestConfig

    Override http request option.

  • Returns AxiosPromise<Balance>

    Throws

    If the required parameter is not provided.

    Throws

    If the request fails.

    -
  • listWalletBalances:function
  • listWalletBalances:function
    • List the balances of all of the addresses in the wallet aggregated by asset.

      Parameters

      • walletId: string

        The ID of the wallet to fetch the balances for.

      • Optional options: RawAxiosRequestConfig

        Override http request option.

      Returns AxiosPromise<AddressBalanceList>

      Throws

      If the required parameter is not provided.

      Throws

      If the request fails.

      -
    • List the balances of all of the addresses in the wallet aggregated by asset.

      +
    • List the balances of all of the addresses in the wallet aggregated by asset.

      Parameters

      • walletId: string

        The ID of the wallet to fetch the balances for.

      • Optional options: RawAxiosRequestConfig

        Override http request option.

      Returns AxiosPromise<AddressBalanceList>

      Throws

      If the required parameter is not provided.

      Throws

      If the request fails.

      -
  • listWallets:function
  • listWallets:function
    • List wallets belonging to the user.

      Parameters

      • Optional limit: number

        A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

      • Optional page: string

        A cursor for pagination across multiple pages of results. Don&#39;t include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.

      • Optional options: RawAxiosRequestConfig

        Override http request option.

      Returns AxiosPromise<WalletList>

      Throws

      If the request fails.

      Throws

      If the required parameter is not provided.

      -
  • \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/types/coinbase_types.WalletData.html b/docs/types/coinbase_types.WalletData.html index 0dcf67c1..8d7b18de 100644 --- a/docs/types/coinbase_types.WalletData.html +++ b/docs/types/coinbase_types.WalletData.html @@ -1,3 +1,3 @@ WalletData | @coinbase/coinbase-sdk
    WalletData: {
        seed: string;
        walletId: string;
    }

    The Wallet Data type definition. The data required to recreate a Wallet.

    -

    Type declaration

    • seed: string
    • walletId: string
    \ No newline at end of file +

    Type declaration

    • seed: string
    • walletId: string
    \ No newline at end of file diff --git a/docs/variables/client_api.TransactionStatusEnum-1.html b/docs/variables/client_api.TransactionStatusEnum-1.html new file mode 100644 index 00000000..7dc88dab --- /dev/null +++ b/docs/variables/client_api.TransactionStatusEnum-1.html @@ -0,0 +1 @@ +TransactionStatusEnum | @coinbase/coinbase-sdk

    Variable TransactionStatusEnumConst

    TransactionStatusEnum: {
        Broadcast: "broadcast";
        Complete: "complete";
        Failed: "failed";
        Pending: "pending";
    } = ...

    Type declaration

    • Readonly Broadcast: "broadcast"
    • Readonly Complete: "complete"
    • Readonly Failed: "failed"
    • Readonly Pending: "pending"
    \ No newline at end of file diff --git a/docs/variables/client_api.TransferStatusEnum-1.html b/docs/variables/client_api.TransferStatusEnum-1.html index f8f45439..8d82ddf9 100644 --- a/docs/variables/client_api.TransferStatusEnum-1.html +++ b/docs/variables/client_api.TransferStatusEnum-1.html @@ -1 +1 @@ -TransferStatusEnum | @coinbase/coinbase-sdk
    TransferStatusEnum: {
        Broadcast: "broadcast";
        Complete: "complete";
        Failed: "failed";
        Pending: "pending";
    } = ...

    Type declaration

    • Readonly Broadcast: "broadcast"
    • Readonly Complete: "complete"
    • Readonly Failed: "failed"
    • Readonly Pending: "pending"
    \ No newline at end of file +TransferStatusEnum | @coinbase/coinbase-sdk
    TransferStatusEnum: {
        Broadcast: "broadcast";
        Complete: "complete";
        Failed: "failed";
        Pending: "pending";
    } = ...

    Type declaration

    • Readonly Broadcast: "broadcast"
    • Readonly Complete: "complete"
    • Readonly Failed: "failed"
    • Readonly Pending: "pending"
    \ No newline at end of file diff --git a/docs/variables/client_api.WalletServerSignerStatusEnum-1.html b/docs/variables/client_api.WalletServerSignerStatusEnum-1.html new file mode 100644 index 00000000..7c648dc8 --- /dev/null +++ b/docs/variables/client_api.WalletServerSignerStatusEnum-1.html @@ -0,0 +1 @@ +WalletServerSignerStatusEnum | @coinbase/coinbase-sdk

    Variable WalletServerSignerStatusEnumConst

    WalletServerSignerStatusEnum: {
        ActiveSeed: "active_seed";
        PendingSeedCreation: "pending_seed_creation";
    } = ...

    Type declaration

    • Readonly ActiveSeed: "active_seed"
    • Readonly PendingSeedCreation: "pending_seed_creation"
    \ No newline at end of file diff --git a/docs/variables/client_base.BASE_PATH.html b/docs/variables/client_base.BASE_PATH.html index a8f9f67c..2886bbb6 100644 --- a/docs/variables/client_base.BASE_PATH.html +++ b/docs/variables/client_base.BASE_PATH.html @@ -1 +1 @@ -BASE_PATH | @coinbase/coinbase-sdk
    BASE_PATH: string = ...
    \ No newline at end of file +BASE_PATH | @coinbase/coinbase-sdk
    BASE_PATH: string = ...
    \ No newline at end of file diff --git a/docs/variables/client_base.COLLECTION_FORMATS.html b/docs/variables/client_base.COLLECTION_FORMATS.html index 10c3678f..552a94d0 100644 --- a/docs/variables/client_base.COLLECTION_FORMATS.html +++ b/docs/variables/client_base.COLLECTION_FORMATS.html @@ -1 +1 @@ -COLLECTION_FORMATS | @coinbase/coinbase-sdk
    COLLECTION_FORMATS: {
        csv: string;
        pipes: string;
        ssv: string;
        tsv: string;
    } = ...

    Type declaration

    • csv: string
    • pipes: string
    • ssv: string
    • tsv: string

    Export

    \ No newline at end of file +COLLECTION_FORMATS | @coinbase/coinbase-sdk
    COLLECTION_FORMATS: {
        csv: string;
        pipes: string;
        ssv: string;
        tsv: string;
    } = ...

    Type declaration

    • csv: string
    • pipes: string
    • ssv: string
    • tsv: string

    Export

    \ No newline at end of file diff --git a/docs/variables/client_base.operationServerMap.html b/docs/variables/client_base.operationServerMap.html index 3f2aa626..2da857cc 100644 --- a/docs/variables/client_base.operationServerMap.html +++ b/docs/variables/client_base.operationServerMap.html @@ -1 +1 @@ -operationServerMap | @coinbase/coinbase-sdk
    operationServerMap: ServerMap = {}

    Export

    \ No newline at end of file +operationServerMap | @coinbase/coinbase-sdk
    operationServerMap: ServerMap = {}

    Export

    \ No newline at end of file diff --git a/docs/variables/client_common.DUMMY_BASE_URL.html b/docs/variables/client_common.DUMMY_BASE_URL.html index 0d289fe3..a4ad4228 100644 --- a/docs/variables/client_common.DUMMY_BASE_URL.html +++ b/docs/variables/client_common.DUMMY_BASE_URL.html @@ -1 +1 @@ -DUMMY_BASE_URL | @coinbase/coinbase-sdk
    DUMMY_BASE_URL: "https://example.com" = "https://example.com"

    Export

    \ No newline at end of file +DUMMY_BASE_URL | @coinbase/coinbase-sdk
    DUMMY_BASE_URL: "https://example.com" = "https://example.com"

    Export

    \ No newline at end of file diff --git a/docs/variables/coinbase_constants.ATOMIC_UNITS_PER_USDC.html b/docs/variables/coinbase_constants.ATOMIC_UNITS_PER_USDC.html index f4a6e9f7..7d4c1b52 100644 --- a/docs/variables/coinbase_constants.ATOMIC_UNITS_PER_USDC.html +++ b/docs/variables/coinbase_constants.ATOMIC_UNITS_PER_USDC.html @@ -1 +1 @@ -ATOMIC_UNITS_PER_USDC | @coinbase/coinbase-sdk
    ATOMIC_UNITS_PER_USDC: Decimal = ...
    \ No newline at end of file +ATOMIC_UNITS_PER_USDC | @coinbase/coinbase-sdk
    ATOMIC_UNITS_PER_USDC: Decimal = ...
    \ No newline at end of file diff --git a/docs/variables/coinbase_constants.GWEI_PER_ETHER.html b/docs/variables/coinbase_constants.GWEI_PER_ETHER.html index 5e73d7aa..e5dd2b96 100644 --- a/docs/variables/coinbase_constants.GWEI_PER_ETHER.html +++ b/docs/variables/coinbase_constants.GWEI_PER_ETHER.html @@ -1 +1 @@ -GWEI_PER_ETHER | @coinbase/coinbase-sdk
    GWEI_PER_ETHER: Decimal = ...
    \ No newline at end of file +GWEI_PER_ETHER | @coinbase/coinbase-sdk
    GWEI_PER_ETHER: Decimal = ...
    \ No newline at end of file diff --git a/docs/variables/coinbase_constants.WEI_PER_ETHER.html b/docs/variables/coinbase_constants.WEI_PER_ETHER.html index 68ab139c..ff8f2930 100644 --- a/docs/variables/coinbase_constants.WEI_PER_ETHER.html +++ b/docs/variables/coinbase_constants.WEI_PER_ETHER.html @@ -1 +1 @@ -WEI_PER_ETHER | @coinbase/coinbase-sdk
    WEI_PER_ETHER: Decimal = ...
    \ No newline at end of file +WEI_PER_ETHER | @coinbase/coinbase-sdk
    WEI_PER_ETHER: Decimal = ...
    \ No newline at end of file diff --git a/docs/variables/coinbase_constants.WEI_PER_GWEI.html b/docs/variables/coinbase_constants.WEI_PER_GWEI.html index d703141d..18876ae8 100644 --- a/docs/variables/coinbase_constants.WEI_PER_GWEI.html +++ b/docs/variables/coinbase_constants.WEI_PER_GWEI.html @@ -1 +1 @@ -WEI_PER_GWEI | @coinbase/coinbase-sdk
    WEI_PER_GWEI: Decimal = ...
    \ No newline at end of file +WEI_PER_GWEI | @coinbase/coinbase-sdk
    WEI_PER_GWEI: Decimal = ...
    \ No newline at end of file diff --git a/docs/variables/coinbase_tests_utils.VALID_ADDRESS_BALANCE_LIST.html b/docs/variables/coinbase_tests_utils.VALID_ADDRESS_BALANCE_LIST.html index fd7b5112..81185edd 100644 --- a/docs/variables/coinbase_tests_utils.VALID_ADDRESS_BALANCE_LIST.html +++ b/docs/variables/coinbase_tests_utils.VALID_ADDRESS_BALANCE_LIST.html @@ -1 +1 @@ -VALID_ADDRESS_BALANCE_LIST | @coinbase/coinbase-sdk
    VALID_ADDRESS_BALANCE_LIST: AddressBalanceList = ...
    \ No newline at end of file +VALID_ADDRESS_BALANCE_LIST | @coinbase/coinbase-sdk
    VALID_ADDRESS_BALANCE_LIST: AddressBalanceList = ...
    \ No newline at end of file diff --git a/docs/variables/coinbase_tests_utils.VALID_ADDRESS_MODEL.html b/docs/variables/coinbase_tests_utils.VALID_ADDRESS_MODEL.html index 6de14907..32c1f1b3 100644 --- a/docs/variables/coinbase_tests_utils.VALID_ADDRESS_MODEL.html +++ b/docs/variables/coinbase_tests_utils.VALID_ADDRESS_MODEL.html @@ -1 +1 @@ -VALID_ADDRESS_MODEL | @coinbase/coinbase-sdk
    VALID_ADDRESS_MODEL: Address = ...
    \ No newline at end of file +VALID_ADDRESS_MODEL | @coinbase/coinbase-sdk
    VALID_ADDRESS_MODEL: Address = ...
    \ No newline at end of file diff --git a/docs/variables/coinbase_tests_utils.VALID_BALANCE_MODEL.html b/docs/variables/coinbase_tests_utils.VALID_BALANCE_MODEL.html index 453d3f4c..1d598555 100644 --- a/docs/variables/coinbase_tests_utils.VALID_BALANCE_MODEL.html +++ b/docs/variables/coinbase_tests_utils.VALID_BALANCE_MODEL.html @@ -1 +1 @@ -VALID_BALANCE_MODEL | @coinbase/coinbase-sdk
    VALID_BALANCE_MODEL: Balance = ...
    \ No newline at end of file +VALID_BALANCE_MODEL | @coinbase/coinbase-sdk
    VALID_BALANCE_MODEL: Balance = ...
    \ No newline at end of file diff --git a/docs/variables/coinbase_tests_utils.VALID_TRANSFER_MODEL.html b/docs/variables/coinbase_tests_utils.VALID_TRANSFER_MODEL.html index 45055fc0..1f0da069 100644 --- a/docs/variables/coinbase_tests_utils.VALID_TRANSFER_MODEL.html +++ b/docs/variables/coinbase_tests_utils.VALID_TRANSFER_MODEL.html @@ -1 +1 @@ -VALID_TRANSFER_MODEL | @coinbase/coinbase-sdk
    VALID_TRANSFER_MODEL: Transfer = ...
    \ No newline at end of file +VALID_TRANSFER_MODEL | @coinbase/coinbase-sdk
    VALID_TRANSFER_MODEL: Transfer = ...
    \ No newline at end of file diff --git a/docs/variables/coinbase_tests_utils.VALID_WALLET_MODEL.html b/docs/variables/coinbase_tests_utils.VALID_WALLET_MODEL.html index dff02c07..47cd1385 100644 --- a/docs/variables/coinbase_tests_utils.VALID_WALLET_MODEL.html +++ b/docs/variables/coinbase_tests_utils.VALID_WALLET_MODEL.html @@ -1 +1 @@ -VALID_WALLET_MODEL | @coinbase/coinbase-sdk
    VALID_WALLET_MODEL: Wallet = ...
    \ No newline at end of file +VALID_WALLET_MODEL | @coinbase/coinbase-sdk
    VALID_WALLET_MODEL: Wallet = ...
    \ No newline at end of file diff --git a/docs/variables/coinbase_tests_utils.addressesApiMock.html b/docs/variables/coinbase_tests_utils.addressesApiMock.html index 370c6db6..a2073c56 100644 --- a/docs/variables/coinbase_tests_utils.addressesApiMock.html +++ b/docs/variables/coinbase_tests_utils.addressesApiMock.html @@ -1 +1 @@ -addressesApiMock | @coinbase/coinbase-sdk
    addressesApiMock: {
        createAddress: Mock<any, any, any>;
        getAddress: Mock<any, any, any>;
        getAddressBalance: Mock<any, any, any>;
        listAddressBalances: Mock<any, any, any>;
        listAddresses: Mock<any, any, any>;
        requestFaucetFunds: Mock<any, any, any>;
    } = ...

    Type declaration

    • createAddress: Mock<any, any, any>
    • getAddress: Mock<any, any, any>
    • getAddressBalance: Mock<any, any, any>
    • listAddressBalances: Mock<any, any, any>
    • listAddresses: Mock<any, any, any>
    • requestFaucetFunds: Mock<any, any, any>
    \ No newline at end of file +addressesApiMock | @coinbase/coinbase-sdk
    addressesApiMock: {
        createAddress: Mock<any, any, any>;
        getAddress: Mock<any, any, any>;
        getAddressBalance: Mock<any, any, any>;
        listAddressBalances: Mock<any, any, any>;
        listAddresses: Mock<any, any, any>;
        requestFaucetFunds: Mock<any, any, any>;
    } = ...

    Type declaration

    • createAddress: Mock<any, any, any>
    • getAddress: Mock<any, any, any>
    • getAddressBalance: Mock<any, any, any>
    • listAddressBalances: Mock<any, any, any>
    • listAddresses: Mock<any, any, any>
    • requestFaucetFunds: Mock<any, any, any>
    \ No newline at end of file diff --git a/docs/variables/coinbase_tests_utils.transferId.html b/docs/variables/coinbase_tests_utils.transferId.html index 8cc40221..cae7c4bc 100644 --- a/docs/variables/coinbase_tests_utils.transferId.html +++ b/docs/variables/coinbase_tests_utils.transferId.html @@ -1 +1 @@ -transferId | @coinbase/coinbase-sdk
    transferId: `${string}-${string}-${string}-${string}-${string}` = ...
    \ No newline at end of file +transferId | @coinbase/coinbase-sdk
    transferId: `${string}-${string}-${string}-${string}-${string}` = ...
    \ No newline at end of file diff --git a/docs/variables/coinbase_tests_utils.transfersApiMock.html b/docs/variables/coinbase_tests_utils.transfersApiMock.html index 5cac6a26..63e315aa 100644 --- a/docs/variables/coinbase_tests_utils.transfersApiMock.html +++ b/docs/variables/coinbase_tests_utils.transfersApiMock.html @@ -1 +1 @@ -transfersApiMock | @coinbase/coinbase-sdk
    transfersApiMock: {
        broadcastTransfer: Mock<any, any, any>;
        createTransfer: Mock<any, any, any>;
        getTransfer: Mock<any, any, any>;
        listTransfers: Mock<any, any, any>;
    } = ...

    Type declaration

    • broadcastTransfer: Mock<any, any, any>
    • createTransfer: Mock<any, any, any>
    • getTransfer: Mock<any, any, any>
    • listTransfers: Mock<any, any, any>
    \ No newline at end of file +transfersApiMock | @coinbase/coinbase-sdk
    transfersApiMock: {
        broadcastTransfer: Mock<any, any, any>;
        createTransfer: Mock<any, any, any>;
        getTransfer: Mock<any, any, any>;
        listTransfers: Mock<any, any, any>;
    } = ...

    Type declaration

    • broadcastTransfer: Mock<any, any, any>
    • createTransfer: Mock<any, any, any>
    • getTransfer: Mock<any, any, any>
    • listTransfers: Mock<any, any, any>
    \ No newline at end of file diff --git a/docs/variables/coinbase_tests_utils.usersApiMock.html b/docs/variables/coinbase_tests_utils.usersApiMock.html index bae1ec27..8c310b9e 100644 --- a/docs/variables/coinbase_tests_utils.usersApiMock.html +++ b/docs/variables/coinbase_tests_utils.usersApiMock.html @@ -1 +1 @@ -usersApiMock | @coinbase/coinbase-sdk
    usersApiMock: {
        getCurrentUser: Mock<any, any, any>;
    } = ...

    Type declaration

    • getCurrentUser: Mock<any, any, any>
    \ No newline at end of file +usersApiMock | @coinbase/coinbase-sdk
    usersApiMock: {
        getCurrentUser: Mock<any, any, any>;
    } = ...

    Type declaration

    • getCurrentUser: Mock<any, any, any>
    \ No newline at end of file diff --git a/docs/variables/coinbase_tests_utils.walletId.html b/docs/variables/coinbase_tests_utils.walletId.html index 284cc9a9..45de1085 100644 --- a/docs/variables/coinbase_tests_utils.walletId.html +++ b/docs/variables/coinbase_tests_utils.walletId.html @@ -1 +1 @@ -walletId | @coinbase/coinbase-sdk
    walletId: `${string}-${string}-${string}-${string}-${string}` = ...
    \ No newline at end of file +walletId | @coinbase/coinbase-sdk
    walletId: `${string}-${string}-${string}-${string}-${string}` = ...
    \ No newline at end of file diff --git a/docs/variables/coinbase_tests_utils.walletsApiMock.html b/docs/variables/coinbase_tests_utils.walletsApiMock.html index 0e046641..582ce8c4 100644 --- a/docs/variables/coinbase_tests_utils.walletsApiMock.html +++ b/docs/variables/coinbase_tests_utils.walletsApiMock.html @@ -1 +1 @@ -walletsApiMock | @coinbase/coinbase-sdk
    walletsApiMock: {
        createWallet: Mock<any, any, any>;
        getWallet: Mock<any, any, any>;
        getWalletBalance: Mock<any, any, any>;
        listWalletBalances: Mock<any, any, any>;
        listWallets: Mock<any, any, any>;
    } = ...

    Type declaration

    • createWallet: Mock<any, any, any>
    • getWallet: Mock<any, any, any>
    • getWalletBalance: Mock<any, any, any>
    • listWalletBalances: Mock<any, any, any>
    • listWallets: Mock<any, any, any>
    \ No newline at end of file +walletsApiMock | @coinbase/coinbase-sdk
    walletsApiMock: {
        createWallet: Mock<any, any, any>;
        getWallet: Mock<any, any, any>;
        getWalletBalance: Mock<any, any, any>;
        listWalletBalances: Mock<any, any, any>;
        listWallets: Mock<any, any, any>;
    } = ...

    Type declaration

    • createWallet: Mock<any, any, any>
    • getWallet: Mock<any, any, any>
    • getWalletBalance: Mock<any, any, any>
    • listWalletBalances: Mock<any, any, any>
    • listWallets: Mock<any, any, any>
    \ No newline at end of file