Skip to content

Releases: coinbase-samples/prime-sdk-py

v1.3.0

08 Dec 19:26
3d57a8b

Choose a tag to compare

Merge pull request #19 from coinbase-samples/jc1124

update order object, finalize examples

v1.1.0

14 Aug 00:22
3ec2d8d

Choose a tag to compare

  • improved examples
  • update createWalletAddress -> createWalletDepositAddress

v1.0.1

11 Aug 17:08
e561120

Choose a tag to compare

  • correct conversions path

v1.0.0

01 Aug 22:21
1c62cf3

Choose a tag to compare

What's Changed

  • Refactor to service-based architecture by @jc-cb in #12
  • All missing attributes added to existing endpoints
  • New endpoints added:
    ** Get Counterparty ID
    ** Get Product Candles
    ** Create Portfolio Stake
    ** Create Portfolio Unstake

Full Changelog: v0.4.2...v1.0.0

v0.4.2

24 Jul 02:19
fd5b11b

Choose a tag to compare

  • Refactored BaseResponse to initialize directly from dataclass fields using **response.json() instead of wrapping the response in a dictionary. This change simplifies object creation and makes the response behave like a standard dataclass.
  • Added support for additional trading fields
  • Corrected bug where the Portfolio Balance dataclass was being overwritten

v0.4.1

18 Jun 16:54
4d89b86

Choose a tag to compare

Add support for Send/Receive APIs

v0.4.0

30 Apr 14:17
0cdebff

Choose a tag to compare

  • Added staking support
  • Added financing support
  • Added response dataclasses for improved IDE autocomplete and type safety

v0.3.1

19 Mar 13:58
564c97f

Choose a tag to compare

  • futures and RFQ support

v0.3.0

21 Feb 11:01
866a1e7

Choose a tag to compare

  • adds support for Prime Onchain Wallet
  • enum support

v0.2.0

30 Jan 15:43
186a07b

Choose a tag to compare

  • Refactor to use fully qualified imports & proper module structure