PulseX is a Uniswap V2 compatible DEX, a PancakeSwap fork, which was launched for the first time with PulseChain Testnet v2b.
Testnet v2b
Smart contracts:
- Wrapped PLS:
0x8a810ea8B121d08342E9e7696f4a9915cBE494B7
- PulseXRouter03:
0xb4A7633D8932de086c9264D5eb39a8399d7C0E3A
- PulseXFactory02:
0xb242aA8A863CfcE9fcBa2b9a6B00b4cd62343f27
- MasterChef:
0xB635be96898552bBe80043239c57ea864223fdC1
GraphQL
PulseX provide GraphQL endpoint.
Example query to list all token pairs:
{
pairs {
id,
name,
totalTransactions
}
}
Example query to list details of a specified token pair:
{
pair(id: "0x09ca062dff7272ddd97379bd225239de2834719f") {
token0 {
id
symbol
name
derivedPLS
}
token1 {
id
symbol
name
derivedPLS
}
reserve0
reserve1
reserveUSD
trackedReservePLS
token0Price
token1Price
volumeUSD
}
}
PREVIOUSPulseX