(Outdated post) Network Explorer

I’m news to google sheets, but is there a way to pull the live prv price into there? It looks like H3 data, but I tried importXML function. No dice.

1 Like

Wanted to reiterate this comment right here for the community to show some love to @inccry for what he and his team built.

5 Likes

Just a note to say a big shout out THANK YOU! Keep up the great work you are doing! Now WHERE did I put that VALIDATOR? :slight_smile:

1 Like

Thanks @George_Rudenberg,

For the validator, put it here please :wink: https://incognito.mesquka.com/

I’ll add validators stats only when I’ll be able to process committees historical data, and it doesn’t seem to be possible for now.

4 Likes

Nice job @inccry

:mega: 1.2.2 version released! :mega:

New features:

5 Likes

Hey @inccry, I have feedback about the trades.

Currently, https://incscan.io/pdex/trades page shows the trade amounts incorrectly. There are two issues.

1- The sold amount contains the network fee, which should be deducted from the amount. As an example, please see the transaction below. The sold amount is 49.999996 PRV. However, https://incscan.io/pdex/trades page shows 50 PRV as the sold amount.
https://incscan.io/blockchain/transactions/182dd3a94da1dae12659724b29f745727d039a2561b5ead9ca018b899df6de9e

2- The explorer shows the minimum amount for the bought amount. Please check out the transaction above. 43.011025 pUSDC is the minimum acceptable amount. Otherwise, it is refunded. The correct amount is written on the response of pDEX. Please check out the response transaction.

The correct amount is in the red rectangle. Its unit is nano. So, the user bought 43.445344 PRV.
Region capture 62

3 Likes

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