Closed
Conversation
* 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
* 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR to update fork