(Outdated post) Network Explorer

Hi @abduraman,

1 - Hmmmm, I’ll check, thanks.

2 - You’re right, I show amounts with max slippage included in the trades list. Thanks for pointing me that exact amount is available in the trade response, I didn’t see it.

Volumes shown in pairs charts or overviews are OK and use exact traded amounts by using another method to get exact amounts.

5 Likes

@inccry Any idea why the pDEX and inscan.io now show different prices for pairs, for instance PRV:USDT shows $0.8722 and pDEX now shows $0.863492 ?

I believe before the UI update they were similar, but could be wrong on that too. pDEX seems to be consistently lower by at least $0.01 on USDT/C pairs.

2 Likes

Hey @doc,

I’m investigating, but I bet on the 1% slippage included in the price you see in the mobile app.

3 Likes

I confirm, there is a difference between incscan.io and pDex app because pDex app price includes 1% slippage

4 Likes

I have a question about how to calculate or to get the pool size of the quote currency. I couldn’t find another rpc function to get the pool sizes. I use https://api.incognito.org/ptoken/list address. Only pool size and price of prv are there. When I multiply these two values, I get a close value to the pool size in incscan but I cannot reach the exact value. Could you share your way? Thanks. @inccry

1 Like

Hi @abduraman,

I use the getpdestate rpc method to get pools size.

curl 'https://mainnet.incognito.org/fullnode' --data-binary '{"jsonrpc":"1.0","method":"getpdestate","params":[{"BeaconHeight":448347}],"id":4}' | jq '.Result.PDEPoolPairs'

6 Likes

:mega: 1.2.3 version released! :mega:

Changes:

  • Show real bought amount and not the min acceptable amount for each trade
  • Remove rounded amount for each trade

Hi @abduraman, it’s fixed, it was a client side rounding issue.

8 Likes

:mega: 1.3.0 version released! :mega:

New feature:

The next version will add custom token support. :muscle:

6 Likes

:mega: 1.4.0 version released, with custom token support! :mega:

New features:

9 Likes

Done!

3 Likes

:mega: 1.5.0 version released! :mega:

New feature:

  • pDEX CoinMarketCap integration: Specific api endpoints have been added to ease the process of pDEX listing on CoinMarketCap.
    Endpoints added:

Changes:

Capture d’écran 2020-06-04 à 13.01.58

9 Likes

:mega: 1.5.1 version released! :mega:

New features:

Changes:

  • Market page layout: Liquidity charts are now available on top of the page, by clicking on “Liquidity” tab.

    Capture d’écran 2020-06-08 à 22.30.39

12 Likes

Is circulating supply listed on https://incscan.io/privacy-coin/overview = total mined&minted supply - staked PRV ?

2 Likes

nop, circulating supply = total mined + minted supply.

5 Likes

is it under maintenance? https://incscan.io/pdex/tokens. Blank screen on my device

2 Likes

Hi @Oerang_Badoey,

Thanks for the bug report, it’s fixed!

3 Likes

If you had a blank homepage the past hour, please refresh you page.

Portal v2 seems activated on mainnet, so I fixed few stuff about that and i’ll code features related to Portal v2 in the next weeks :slight_smile:

4 Likes

Hi @inccry its working well now…

One more, not so important right now. Scrolling up and down within mobile browser is not smoothly. I was unable to scroll up and down.

2 Likes

Yeah, I will have to improve mobile browsing. For example, data in tables are not very useful on mobile, and that’s why scroll doesn’t work well on mobile.

5 Likes

Hi @inccry , it would be cool. If can be added a new feature.
I dont see any selling volume & buying volume on pDEX separately.
At current feature is total volume only.

1 Like