Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@coinbase/coinbase-sdk

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coinbase/coinbase-sdk - npm Package Versions

134

0.9.0

Diff

Changelog

Source

[0.9.0] - 2024-10-17

Added

  • Support for readContract to read from smart contracts
coinbase-owner
published 0.8.1 •

Changelog

Source

[0.8.1] - 2024-10-09

Fixed

  • Fixed a bug that overwrites existing webhook notification URI when only updating a webhook's addresses
coinbase-owner
published 0.8.0 •

Changelog

Source

[0.8.0] - 2024-10-04

Added

  • Explicit paginated list methods for listing Wallet, Transfer, Transaction, Webhook, PayloadSignature, and HistoricalBalance.

Breaking

  • Webhook#update now takes an Object of {notificationUri, eventTypeFilter} instead of notificationUri string
  • list methods for listing Wallet, Transfer, Transaction, Webhook, PayloadSignature, and HistoricalBalance now take PaginationOptions and return PaginationResponse<T>
coinbase-owner
published 0.7.0 •

Changelog

Source

[0.7.0] - 2024-09-26

Added

  • Add deployNFT method to WalletAddress and Wallet to deploy an ERC721, updated SmartContract class to support deployment and fetching contract details
  • Add deployMultiToken method to WalletAddress and Wallet to deploy an ERC1155, updated SmartContract class to support deployment and fetching contract details
  • Add createWebhook 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.
coinbase-owner
published 0.6.1 •

Changelog

Source

[0.6.1] - 2024-09-23

Added

  • Export all missing types in src/index
coinbase-owner
published 0.6.0 •

Changelog

Source

[0.6.0] - 2024-09-18

Added

  • Add deployToken method to WalletAddress and Wallet to deploy an ERC20, updated SmartContract class to support deployment and fetching contract details
  • Add SOL asset support
  • Fix a bug where large numbers were being returned in scientific notation

Breaking

  • Asset#toAtomicAmount now returns a BigInt instead of a Decimal
coinbase-owner
published 0.5.1 •

Changelog

Source

[0.5.1] - 2024-09-12

Fixed

  • Fixed a bug that blocked arbitrum mainnet wallets from being created
coinbase-owner
published 0.5.0 •

Changelog

Source

[0.5.0] - 2024-09-11

  • Add Arbitrum-Mainnet support for Native transfers.
  • Add Coinbase.configure method to allow for configuration of the SDK and marked constructor as deprecated.
  • Return correlation ID from APIError response
  • Add optional fields to CreateContractInvocationOptions to set amount for payable contract method invocations
  • Add a StakingRewardFormat enum to allow for specifying the format in which staking rewards should be returned.
coinbase-owner
published 0.4.0 •

Changelog

Source

[0.4.0] - 2024-09-06

Changed

  • 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.
coinbase-owner
published 0.3.0 •

Changelog

Source

[0.3.0] - 2024-09-05

Added

  • Add support for list address transactions.
  • Add support for exporting the private key of a WalletAddress
  • Add support for creating arbitrary payload signatures.
  • Add support for invoking Smart Contracts using MPC and Developer-managed Wallets.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc