@coinbase-sample/prime-sdk-ts 0.1.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/futures/index.d.ts +37 -0
- package/dist/futures/index.js +95 -0
- package/dist/futures/types.d.ts +48 -0
- package/dist/futures/types.js +2 -0
- package/dist/index.d.ts +14 -12
- package/dist/index.js +5 -1
- package/dist/model/AcceptQuoteRequest.d.ts +32 -0
- package/dist/model/AcceptQuoteRequest.js +21 -0
- package/dist/model/AcceptQuoteResponse.d.ts +22 -0
- package/dist/model/AcceptQuoteResponse.js +21 -0
- package/dist/model/Activity.d.ts +3 -3
- package/dist/model/Activity.js +2 -2
- package/dist/model/ActivityCreationResponse.d.ts +25 -0
- package/dist/model/ActivityCreationResponse.js +21 -0
- package/dist/model/ActivityMetadataAccount.d.ts +2 -2
- package/dist/model/ActivityMetadataAccount.js +2 -2
- package/dist/model/ActivityMetadataConsensus.d.ts +2 -2
- package/dist/model/ActivityMetadataConsensus.js +2 -2
- package/dist/model/ActivityMetadataTransactions.d.ts +2 -2
- package/dist/model/ActivityMetadataTransactions.js +2 -2
- package/dist/model/AddressBookEntry.d.ts +2 -2
- package/dist/model/AddressBookEntry.js +2 -2
- package/dist/model/AddressEntry.d.ts +27 -0
- package/dist/model/AddressEntry.js +21 -0
- package/dist/model/AddressGroup.d.ts +27 -0
- package/dist/model/AddressGroup.js +21 -0
- package/dist/model/AggregatedFiatBalance.d.ts +2 -2
- package/dist/model/AggregatedFiatBalance.js +2 -2
- package/dist/model/Allocation.d.ts +2 -2
- package/dist/model/Allocation.js +2 -2
- package/dist/model/AllocationLeg.d.ts +2 -2
- package/dist/model/AllocationLeg.js +2 -2
- package/dist/model/AmountDue.d.ts +2 -2
- package/dist/model/AmountDue.js +2 -2
- package/dist/model/Asset.d.ts +7 -2
- package/dist/model/Asset.js +2 -2
- package/dist/model/AssetChange.d.ts +2 -2
- package/dist/model/AssetChange.js +2 -2
- package/dist/model/Balance.d.ts +2 -2
- package/dist/model/Balance.js +2 -2
- package/dist/model/BlockchainAddress.d.ts +10 -2
- package/dist/model/BlockchainAddress.js +2 -2
- package/dist/model/CancelFuturesSweepResponse.d.ts +29 -0
- package/dist/model/CancelFuturesSweepResponse.js +21 -0
- package/dist/model/CancelOrderResponse.d.ts +2 -2
- package/dist/model/CancelOrderResponse.js +2 -2
- package/dist/model/Commission.d.ts +2 -2
- package/dist/model/Commission.js +2 -2
- package/dist/model/CreateAddressGroup.d.ts +26 -0
- package/dist/model/CreateAddressGroup.js +21 -0
- package/dist/model/CreateAllocationRequest.d.ts +2 -2
- package/dist/model/CreateAllocationRequest.js +2 -2
- package/dist/model/CreateAllocationResponse.d.ts +2 -2
- package/dist/model/CreateAllocationResponse.js +2 -2
- package/dist/model/CreateAllocationResponseBody.d.ts +2 -2
- package/dist/model/CreateAllocationResponseBody.js +2 -2
- package/dist/model/CreateConversionRequest.d.ts +2 -2
- package/dist/model/CreateConversionRequest.js +2 -2
- package/dist/model/CreateConversionResponse.d.ts +2 -2
- package/dist/model/CreateConversionResponse.js +2 -2
- package/dist/model/CreateNetAllocationResponse.d.ts +2 -2
- package/dist/model/CreateNetAllocationResponse.js +2 -2
- package/dist/model/CreateNetAllocationResponseBody.d.ts +2 -2
- package/dist/model/CreateNetAllocationResponseBody.js +2 -2
- package/dist/model/CreateOnchainTransactionRequest.d.ts +29 -0
- package/dist/model/CreateOnchainTransactionRequest.js +21 -0
- package/dist/model/CreateOnchainTransactionRequestEvmParams.d.ts +33 -0
- package/dist/model/CreateOnchainTransactionRequestEvmParams.js +21 -0
- package/dist/model/CreateOnchainTransactionResponse.d.ts +25 -0
- package/dist/model/CreateOnchainTransactionResponse.js +21 -0
- package/dist/model/CreateOrderRequest.d.ts +2 -2
- package/dist/model/CreateOrderRequest.js +2 -2
- package/dist/model/CreateOrderResponse.d.ts +2 -2
- package/dist/model/CreateOrderResponse.js +2 -2
- package/dist/model/CreatePortfolioAddressBookEntryRequest.d.ts +2 -2
- package/dist/model/CreatePortfolioAddressBookEntryRequest.js +2 -2
- package/dist/model/CreatePortfolioAddressBookEntryResponse.d.ts +3 -3
- package/dist/model/CreatePortfolioAddressBookEntryResponse.js +2 -2
- package/dist/model/CreateWalletRequest.d.ts +6 -2
- package/dist/model/CreateWalletRequest.js +2 -2
- package/dist/model/CreateWalletResponse.d.ts +4 -2
- package/dist/model/CreateWalletResponse.js +2 -2
- package/dist/model/CreateWalletTransferResponse.d.ts +2 -2
- package/dist/model/CreateWalletTransferResponse.js +2 -2
- package/dist/model/CreateWalletWithdrawalRequest.d.ts +2 -2
- package/dist/model/CreateWalletWithdrawalRequest.js +2 -2
- package/dist/model/CreateWalletWithdrawalResponse.d.ts +2 -2
- package/dist/model/CreateWalletWithdrawalResponse.js +2 -2
- package/dist/model/DefiBalance.d.ts +2 -2
- package/dist/model/DefiBalance.js +2 -2
- package/dist/model/DestinationAlloc.d.ts +2 -2
- package/dist/model/DestinationAlloc.js +2 -2
- package/dist/model/DisplayUser.d.ts +2 -2
- package/dist/model/DisplayUser.js +2 -2
- package/dist/model/EntityUser.d.ts +2 -2
- package/dist/model/EntityUser.js +2 -2
- package/dist/model/EstimatedNetworkFees.d.ts +2 -2
- package/dist/model/EstimatedNetworkFees.js +2 -2
- package/dist/model/FcmFuturesSweep.d.ts +37 -0
- package/dist/model/FcmFuturesSweep.js +21 -0
- package/dist/model/FcmFuturesSweepRequestAmount.d.ts +29 -0
- package/dist/model/FcmFuturesSweepRequestAmount.js +21 -0
- package/dist/model/FcmPosition.d.ts +51 -0
- package/dist/model/FcmPosition.js +21 -0
- package/dist/model/Fill.d.ts +2 -2
- package/dist/model/Fill.js +2 -2
- package/dist/model/GetActivityResponse.d.ts +2 -2
- package/dist/model/GetActivityResponse.js +2 -2
- package/dist/model/GetAllocationResponse.d.ts +2 -2
- package/dist/model/GetAllocationResponse.js +2 -2
- package/dist/model/GetAllocationsByClientNettingIdResponse.d.ts +2 -2
- package/dist/model/GetAllocationsByClientNettingIdResponse.js +2 -2
- package/dist/model/GetEntityActivitiesResponse.d.ts +2 -2
- package/dist/model/GetEntityActivitiesResponse.js +2 -2
- package/dist/model/GetEntityAssetsResponse.d.ts +2 -2
- package/dist/model/GetEntityAssetsResponse.js +2 -2
- package/dist/model/GetEntityPaymentMethodDetailsResponse.d.ts +2 -2
- package/dist/model/GetEntityPaymentMethodDetailsResponse.js +2 -2
- package/dist/model/GetEntityPaymentMethodsResponse.d.ts +2 -2
- package/dist/model/GetEntityPaymentMethodsResponse.js +2 -2
- package/dist/model/GetEntityUsersResponse.d.ts +2 -2
- package/dist/model/GetEntityUsersResponse.js +2 -2
- package/dist/model/GetFcmBalanceResponse.d.ts +57 -0
- package/dist/model/GetFcmBalanceResponse.js +21 -0
- package/dist/model/GetFuturesSweepsResponse.d.ts +24 -0
- package/dist/model/GetFuturesSweepsResponse.js +21 -0
- package/dist/model/GetInvoicesResponse.d.ts +2 -2
- package/dist/model/GetInvoicesResponse.js +2 -2
- package/dist/model/GetOpenOrdersResponse.d.ts +2 -2
- package/dist/model/GetOpenOrdersResponse.js +2 -2
- package/dist/model/GetOrderFillsResponse.d.ts +2 -2
- package/dist/model/GetOrderFillsResponse.js +2 -2
- package/dist/model/GetOrderResponse.d.ts +2 -2
- package/dist/model/GetOrderResponse.js +2 -2
- package/dist/model/GetOrdersResponse.d.ts +2 -2
- package/dist/model/GetOrdersResponse.js +2 -2
- package/dist/model/GetPortfolioActivitiesResponse.d.ts +2 -2
- package/dist/model/GetPortfolioActivitiesResponse.js +2 -2
- package/dist/model/GetPortfolioActivityResponse.d.ts +2 -2
- package/dist/model/GetPortfolioActivityResponse.js +2 -2
- package/dist/model/GetPortfolioAddressBookResponse.d.ts +2 -2
- package/dist/model/GetPortfolioAddressBookResponse.js +2 -2
- package/dist/model/GetPortfolioAllocationsResponse.d.ts +2 -2
- package/dist/model/GetPortfolioAllocationsResponse.js +2 -2
- package/dist/model/GetPortfolioBalancesResponse.d.ts +3 -2
- package/dist/model/GetPortfolioBalancesResponse.js +2 -2
- package/dist/model/GetPortfolioCommissionResponse.d.ts +2 -2
- package/dist/model/GetPortfolioCommissionResponse.js +2 -2
- package/dist/model/GetPortfolioFillsResponse.d.ts +2 -2
- package/dist/model/GetPortfolioFillsResponse.js +2 -2
- package/dist/model/GetPortfolioProductsResponse.d.ts +2 -2
- package/dist/model/GetPortfolioProductsResponse.js +2 -2
- package/dist/model/GetPortfolioResponse.d.ts +2 -2
- package/dist/model/GetPortfolioResponse.js +2 -2
- package/dist/model/GetPortfolioTransactionsResponse.d.ts +2 -2
- package/dist/model/GetPortfolioTransactionsResponse.js +2 -2
- package/dist/model/GetPortfolioUsersResponse.d.ts +2 -2
- package/dist/model/GetPortfolioUsersResponse.js +2 -2
- package/dist/model/GetPortfoliosResponse.d.ts +2 -2
- package/dist/model/GetPortfoliosResponse.js +2 -2
- package/dist/model/GetPositionsResponse.d.ts +27 -0
- package/dist/model/GetPositionsResponse.js +21 -0
- package/dist/model/GetPostTradeCreditResponse.d.ts +2 -2
- package/dist/model/GetPostTradeCreditResponse.js +2 -2
- package/dist/model/GetTransactionResponse.d.ts +2 -2
- package/dist/model/GetTransactionResponse.js +2 -2
- package/dist/model/GetWalletAddressesResponse.d.ts +25 -0
- package/dist/model/GetWalletAddressesResponse.js +21 -0
- package/dist/model/GetWalletBalanceResponse.d.ts +2 -2
- package/dist/model/GetWalletBalanceResponse.js +2 -2
- package/dist/model/GetWalletDepositInstructionsResponse.d.ts +2 -2
- package/dist/model/GetWalletDepositInstructionsResponse.js +2 -2
- package/dist/model/GetWalletResponse.d.ts +2 -2
- package/dist/model/GetWalletResponse.js +2 -2
- package/dist/model/GetWalletTransactionsResponse.d.ts +2 -2
- package/dist/model/GetWalletTransactionsResponse.js +2 -2
- package/dist/model/GetWalletsResponse.d.ts +2 -2
- package/dist/model/GetWalletsResponse.js +2 -2
- package/dist/model/Invoice.d.ts +2 -2
- package/dist/model/Invoice.js +2 -2
- package/dist/model/InvoiceItem.d.ts +2 -2
- package/dist/model/InvoiceItem.js +2 -2
- package/dist/model/ListOnchainAddressGroupsResponse.d.ts +23 -0
- package/dist/model/ListOnchainAddressGroupsResponse.js +21 -0
- package/dist/model/ListWeb3WalletBalancesResponse.d.ts +2 -2
- package/dist/model/ListWeb3WalletBalancesResponse.js +2 -2
- package/dist/model/MatchMetadata.d.ts +2 -2
- package/dist/model/MatchMetadata.js +2 -2
- package/dist/model/NFTCollection.d.ts +2 -2
- package/dist/model/NFTCollection.js +2 -2
- package/dist/model/NFTItem.d.ts +2 -2
- package/dist/model/NFTItem.js +2 -2
- package/dist/model/Network.d.ts +29 -0
- package/dist/model/Network.js +21 -0
- package/dist/model/NetworkDetails.d.ts +55 -0
- package/dist/model/NetworkDetails.js +21 -0
- package/dist/model/OnchainTransactionDetails.d.ts +53 -0
- package/dist/model/OnchainTransactionDetails.js +21 -0
- package/dist/model/Order.d.ts +6 -2
- package/dist/model/Order.js +2 -2
- package/dist/model/OrderPreviewRequest.d.ts +2 -2
- package/dist/model/OrderPreviewRequest.js +2 -2
- package/dist/model/PaginatedResponse.d.ts +2 -2
- package/dist/model/PaginatedResponse.js +2 -2
- package/dist/model/PaymentMethodDestination.d.ts +2 -2
- package/dist/model/PaymentMethodDestination.js +2 -2
- package/dist/model/PaymentMethodDetails.d.ts +2 -2
- package/dist/model/PaymentMethodDetails.js +2 -2
- package/dist/model/PaymentMethodSummary.d.ts +2 -2
- package/dist/model/PaymentMethodSummary.js +2 -2
- package/dist/model/PortfolioUser.d.ts +2 -2
- package/dist/model/PortfolioUser.js +2 -2
- package/dist/model/PostOrderPreviewResponse.d.ts +2 -2
- package/dist/model/PostOrderPreviewResponse.js +2 -2
- package/dist/model/PostTradeCreditInformation.d.ts +2 -2
- package/dist/model/PostTradeCreditInformation.js +2 -2
- package/dist/model/Product.d.ts +2 -2
- package/dist/model/Product.js +2 -2
- package/dist/model/QuoteResponse.d.ts +26 -0
- package/dist/model/QuoteResponse.js +21 -0
- package/dist/model/RFQ.d.ts +34 -0
- package/dist/model/RFQ.js +21 -0
- package/dist/model/RiskAssessment.d.ts +29 -0
- package/dist/model/RiskAssessment.js +21 -0
- package/dist/model/RpcConfig.d.ts +29 -0
- package/dist/model/RpcConfig.js +21 -0
- package/dist/model/ScheduleFuturesSweepRequest.d.ts +29 -0
- package/dist/model/ScheduleFuturesSweepRequest.js +21 -0
- package/dist/model/ScheduleFuturesSweepResponse.d.ts +29 -0
- package/dist/model/ScheduleFuturesSweepResponse.js +21 -0
- package/dist/model/SetAutoSweepRequest.d.ts +25 -0
- package/dist/model/SetAutoSweepRequest.js +21 -0
- package/dist/model/SetAutoSweepResponse.d.ts +25 -0
- package/dist/model/SetAutoSweepResponse.js +21 -0
- package/dist/model/Transaction.d.ts +7 -3
- package/dist/model/Transaction.js +2 -2
- package/dist/model/TransactionMetadata.d.ts +4 -2
- package/dist/model/TransactionMetadata.js +2 -2
- package/dist/model/TransferLocation.d.ts +2 -2
- package/dist/model/TransferLocation.js +2 -2
- package/dist/model/UserAction.d.ts +2 -2
- package/dist/model/UserAction.js +2 -2
- package/dist/model/Wallet.d.ts +6 -2
- package/dist/model/Wallet.js +2 -2
- package/dist/model/WalletCryptoDepositInstructions.d.ts +4 -2
- package/dist/model/WalletCryptoDepositInstructions.js +2 -2
- package/dist/model/WalletFiatDepositInstructions.d.ts +2 -2
- package/dist/model/WalletFiatDepositInstructions.js +2 -2
- package/dist/model/Web3Asset.d.ts +2 -2
- package/dist/model/Web3Asset.js +2 -2
- package/dist/model/Web3Balance.d.ts +2 -2
- package/dist/model/Web3Balance.js +2 -2
- package/dist/model/Web3TransactionMetadata.d.ts +30 -0
- package/dist/model/Web3TransactionMetadata.js +21 -0
- package/dist/model/changeOnchainAddressGroupRequestIsARequestToCreateOrUpdateANewOnchainAddressGroup.d.ts +23 -0
- package/dist/model/changeOnchainAddressGroupRequestIsARequestToCreateOrUpdateANewOnchainAddressGroup.js +21 -0
- package/dist/model/createATransferBetweenTwoWallets.d.ts +2 -2
- package/dist/model/createATransferBetweenTwoWallets.js +2 -2
- package/dist/model/enums/Action.d.ts +2 -2
- package/dist/model/enums/Action.js +2 -2
- package/dist/model/enums/ActivityCategory.d.ts +2 -2
- package/dist/model/enums/ActivityCategory.js +2 -2
- package/dist/model/enums/ActivityLevel.d.ts +2 -2
- package/dist/model/enums/ActivityLevel.js +2 -2
- package/dist/model/enums/ActivitySecondaryType.d.ts +2 -2
- package/dist/model/enums/ActivitySecondaryType.js +2 -2
- package/dist/model/enums/ActivityStatus.d.ts +2 -2
- package/dist/model/enums/ActivityStatus.js +2 -2
- package/dist/model/enums/ActivityType.d.ts +2 -2
- package/dist/model/enums/ActivityType.js +2 -2
- package/dist/model/enums/AddressBookType.d.ts +2 -2
- package/dist/model/enums/AddressBookType.js +2 -2
- package/dist/model/enums/AllocationSizeType.d.ts +2 -2
- package/dist/model/enums/AllocationSizeType.js +2 -2
- package/dist/model/enums/AllocationStatus.d.ts +2 -2
- package/dist/model/enums/AllocationStatus.js +2 -2
- package/dist/model/enums/AssetChangeType.d.ts +2 -2
- package/dist/model/enums/AssetChangeType.js +2 -2
- package/dist/model/enums/CustodyActivityType.d.ts +51 -0
- package/dist/model/enums/CustodyActivityType.js +55 -0
- package/dist/model/enums/DestinationType.d.ts +2 -2
- package/dist/model/enums/DestinationType.js +2 -2
- package/dist/model/enums/FcmFuturesSweepStatus.d.ts +26 -0
- package/dist/model/enums/FcmFuturesSweepStatus.js +30 -0
- package/dist/model/enums/FcmPositionSide.d.ts +24 -0
- package/dist/model/enums/FcmPositionSide.js +28 -0
- package/dist/model/enums/HierarchyType.d.ts +2 -2
- package/dist/model/enums/HierarchyType.js +2 -2
- package/dist/model/enums/InvoiceState.d.ts +2 -2
- package/dist/model/enums/InvoiceState.js +2 -2
- package/dist/model/enums/InvoiceType.d.ts +2 -2
- package/dist/model/enums/InvoiceType.js +2 -2
- package/dist/model/enums/NetworkFamily.d.ts +24 -0
- package/dist/model/enums/NetworkFamily.js +28 -0
- package/dist/model/enums/NetworkType.d.ts +23 -0
- package/dist/model/enums/NetworkType.js +27 -0
- package/dist/model/enums/OrderSide.d.ts +2 -2
- package/dist/model/enums/OrderSide.js +2 -2
- package/dist/model/enums/OrderStatus.d.ts +2 -2
- package/dist/model/enums/OrderStatus.js +2 -2
- package/dist/model/enums/OrderType.d.ts +5 -4
- package/dist/model/enums/OrderType.js +4 -3
- package/dist/model/enums/PaymentMethodType.d.ts +2 -2
- package/dist/model/enums/PaymentMethodType.js +2 -2
- package/dist/model/enums/PortfolioBalanceType.d.ts +4 -3
- package/dist/model/enums/PortfolioBalanceType.js +3 -2
- package/dist/model/enums/PrimeActivityType.d.ts +63 -0
- package/dist/model/enums/PrimeActivityType.js +67 -0
- package/dist/model/enums/ProductPermissions.d.ts +2 -2
- package/dist/model/enums/ProductPermissions.js +2 -2
- package/dist/model/enums/SigningStatus.d.ts +24 -0
- package/dist/model/enums/SigningStatus.js +28 -0
- package/dist/model/enums/SortDirection.d.ts +2 -2
- package/dist/model/enums/SortDirection.js +2 -2
- package/dist/model/enums/TimeInForceType.d.ts +2 -2
- package/dist/model/enums/TimeInForceType.js +2 -2
- package/dist/model/enums/TransactionStatus.d.ts +2 -2
- package/dist/model/enums/TransactionStatus.js +2 -2
- package/dist/model/enums/TransactionType.d.ts +5 -4
- package/dist/model/enums/TransactionType.js +4 -3
- package/dist/model/enums/TransferLocationType.d.ts +2 -2
- package/dist/model/enums/TransferLocationType.js +2 -2
- package/dist/model/enums/UserRole.d.ts +2 -2
- package/dist/model/enums/UserRole.js +2 -2
- package/dist/model/enums/VisibilityStatus.d.ts +2 -2
- package/dist/model/enums/VisibilityStatus.js +2 -2
- package/dist/model/enums/WalletDepositInstructionType.d.ts +5 -4
- package/dist/model/enums/WalletDepositInstructionType.js +4 -3
- package/dist/model/enums/WalletType.d.ts +5 -5
- package/dist/model/enums/WalletType.js +4 -4
- package/dist/model/enums/WalletVisibility.d.ts +24 -0
- package/dist/model/enums/WalletVisibility.js +28 -0
- package/dist/model/portfolio.d.ts +2 -2
- package/dist/model/portfolio.js +2 -2
- package/dist/onchainAddressBook/index.d.ts +33 -0
- package/dist/onchainAddressBook/index.js +75 -0
- package/dist/onchainAddressBook/types.d.ts +35 -0
- package/dist/onchainAddressBook/types.js +2 -0
- package/dist/onchainAddressGroups/index.d.ts +27 -0
- package/dist/onchainAddressGroups/index.js +27 -0
- package/dist/onchainAddressGroups/types.d.ts +20 -0
- package/dist/onchainAddressGroups/types.js +2 -0
- package/dist/orders/index.d.ts +5 -1
- package/dist/orders/index.js +22 -0
- package/dist/orders/types.d.ts +11 -0
- package/dist/transactions/index.d.ts +3 -1
- package/dist/transactions/index.js +12 -0
- package/dist/transactions/types.d.ts +7 -0
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright
|
|
2
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
3
3
|
*
|
|
4
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
4
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
5
5
|
*
|
|
6
6
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
* you may not use this file except in compliance with the License.
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
* Do not edit the class manually.
|
|
19
19
|
*/
|
|
20
20
|
/**
|
|
21
|
-
* - UNKNOWN_ORDER_TYPE: nil value - MARKET: A [market order](https://en.wikipedia.org/wiki/Order_(exchange)#Market_order) - LIMIT: A [limit order](https://en.wikipedia.org/wiki/Order_(exchange)#Limit_order) - TWAP: A [time-weighted average price order](https://en.wikipedia.org/wiki/Time-weighted_average_price) - BLOCK: A [block trade](https://en.wikipedia.org/wiki/Block_trade) - VWAP: A [volume-weighted average price order](https://en.wikipedia.org/wiki/Volume-weighted_average_price) - STOP_LIMIT: A [conditional order combined of stop order and limit order](https://en.wikipedia.org/wiki/Order_(exchange)#Stop-limit_order)
|
|
21
|
+
* - UNKNOWN_ORDER_TYPE: nil value - MARKET: A [market order](https://en.wikipedia.org/wiki/Order_(exchange)#Market_order) - LIMIT: A [limit order](https://en.wikipedia.org/wiki/Order_(exchange)#Limit_order) - TWAP: A [time-weighted average price order](https://en.wikipedia.org/wiki/Time-weighted_average_price) - BLOCK: A [block trade](https://en.wikipedia.org/wiki/Block_trade) - VWAP: A [volume-weighted average price order](https://en.wikipedia.org/wiki/Volume-weighted_average_price) - STOP_LIMIT: A [conditional order combined of stop order and limit order](https://en.wikipedia.org/wiki/Order_(exchange)#Stop-limit_order) - RFQ: A [request for quote](https://en.wikipedia.org/wiki/Request_for_quote)
|
|
22
22
|
*/
|
|
23
23
|
export declare enum OrderType {
|
|
24
24
|
UnknownOrderType = "UNKNOWN_ORDER_TYPE",
|
|
@@ -27,5 +27,6 @@ export declare enum OrderType {
|
|
|
27
27
|
Twap = "TWAP",
|
|
28
28
|
Block = "BLOCK",
|
|
29
29
|
Vwap = "VWAP",
|
|
30
|
-
StopLimit = "STOP_LIMIT"
|
|
30
|
+
StopLimit = "STOP_LIMIT",
|
|
31
|
+
Rfq = "RFQ"
|
|
31
32
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
4
4
|
*
|
|
5
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
5
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
8
|
* you may not use this file except in compliance with the License.
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
22
|
exports.OrderType = void 0;
|
|
23
23
|
/**
|
|
24
|
-
* - UNKNOWN_ORDER_TYPE: nil value - MARKET: A [market order](https://en.wikipedia.org/wiki/Order_(exchange)#Market_order) - LIMIT: A [limit order](https://en.wikipedia.org/wiki/Order_(exchange)#Limit_order) - TWAP: A [time-weighted average price order](https://en.wikipedia.org/wiki/Time-weighted_average_price) - BLOCK: A [block trade](https://en.wikipedia.org/wiki/Block_trade) - VWAP: A [volume-weighted average price order](https://en.wikipedia.org/wiki/Volume-weighted_average_price) - STOP_LIMIT: A [conditional order combined of stop order and limit order](https://en.wikipedia.org/wiki/Order_(exchange)#Stop-limit_order)
|
|
24
|
+
* - UNKNOWN_ORDER_TYPE: nil value - MARKET: A [market order](https://en.wikipedia.org/wiki/Order_(exchange)#Market_order) - LIMIT: A [limit order](https://en.wikipedia.org/wiki/Order_(exchange)#Limit_order) - TWAP: A [time-weighted average price order](https://en.wikipedia.org/wiki/Time-weighted_average_price) - BLOCK: A [block trade](https://en.wikipedia.org/wiki/Block_trade) - VWAP: A [volume-weighted average price order](https://en.wikipedia.org/wiki/Volume-weighted_average_price) - STOP_LIMIT: A [conditional order combined of stop order and limit order](https://en.wikipedia.org/wiki/Order_(exchange)#Stop-limit_order) - RFQ: A [request for quote](https://en.wikipedia.org/wiki/Request_for_quote)
|
|
25
25
|
*/
|
|
26
26
|
var OrderType;
|
|
27
27
|
(function (OrderType) {
|
|
@@ -32,4 +32,5 @@ var OrderType;
|
|
|
32
32
|
OrderType["Block"] = "BLOCK";
|
|
33
33
|
OrderType["Vwap"] = "VWAP";
|
|
34
34
|
OrderType["StopLimit"] = "STOP_LIMIT";
|
|
35
|
+
OrderType["Rfq"] = "RFQ";
|
|
35
36
|
})(OrderType || (exports.OrderType = OrderType = {}));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright
|
|
2
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
3
3
|
*
|
|
4
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
4
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
5
5
|
*
|
|
6
6
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
4
4
|
*
|
|
5
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
5
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
8
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright
|
|
2
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
3
3
|
*
|
|
4
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
4
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
5
5
|
*
|
|
6
6
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
* you may not use this file except in compliance with the License.
|
|
@@ -21,5 +21,6 @@ export declare enum PortfolioBalanceType {
|
|
|
21
21
|
UnknownBalanceType = "UNKNOWN_BALANCE_TYPE",
|
|
22
22
|
TradingBalances = "TRADING_BALANCES",
|
|
23
23
|
VaultBalances = "VAULT_BALANCES",
|
|
24
|
-
TotalBalances = "TOTAL_BALANCES"
|
|
24
|
+
TotalBalances = "TOTAL_BALANCES",
|
|
25
|
+
PrimeCustodyBalances = "PRIME_CUSTODY_BALANCES"
|
|
25
26
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
4
4
|
*
|
|
5
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
5
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
8
|
* you may not use this file except in compliance with the License.
|
|
@@ -26,4 +26,5 @@ var PortfolioBalanceType;
|
|
|
26
26
|
PortfolioBalanceType["TradingBalances"] = "TRADING_BALANCES";
|
|
27
27
|
PortfolioBalanceType["VaultBalances"] = "VAULT_BALANCES";
|
|
28
28
|
PortfolioBalanceType["TotalBalances"] = "TOTAL_BALANCES";
|
|
29
|
+
PortfolioBalanceType["PrimeCustodyBalances"] = "PRIME_CUSTODY_BALANCES";
|
|
29
30
|
})(PortfolioBalanceType || (exports.PortfolioBalanceType = PortfolioBalanceType = {}));
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
3
|
+
*
|
|
4
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
* you may not use this file except in compliance with the License.
|
|
8
|
+
* You may obtain a copy of the License at
|
|
9
|
+
*
|
|
10
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
*
|
|
12
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
* See the License for the specific language governing permissions and
|
|
16
|
+
* limitations under the License.
|
|
17
|
+
*
|
|
18
|
+
* Do not edit the class manually.
|
|
19
|
+
*/
|
|
20
|
+
export declare enum ActivityType {
|
|
21
|
+
OtherActivityType = "OTHER_ACTIVITY_TYPE",
|
|
22
|
+
ActivityTypeLimitOrder = "ACTIVITY_TYPE_LIMIT_ORDER",
|
|
23
|
+
ActivityTypeMarketOrder = "ACTIVITY_TYPE_MARKET_ORDER",
|
|
24
|
+
ActivityTypeTwapOrder = "ACTIVITY_TYPE_TWAP_ORDER",
|
|
25
|
+
ActivityTypeBlockTrade = "ACTIVITY_TYPE_BLOCK_TRADE",
|
|
26
|
+
ActivityTypeVwapOrder = "ACTIVITY_TYPE_VWAP_ORDER",
|
|
27
|
+
ActivityTypeStopLimitOrder = "ACTIVITY_TYPE_STOP_LIMIT_ORDER",
|
|
28
|
+
ActivityTypeDeposit = "ACTIVITY_TYPE_DEPOSIT",
|
|
29
|
+
ActivityTypeWithdrawal = "ACTIVITY_TYPE_WITHDRAWAL",
|
|
30
|
+
ActivityTypeInternalTransfer = "ACTIVITY_TYPE_INTERNAL_TRANSFER",
|
|
31
|
+
ActivityTypeCreateWallet = "ACTIVITY_TYPE_CREATE_WALLET",
|
|
32
|
+
ActivityTypeRemoveWallet = "ACTIVITY_TYPE_REMOVE_WALLET",
|
|
33
|
+
ActivityTypeUpdateWallet = "ACTIVITY_TYPE_UPDATE_WALLET",
|
|
34
|
+
ActivityTypeCastVote = "ACTIVITY_TYPE_CAST_VOTE",
|
|
35
|
+
ActivityTypeEnableVoting = "ACTIVITY_TYPE_ENABLE_VOTING",
|
|
36
|
+
ActivityTypeStake = "ACTIVITY_TYPE_STAKE",
|
|
37
|
+
ActivityTypeUnstake = "ACTIVITY_TYPE_UNSTAKE",
|
|
38
|
+
ActivityTypeChangeValidator = "ACTIVITY_TYPE_CHANGE_VALIDATOR",
|
|
39
|
+
ActivityTypeRestake = "ACTIVITY_TYPE_RESTAKE",
|
|
40
|
+
ActivityTypeAddressBook = "ACTIVITY_TYPE_ADDRESS_BOOK",
|
|
41
|
+
ActivityTypeTeamMembers = "ACTIVITY_TYPE_TEAM_MEMBERS",
|
|
42
|
+
ActivityTypeBilling = "ACTIVITY_TYPE_BILLING",
|
|
43
|
+
ActivityTypeSecurity = "ACTIVITY_TYPE_SECURITY",
|
|
44
|
+
ActivityTypeApi = "ACTIVITY_TYPE_API",
|
|
45
|
+
ActivityTypeSettings = "ACTIVITY_TYPE_SETTINGS",
|
|
46
|
+
ActivityTypeSmartContract = "ACTIVITY_TYPE_SMART_CONTRACT",
|
|
47
|
+
ActivityTypeAllocationIn = "ACTIVITY_TYPE_ALLOCATION_IN",
|
|
48
|
+
ActivityTypeAllocationOut = "ACTIVITY_TYPE_ALLOCATION_OUT",
|
|
49
|
+
ActivityTypeAllocationInReversal = "ACTIVITY_TYPE_ALLOCATION_IN_REVERSAL",
|
|
50
|
+
ActivityTypeAllocationOutReversal = "ACTIVITY_TYPE_ALLOCATION_OUT_REVERSAL",
|
|
51
|
+
ActivityTypeConversion = "ACTIVITY_TYPE_CONVERSION",
|
|
52
|
+
ActivityTypePrincipalOut = "ACTIVITY_TYPE_PRINCIPAL_OUT",
|
|
53
|
+
ActivityTypePrincipalIn = "ACTIVITY_TYPE_PRINCIPAL_IN",
|
|
54
|
+
ActivityTypeCollateralOut = "ACTIVITY_TYPE_COLLATERAL_OUT",
|
|
55
|
+
ActivityTypeCollateralIn = "ACTIVITY_TYPE_COLLATERAL_IN",
|
|
56
|
+
ActivityTypeInterestOut = "ACTIVITY_TYPE_INTEREST_OUT",
|
|
57
|
+
ActivityTypeInterestIn = "ACTIVITY_TYPE_INTEREST_IN",
|
|
58
|
+
ActivityTypeWeb3Message = "ACTIVITY_TYPE_WEB3_MESSAGE",
|
|
59
|
+
ActivityTypeWeb3Transaction = "ACTIVITY_TYPE_WEB3_TRANSACTION",
|
|
60
|
+
ActivityTypeWeb3DeviceRecovery = "ACTIVITY_TYPE_WEB3_DEVICE_RECOVERY",
|
|
61
|
+
ActivityTypeWeb3RecreateBackup = "ACTIVITY_TYPE_WEB3_RECREATE_BACKUP",
|
|
62
|
+
ActivityTypeWeb3Onboarding = "ACTIVITY_TYPE_WEB3_ONBOARDING"
|
|
63
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
4
|
+
*
|
|
5
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
6
|
+
*
|
|
7
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
+
* you may not use this file except in compliance with the License.
|
|
9
|
+
* You may obtain a copy of the License at
|
|
10
|
+
*
|
|
11
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
+
*
|
|
13
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
+
* See the License for the specific language governing permissions and
|
|
17
|
+
* limitations under the License.
|
|
18
|
+
*
|
|
19
|
+
* Do not edit the class manually.
|
|
20
|
+
*/
|
|
21
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
|
+
exports.ActivityType = void 0;
|
|
23
|
+
var ActivityType;
|
|
24
|
+
(function (ActivityType) {
|
|
25
|
+
ActivityType["OtherActivityType"] = "OTHER_ACTIVITY_TYPE";
|
|
26
|
+
ActivityType["ActivityTypeLimitOrder"] = "ACTIVITY_TYPE_LIMIT_ORDER";
|
|
27
|
+
ActivityType["ActivityTypeMarketOrder"] = "ACTIVITY_TYPE_MARKET_ORDER";
|
|
28
|
+
ActivityType["ActivityTypeTwapOrder"] = "ACTIVITY_TYPE_TWAP_ORDER";
|
|
29
|
+
ActivityType["ActivityTypeBlockTrade"] = "ACTIVITY_TYPE_BLOCK_TRADE";
|
|
30
|
+
ActivityType["ActivityTypeVwapOrder"] = "ACTIVITY_TYPE_VWAP_ORDER";
|
|
31
|
+
ActivityType["ActivityTypeStopLimitOrder"] = "ACTIVITY_TYPE_STOP_LIMIT_ORDER";
|
|
32
|
+
ActivityType["ActivityTypeDeposit"] = "ACTIVITY_TYPE_DEPOSIT";
|
|
33
|
+
ActivityType["ActivityTypeWithdrawal"] = "ACTIVITY_TYPE_WITHDRAWAL";
|
|
34
|
+
ActivityType["ActivityTypeInternalTransfer"] = "ACTIVITY_TYPE_INTERNAL_TRANSFER";
|
|
35
|
+
ActivityType["ActivityTypeCreateWallet"] = "ACTIVITY_TYPE_CREATE_WALLET";
|
|
36
|
+
ActivityType["ActivityTypeRemoveWallet"] = "ACTIVITY_TYPE_REMOVE_WALLET";
|
|
37
|
+
ActivityType["ActivityTypeUpdateWallet"] = "ACTIVITY_TYPE_UPDATE_WALLET";
|
|
38
|
+
ActivityType["ActivityTypeCastVote"] = "ACTIVITY_TYPE_CAST_VOTE";
|
|
39
|
+
ActivityType["ActivityTypeEnableVoting"] = "ACTIVITY_TYPE_ENABLE_VOTING";
|
|
40
|
+
ActivityType["ActivityTypeStake"] = "ACTIVITY_TYPE_STAKE";
|
|
41
|
+
ActivityType["ActivityTypeUnstake"] = "ACTIVITY_TYPE_UNSTAKE";
|
|
42
|
+
ActivityType["ActivityTypeChangeValidator"] = "ACTIVITY_TYPE_CHANGE_VALIDATOR";
|
|
43
|
+
ActivityType["ActivityTypeRestake"] = "ACTIVITY_TYPE_RESTAKE";
|
|
44
|
+
ActivityType["ActivityTypeAddressBook"] = "ACTIVITY_TYPE_ADDRESS_BOOK";
|
|
45
|
+
ActivityType["ActivityTypeTeamMembers"] = "ACTIVITY_TYPE_TEAM_MEMBERS";
|
|
46
|
+
ActivityType["ActivityTypeBilling"] = "ACTIVITY_TYPE_BILLING";
|
|
47
|
+
ActivityType["ActivityTypeSecurity"] = "ACTIVITY_TYPE_SECURITY";
|
|
48
|
+
ActivityType["ActivityTypeApi"] = "ACTIVITY_TYPE_API";
|
|
49
|
+
ActivityType["ActivityTypeSettings"] = "ACTIVITY_TYPE_SETTINGS";
|
|
50
|
+
ActivityType["ActivityTypeSmartContract"] = "ACTIVITY_TYPE_SMART_CONTRACT";
|
|
51
|
+
ActivityType["ActivityTypeAllocationIn"] = "ACTIVITY_TYPE_ALLOCATION_IN";
|
|
52
|
+
ActivityType["ActivityTypeAllocationOut"] = "ACTIVITY_TYPE_ALLOCATION_OUT";
|
|
53
|
+
ActivityType["ActivityTypeAllocationInReversal"] = "ACTIVITY_TYPE_ALLOCATION_IN_REVERSAL";
|
|
54
|
+
ActivityType["ActivityTypeAllocationOutReversal"] = "ACTIVITY_TYPE_ALLOCATION_OUT_REVERSAL";
|
|
55
|
+
ActivityType["ActivityTypeConversion"] = "ACTIVITY_TYPE_CONVERSION";
|
|
56
|
+
ActivityType["ActivityTypePrincipalOut"] = "ACTIVITY_TYPE_PRINCIPAL_OUT";
|
|
57
|
+
ActivityType["ActivityTypePrincipalIn"] = "ACTIVITY_TYPE_PRINCIPAL_IN";
|
|
58
|
+
ActivityType["ActivityTypeCollateralOut"] = "ACTIVITY_TYPE_COLLATERAL_OUT";
|
|
59
|
+
ActivityType["ActivityTypeCollateralIn"] = "ACTIVITY_TYPE_COLLATERAL_IN";
|
|
60
|
+
ActivityType["ActivityTypeInterestOut"] = "ACTIVITY_TYPE_INTEREST_OUT";
|
|
61
|
+
ActivityType["ActivityTypeInterestIn"] = "ACTIVITY_TYPE_INTEREST_IN";
|
|
62
|
+
ActivityType["ActivityTypeWeb3Message"] = "ACTIVITY_TYPE_WEB3_MESSAGE";
|
|
63
|
+
ActivityType["ActivityTypeWeb3Transaction"] = "ACTIVITY_TYPE_WEB3_TRANSACTION";
|
|
64
|
+
ActivityType["ActivityTypeWeb3DeviceRecovery"] = "ACTIVITY_TYPE_WEB3_DEVICE_RECOVERY";
|
|
65
|
+
ActivityType["ActivityTypeWeb3RecreateBackup"] = "ACTIVITY_TYPE_WEB3_RECREATE_BACKUP";
|
|
66
|
+
ActivityType["ActivityTypeWeb3Onboarding"] = "ACTIVITY_TYPE_WEB3_ONBOARDING";
|
|
67
|
+
})(ActivityType || (exports.ActivityType = ActivityType = {}));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright
|
|
2
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
3
3
|
*
|
|
4
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
4
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
5
5
|
*
|
|
6
6
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
4
4
|
*
|
|
5
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
5
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
8
|
* you may not use this file except in compliance with the License.
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
3
|
+
*
|
|
4
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
* you may not use this file except in compliance with the License.
|
|
8
|
+
* You may obtain a copy of the License at
|
|
9
|
+
*
|
|
10
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
*
|
|
12
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
* See the License for the specific language governing permissions and
|
|
16
|
+
* limitations under the License.
|
|
17
|
+
*
|
|
18
|
+
* Do not edit the class manually.
|
|
19
|
+
*/
|
|
20
|
+
export declare enum SigningStatus {
|
|
21
|
+
SigningStatusUnknown = "SIGNING_STATUS_UNKNOWN",
|
|
22
|
+
Signed = "SIGNED",
|
|
23
|
+
Unsigned = "UNSIGNED"
|
|
24
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
4
|
+
*
|
|
5
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
6
|
+
*
|
|
7
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
+
* you may not use this file except in compliance with the License.
|
|
9
|
+
* You may obtain a copy of the License at
|
|
10
|
+
*
|
|
11
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
+
*
|
|
13
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
+
* See the License for the specific language governing permissions and
|
|
17
|
+
* limitations under the License.
|
|
18
|
+
*
|
|
19
|
+
* Do not edit the class manually.
|
|
20
|
+
*/
|
|
21
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
|
+
exports.SigningStatus = void 0;
|
|
23
|
+
var SigningStatus;
|
|
24
|
+
(function (SigningStatus) {
|
|
25
|
+
SigningStatus["SigningStatusUnknown"] = "SIGNING_STATUS_UNKNOWN";
|
|
26
|
+
SigningStatus["Signed"] = "SIGNED";
|
|
27
|
+
SigningStatus["Unsigned"] = "UNSIGNED";
|
|
28
|
+
})(SigningStatus || (exports.SigningStatus = SigningStatus = {}));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright
|
|
2
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
3
3
|
*
|
|
4
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
4
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
5
5
|
*
|
|
6
6
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
4
4
|
*
|
|
5
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
5
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
8
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright
|
|
2
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
3
3
|
*
|
|
4
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
4
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
5
5
|
*
|
|
6
6
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
4
4
|
*
|
|
5
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
5
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
8
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright
|
|
2
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
3
3
|
*
|
|
4
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
4
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
5
5
|
*
|
|
6
6
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
4
4
|
*
|
|
5
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
5
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
8
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright
|
|
2
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
3
3
|
*
|
|
4
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
4
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
5
5
|
*
|
|
6
6
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
* you may not use this file except in compliance with the License.
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
* Do not edit the class manually.
|
|
19
19
|
*/
|
|
20
20
|
/**
|
|
21
|
-
* - TRANSACTION_TYPE_UNKNOWN: An unknown transaction type - DEPOSIT: A fiat or crypto deposit - WITHDRAWAL: A fiat or crypto withdrawal - INTERNAL_DEPOSIT: An internal fiat or crypto deposit - INTERNAL_WITHDRAWAL: An internal fiat or crypto withdrawal - SWEEP_DEPOSIT: Internal automated deposit to a cold address from a restored address - SWEEP_WITHDRAWAL: Internal automated withdrawal from a restored address to a cold address - PROXY_DEPOSIT: On-chain deposit of funds into proxy contract from cold address - PROXY_WITHDRAWAL: On-chain withdrawal of funds from proxy contract to cold address - BILLING_WITHDRAWAL: Coinbase Prime automated invoice settlement payment - REWARD: Reward payment to an associated address for a staked asset - COINBASE_REFUND: Coinbase Prime refund for the leftover amount for a CPFP (child pays for parent) transaction - TRANSACTION_TYPE_OTHER: An OTHER type of transaction - WITHDRAWAL_ADJUSTMENT: A manual adjustment withdrawal transaction - DEPOSIT_ADJUSTMENT: A manual adjustment deposit transaction - KEY_REGISTRATION: An on-chain registration for an address - DELEGATION: An on-chain delegation transaction - UNDELEGATION: An on-chain undelegation transaction - RESTAKE: On-chain restaking transaction - COMPLETE_UNBONDING: On-chain unbonding event transaction - WITHDRAW_UNBONDED: On-chain event indicating unbonding period is over - STAKE_ACCOUNT_CREATE: On-chain transaction to begin staking from an address - CHANGE_VALIDATOR: On-chain transaction alter validator - STAKE: On-chain transaction to begin staking in Cryptocurrency network - UNSTAKE: On-chain transaction to stop staking in Cryptocurrency network - REMOVE_AUTHORIZED_PARTY: On-chain transaction to remove a party from a multi-signature wallet - STAKE_AUTHORIZE_WITH_SEED: On-chain transaction to begin staking from a seed account - SLASH: On-chain transaction indicating a slash event has occurred - COINBASE_DEPOSIT: On-chain transaction deposit for the purpose of transaction operations - CONVERSION: Internal conversion between two assets - CLAIM_REWARDS: On-chain transaction to claim rewards from Vote Account - VOTE_AUTHORIZE: On-chain transaction to transfer the reward claiming permission to other pubkey - WEB3_TRANSACTION: On-chain transaction initiated with Prime Onchain Wallet
|
|
21
|
+
* - TRANSACTION_TYPE_UNKNOWN: An unknown transaction type - DEPOSIT: A fiat or crypto deposit - WITHDRAWAL: A fiat or crypto withdrawal - INTERNAL_DEPOSIT: An internal fiat or crypto deposit - INTERNAL_WITHDRAWAL: An internal fiat or crypto withdrawal - SWEEP_DEPOSIT: Internal automated deposit to a cold address from a restored address - SWEEP_WITHDRAWAL: Internal automated withdrawal from a restored address to a cold address - PROXY_DEPOSIT: On-chain deposit of funds into proxy contract from cold address - PROXY_WITHDRAWAL: On-chain withdrawal of funds from proxy contract to cold address - BILLING_WITHDRAWAL: Coinbase Prime automated invoice settlement payment - REWARD: Reward payment to an associated address for a staked asset - COINBASE_REFUND: Coinbase Prime refund for the leftover amount for a CPFP (child pays for parent) transaction - TRANSACTION_TYPE_OTHER: An OTHER type of transaction - WITHDRAWAL_ADJUSTMENT: A manual adjustment withdrawal transaction - DEPOSIT_ADJUSTMENT: A manual adjustment deposit transaction - KEY_REGISTRATION: An on-chain registration for an address - DELEGATION: An on-chain delegation transaction - UNDELEGATION: An on-chain undelegation transaction - RESTAKE: On-chain restaking transaction - COMPLETE_UNBONDING: On-chain unbonding event transaction - WITHDRAW_UNBONDED: On-chain event indicating unbonding period is over - STAKE_ACCOUNT_CREATE: On-chain transaction to begin staking from an address - CHANGE_VALIDATOR: On-chain transaction alter validator - STAKE: On-chain transaction to begin staking in Cryptocurrency network - UNSTAKE: On-chain transaction to stop staking in Cryptocurrency network - REMOVE_AUTHORIZED_PARTY: On-chain transaction to remove a party from a multi-signature wallet - STAKE_AUTHORIZE_WITH_SEED: On-chain transaction to begin staking from a seed account - SLASH: On-chain transaction indicating a slash event has occurred - COINBASE_DEPOSIT: On-chain transaction deposit for the purpose of transaction operations - CONVERSION: Internal conversion between two assets - CLAIM_REWARDS: On-chain transaction to claim rewards from Vote Account - VOTE_AUTHORIZE: On-chain transaction to transfer the reward claiming permission to other pubkey - WEB3_TRANSACTION: On-chain transaction initiated with Prime Onchain Wallet Deprecated: Use ONCHAIN_TRANSACTION instead - ONCHAIN_TRANSACTION: On-chain transaction initiated with Prime Onchain Wallet
|
|
22
22
|
*/
|
|
23
23
|
export declare enum TransactionType {
|
|
24
24
|
TransactionTypeUnknown = "TRANSACTION_TYPE_UNKNOWN",
|
|
@@ -53,5 +53,6 @@ export declare enum TransactionType {
|
|
|
53
53
|
Conversion = "CONVERSION",
|
|
54
54
|
ClaimRewards = "CLAIM_REWARDS",
|
|
55
55
|
VoteAuthorize = "VOTE_AUTHORIZE",
|
|
56
|
-
Web3Transaction = "WEB3_TRANSACTION"
|
|
56
|
+
Web3Transaction = "WEB3_TRANSACTION",
|
|
57
|
+
OnchainTransaction = "ONCHAIN_TRANSACTION"
|
|
57
58
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
4
4
|
*
|
|
5
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
5
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
8
|
* you may not use this file except in compliance with the License.
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
22
|
exports.TransactionType = void 0;
|
|
23
23
|
/**
|
|
24
|
-
* - TRANSACTION_TYPE_UNKNOWN: An unknown transaction type - DEPOSIT: A fiat or crypto deposit - WITHDRAWAL: A fiat or crypto withdrawal - INTERNAL_DEPOSIT: An internal fiat or crypto deposit - INTERNAL_WITHDRAWAL: An internal fiat or crypto withdrawal - SWEEP_DEPOSIT: Internal automated deposit to a cold address from a restored address - SWEEP_WITHDRAWAL: Internal automated withdrawal from a restored address to a cold address - PROXY_DEPOSIT: On-chain deposit of funds into proxy contract from cold address - PROXY_WITHDRAWAL: On-chain withdrawal of funds from proxy contract to cold address - BILLING_WITHDRAWAL: Coinbase Prime automated invoice settlement payment - REWARD: Reward payment to an associated address for a staked asset - COINBASE_REFUND: Coinbase Prime refund for the leftover amount for a CPFP (child pays for parent) transaction - TRANSACTION_TYPE_OTHER: An OTHER type of transaction - WITHDRAWAL_ADJUSTMENT: A manual adjustment withdrawal transaction - DEPOSIT_ADJUSTMENT: A manual adjustment deposit transaction - KEY_REGISTRATION: An on-chain registration for an address - DELEGATION: An on-chain delegation transaction - UNDELEGATION: An on-chain undelegation transaction - RESTAKE: On-chain restaking transaction - COMPLETE_UNBONDING: On-chain unbonding event transaction - WITHDRAW_UNBONDED: On-chain event indicating unbonding period is over - STAKE_ACCOUNT_CREATE: On-chain transaction to begin staking from an address - CHANGE_VALIDATOR: On-chain transaction alter validator - STAKE: On-chain transaction to begin staking in Cryptocurrency network - UNSTAKE: On-chain transaction to stop staking in Cryptocurrency network - REMOVE_AUTHORIZED_PARTY: On-chain transaction to remove a party from a multi-signature wallet - STAKE_AUTHORIZE_WITH_SEED: On-chain transaction to begin staking from a seed account - SLASH: On-chain transaction indicating a slash event has occurred - COINBASE_DEPOSIT: On-chain transaction deposit for the purpose of transaction operations - CONVERSION: Internal conversion between two assets - CLAIM_REWARDS: On-chain transaction to claim rewards from Vote Account - VOTE_AUTHORIZE: On-chain transaction to transfer the reward claiming permission to other pubkey - WEB3_TRANSACTION: On-chain transaction initiated with Prime Onchain Wallet
|
|
24
|
+
* - TRANSACTION_TYPE_UNKNOWN: An unknown transaction type - DEPOSIT: A fiat or crypto deposit - WITHDRAWAL: A fiat or crypto withdrawal - INTERNAL_DEPOSIT: An internal fiat or crypto deposit - INTERNAL_WITHDRAWAL: An internal fiat or crypto withdrawal - SWEEP_DEPOSIT: Internal automated deposit to a cold address from a restored address - SWEEP_WITHDRAWAL: Internal automated withdrawal from a restored address to a cold address - PROXY_DEPOSIT: On-chain deposit of funds into proxy contract from cold address - PROXY_WITHDRAWAL: On-chain withdrawal of funds from proxy contract to cold address - BILLING_WITHDRAWAL: Coinbase Prime automated invoice settlement payment - REWARD: Reward payment to an associated address for a staked asset - COINBASE_REFUND: Coinbase Prime refund for the leftover amount for a CPFP (child pays for parent) transaction - TRANSACTION_TYPE_OTHER: An OTHER type of transaction - WITHDRAWAL_ADJUSTMENT: A manual adjustment withdrawal transaction - DEPOSIT_ADJUSTMENT: A manual adjustment deposit transaction - KEY_REGISTRATION: An on-chain registration for an address - DELEGATION: An on-chain delegation transaction - UNDELEGATION: An on-chain undelegation transaction - RESTAKE: On-chain restaking transaction - COMPLETE_UNBONDING: On-chain unbonding event transaction - WITHDRAW_UNBONDED: On-chain event indicating unbonding period is over - STAKE_ACCOUNT_CREATE: On-chain transaction to begin staking from an address - CHANGE_VALIDATOR: On-chain transaction alter validator - STAKE: On-chain transaction to begin staking in Cryptocurrency network - UNSTAKE: On-chain transaction to stop staking in Cryptocurrency network - REMOVE_AUTHORIZED_PARTY: On-chain transaction to remove a party from a multi-signature wallet - STAKE_AUTHORIZE_WITH_SEED: On-chain transaction to begin staking from a seed account - SLASH: On-chain transaction indicating a slash event has occurred - COINBASE_DEPOSIT: On-chain transaction deposit for the purpose of transaction operations - CONVERSION: Internal conversion between two assets - CLAIM_REWARDS: On-chain transaction to claim rewards from Vote Account - VOTE_AUTHORIZE: On-chain transaction to transfer the reward claiming permission to other pubkey - WEB3_TRANSACTION: On-chain transaction initiated with Prime Onchain Wallet Deprecated: Use ONCHAIN_TRANSACTION instead - ONCHAIN_TRANSACTION: On-chain transaction initiated with Prime Onchain Wallet
|
|
25
25
|
*/
|
|
26
26
|
var TransactionType;
|
|
27
27
|
(function (TransactionType) {
|
|
@@ -58,4 +58,5 @@ var TransactionType;
|
|
|
58
58
|
TransactionType["ClaimRewards"] = "CLAIM_REWARDS";
|
|
59
59
|
TransactionType["VoteAuthorize"] = "VOTE_AUTHORIZE";
|
|
60
60
|
TransactionType["Web3Transaction"] = "WEB3_TRANSACTION";
|
|
61
|
+
TransactionType["OnchainTransaction"] = "ONCHAIN_TRANSACTION";
|
|
61
62
|
})(TransactionType || (exports.TransactionType = TransactionType = {}));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright
|
|
2
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
3
3
|
*
|
|
4
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
4
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
5
5
|
*
|
|
6
6
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
4
4
|
*
|
|
5
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
5
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
8
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright
|
|
2
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
3
3
|
*
|
|
4
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
4
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
5
5
|
*
|
|
6
6
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
4
4
|
*
|
|
5
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
5
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
8
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright
|
|
2
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
3
3
|
*
|
|
4
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
4
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
5
5
|
*
|
|
6
6
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
4
4
|
*
|
|
5
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
5
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
8
|
* you may not use this file except in compliance with the License.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright
|
|
2
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
3
3
|
*
|
|
4
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
4
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
5
5
|
*
|
|
6
6
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
* you may not use this file except in compliance with the License.
|
|
@@ -18,12 +18,13 @@
|
|
|
18
18
|
* Do not edit the class manually.
|
|
19
19
|
*/
|
|
20
20
|
/**
|
|
21
|
-
* - UNKNOWN_WALLET_DEPOSIT_TYPE: nil value - CRYPTO: A cryptocurrency deposit - WIRE: A wire deposit - SEN: A Silvergate Exchange Network deposit - SWIFT: A SWIFT deposit
|
|
21
|
+
* - UNKNOWN_WALLET_DEPOSIT_TYPE: nil value - CRYPTO: A cryptocurrency deposit - WIRE: A wire deposit - SEN: DEPRECATED. A Silvergate Exchange Network deposit - SWIFT: A SWIFT deposit - SEPA: A SEPA deposit (Single Euro Payments Area)
|
|
22
22
|
*/
|
|
23
23
|
export declare enum WalletDepositInstructionType {
|
|
24
24
|
UnknownWalletDepositType = "UNKNOWN_WALLET_DEPOSIT_TYPE",
|
|
25
25
|
Crypto = "CRYPTO",
|
|
26
26
|
Wire = "WIRE",
|
|
27
27
|
Sen = "SEN",
|
|
28
|
-
Swift = "SWIFT"
|
|
28
|
+
Swift = "SWIFT",
|
|
29
|
+
Sepa = "SEPA"
|
|
29
30
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Copyright
|
|
3
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
4
4
|
*
|
|
5
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
5
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
8
|
* you may not use this file except in compliance with the License.
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
22
|
exports.WalletDepositInstructionType = void 0;
|
|
23
23
|
/**
|
|
24
|
-
* - UNKNOWN_WALLET_DEPOSIT_TYPE: nil value - CRYPTO: A cryptocurrency deposit - WIRE: A wire deposit - SEN: A Silvergate Exchange Network deposit - SWIFT: A SWIFT deposit
|
|
24
|
+
* - UNKNOWN_WALLET_DEPOSIT_TYPE: nil value - CRYPTO: A cryptocurrency deposit - WIRE: A wire deposit - SEN: DEPRECATED. A Silvergate Exchange Network deposit - SWIFT: A SWIFT deposit - SEPA: A SEPA deposit (Single Euro Payments Area)
|
|
25
25
|
*/
|
|
26
26
|
var WalletDepositInstructionType;
|
|
27
27
|
(function (WalletDepositInstructionType) {
|
|
@@ -30,4 +30,5 @@ var WalletDepositInstructionType;
|
|
|
30
30
|
WalletDepositInstructionType["Wire"] = "WIRE";
|
|
31
31
|
WalletDepositInstructionType["Sen"] = "SEN";
|
|
32
32
|
WalletDepositInstructionType["Swift"] = "SWIFT";
|
|
33
|
+
WalletDepositInstructionType["Sepa"] = "SEPA";
|
|
33
34
|
})(WalletDepositInstructionType || (exports.WalletDepositInstructionType = WalletDepositInstructionType = {}));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright
|
|
2
|
+
* Copyright 2025-present Coinbase Global, Inc.
|
|
3
3
|
*
|
|
4
|
-
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-
|
|
4
|
+
* This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
|
|
5
5
|
*
|
|
6
6
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
* you may not use this file except in compliance with the License.
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
* Do not edit the class manually.
|
|
19
19
|
*/
|
|
20
20
|
/**
|
|
21
|
-
* - VAULT: A crypto vault - TRADING: A trading wallet - WALLET_TYPE_OTHER: Other wallet types (like consumer, etc) -
|
|
21
|
+
* - VAULT: A crypto vault - TRADING: A trading wallet - WALLET_TYPE_OTHER: Other wallet types (like consumer, etc) - QC: A QC Wallet - ONCHAIN: An Onchain wallet
|
|
22
22
|
*/
|
|
23
23
|
export declare enum WalletType {
|
|
24
24
|
UnknownWalletType = "UNKNOWN_WALLET_TYPE",
|
|
25
25
|
Vault = "VAULT",
|
|
26
26
|
Trading = "TRADING",
|
|
27
27
|
WalletTypeOther = "WALLET_TYPE_OTHER",
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
Qc = "QC",
|
|
29
|
+
Onchain = "ONCHAIN"
|
|
30
30
|
}
|