Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sidepit/Public-API-Data
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: betaV2
Choose a base ref
...
head repository: sidepit/Public-API-Data
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 2 files changed
  • 3 contributors

Commits on Apr 5, 2026

  1. Merge pull request #7 from sidepit/betaV2

    Sidepit Api Beta version 2 - Multi Product support 
    
    Pull request overview
    This PR introduces API Beta version 2 to support multi-product trading capabilities. The changes extend the protocol buffer definitions to handle multiple products simultaneously, introduce new margin calculation structures, and deprecate several single-product-focused fields.
    
    Changes:
    
    Added new messages for multi-product support (ContractScheduleProducts, AccountTickerPosition, ContractMargin, AccountMarginState)
    Added transaction rejection handling (RejectedTransaction message and RejectCode enum)
    Introduced ticker fields to MarketData and OrderData messages for product identification
    Deprecated single-product fields in AccountState and introduced detailed margin tracking per contract
    jaybny authored Apr 5, 2026
    Configuration menu
    Copy the full SHA
    0417c3c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2026

  1. ProofNet release: public API contract (proto + README)

    dex-sp1 dex-sp1
    dex-sp1 authored and dex-sp1 committed Jul 6, 2026
    Configuration menu
    Copy the full SHA
    362733c View commit details
    Browse the repository at this point in the history
  2. merge public main (keeps prior release reachable)

    dex-sp1 dex-sp1
    dex-sp1 authored and dex-sp1 committed Jul 6, 2026
    Configuration menu
    Copy the full SHA
    b23dc54 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2026

  1. ProofNet R2: publish account-operation reject codes

      - expose terminal AccountRequest reject_code at field 40
      - expose 12125 intake ReplyRequest reject_code at field 70
    jaybny committed Aug 17, 2026
    Configuration menu
    Copy the full SHA
    918330d View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2026

  1. Merge pull request #8 from sidepit/ProofNetR2

    ProofNet R2: publish account-operation reject codes
    jaybny authored Aug 25, 2026
    Configuration menu
    Copy the full SHA
    98fc233 View commit details
    Browse the repository at this point in the history
Loading