Skip to content

Update fork#6

Closed
matheus-alcuri-foxbit wants to merge 288 commits intofoxbit-group:masterfrom
ccxt:master
Closed

Update fork#6
matheus-alcuri-foxbit wants to merge 288 commits intofoxbit-group:masterfrom
ccxt:master

Conversation

@matheus-alcuri-foxbit
Copy link
Copy Markdown

PR to update fork

github-actions bot and others added 30 commits June 18, 2025 16:57
* Revert "Create message queue for unresolved messages in WS client (#22768)"

This reverts commit 560079a.

* update manual

* restore Client.php

* restore client.cs

* Update Client.cs
* chore(fmfwio): prop test

* major curr
* chore(paradex): skip ticker

* dummy change trigger

* ob skip
* chore(cryptocom): unskip tests

* chore(cryptomus): unskip tests

* -
Revert "chore(cryptomus): unskip tests"

This reverts commit c66f834.
* chore(modetrade): skip test redo

* test(currences): amount prop

* place change

* skip add
* fastclient-edits

* restore the behaviour of the fast client removed in #25995

* remove some comments

* remove unused var

* remove print statement

* build

* build
github-actions bot and others added 26 commits July 4, 2025 10:31
* feat(binance): new fetchAllGreeks method

* remove getMarketFromSymbols usage

* feat(paradex): add fetchAllGreeks

```
paradex.fetchAllGreeks (["BTC/USD:USDC-130000-P","HYPE-USD-22-P"])
{
  'HYPE/USD:USDC-22-P': {
    symbol: 'HYPE/USD:USDC-22-P',
    timestamp: 1751592111857,
    datetime: '2025-07-04T01:21:51.857Z',
    delta: -0.004487704951046858,
    gamma: 0.0008490530142013742,
    theta: undefined,
    vega: 0.08533447933120764,
    rho: -0.009037122218698991,
    vanna: -0.011203040184363917,
    volga: 0.17542814742687196,
    bidSize: undefined,
    askSize: undefined,
    bidImpliedVolatility: 1.66955093,
    askImpliedVolatility: 1.74053324,
    markImpliedVolatility: 1.70980778,
    bidPrice: 0.024,
    askPrice: 0.03,
    markPrice: 0.02729462,
    lastPrice: 0.02,
    underlyingPrice: 40.35810912,
    info: {
      symbol: 'HYPE-USD-22-P',
      mark_price: '0.02729462',
      mark_iv: '1.70980778',
      delta: '-0.0044877',
      greeks: {
        delta: '-0.004487704951046858',
        gamma: '0.0008490530142013742',
        vega: '0.08533447933120764',
        rho: '-0.009037122218698991',
        vanna: '-0.011203040184363917',
        volga: '0.17542814742687196'
      },
      last_traded_price: '0.02',
      bid: '0.024',
      bid_iv: '1.66955093',
      ask: '0.03',
      ask_iv: '1.74053324',
      last_iv: '1.61539014',
      volume_24h: '35105.1326682',
      total_volume: '1300154.806894403698',
      created_at: '1751592111857',
      underlying_price: '40.35810912',
      open_interest: '2753',
      funding_rate: '0.0006763106445169713',
      price_change_rate_24h: '0.124123',
      future_funding_rate: '0.0001268'
    }
  },
  'BTC/USD:USDC-130000-P': {
    symbol: 'BTC/USD:USDC-130000-P',
    timestamp: 1751592111857,
    datetime: '2025-07-04T01:21:51.857Z',
    delta: -0.9783044081241248,
    gamma: 0.0000036836899133195874,
    theta: undefined,
    vega: 813.6960475339565,
    rho: -1695.2991174709546,
    vanna: 0.11218330047364478,
    volga: 3189.497377568867,
    bidSize: undefined,
    askSize: undefined,
    bidImpliedVolatility: 0.05,
    askImpliedVolatility: 0.88442522,
    markImpliedVolatility: 0.625751,
    bidPrice: 19988.1,
    askPrice: 20671,
    markPrice: 20354.22981544,
    lastPrice: 23803.8,
    underlyingPrice: 109620.57232647,
    info: {
      symbol: 'BTC-USD-130000-P',
      mark_price: '20354.22981544',
      mark_iv: '0.625751',
      delta: '-0.97830441',
      greeks: {
        delta: '-0.9783044081241248',
        gamma: '0.0000036836899133195874',
        vega: '813.6960475339565',
        rho: '-1695.2991174709546',
        vanna: '0.11218330047364478',
        volga: '3189.497377568867'
      },
      last_traded_price: '23803.8',
      bid: '19988.1',
      bid_iv: '0.05',
      ask: '20671',
      ask_iv: '0.88442522',
      last_iv: '2.01019906',
      volume_24h: '0',
      total_volume: '67457.37678577028',
      created_at: '1751592111857',
      underlying_price: '109620.57232647',
      open_interest: '0.004',
      funding_rate: '-0.00022986431794216831',
      price_change_rate_24h: '-0.027004',
      future_funding_rate: '0.0000752'
    }
  }
}
```

* cr fixes

---------

Co-authored-by: carlosmiei <43336371+carlosmiei@users.noreply.github.com>
* fix(ws): network error on closed connection

* add test

* fix linting

* remove var

* enable sandbox mode

* remove verbose

* change log level location

---------

Co-authored-by: carlosmiei <43336371+carlosmiei@users.noreply.github.com>
* fix(go): default nil for markets

* dummy changes

* fix transpiler

* fix defaultMarkets

* add method to interface
@matheus-alcuri-foxbit matheus-alcuri-foxbit self-assigned this Jul 8, 2025
@matheus-alcuri-foxbit matheus-alcuri-foxbit marked this pull request as ready for review July 8, 2025 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.