@coinbase/coinbase-sdk
Advanced tools
Changelog
[0.9.0] - 2024-10-17
Changelog
[0.8.1] - 2024-10-09
Changelog
[0.8.0] - 2024-10-04
Wallet
, Transfer
, Transaction
, Webhook
, PayloadSignature
, and HistoricalBalance
.Webhook#update
now takes an Object of {notificationUri, eventTypeFilter}
instead of notificationUri
stringWallet
, Transfer
, Transaction
, Webhook
, PayloadSignature
, and HistoricalBalance
now take PaginationOptions
and return PaginationResponse<T>
Changelog
[0.7.0] - 2024-09-26
deployNFT
method to WalletAddress
and Wallet
to deploy an ERC721, updated SmartContract
class to support deployment and fetching contract detailsdeployMultiToken
method to WalletAddress
and Wallet
to deploy an ERC1155, updated SmartContract
class to support deployment and fetching contract detailscreateWebhook
method to Wallet
to deploy a wallet activity webhook, updated Webhook
class to disallow users from specifying webhook signature. Webhook signature is now generated by the API.Changelog
[0.6.1] - 2024-09-23
src/index
Changelog
[0.6.0] - 2024-09-18
deployToken
method to WalletAddress
and Wallet
to deploy an ERC20, updated SmartContract
class to support deployment and fetching contract detailsAsset#toAtomicAmount
now returns a BigInt instead of a DecimalChangelog
[0.5.1] - 2024-09-12
Changelog
[0.5.0] - 2024-09-11
Coinbase.configure
method to allow for configuration of the SDK and marked constructor as deprecated.CreateContractInvocationOptions
to set amount for payable contract method invocationsStakingRewardFormat
enum to allow for specifying the format in which staking rewards should be returned.Changelog
[0.4.0] - 2024-09-06
getDefaultAddress
wallet method updated to return a promise, and getAddress
wallet methods now return a promise and WalletAddress
instead of Address
. Both functions will now fetch addresses for the wallet if they haven't been loaded.Changelog
[0.3.0] - 2024-09-05
WalletAddress