[SOLVED] No pairAddress on pancakeswapv2 BSC

I have problem:
Request URL https://deep-index.moralis.io/api/v2/0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c/0x2ef776488739722ad174f8f2ffe76eb67a8467eb/pairAddress?chain=bsc&exchange=pancakeswapv2
return
{
“message”: “No pairs found”
}
but pair created https://bscscan.com/address/0x3eeF20f12eDF87081b8116b817287C6FdbF2BbFd

this seems to work:

https://deep-index.moralis.io/api/v2/0x3eef20f12edf87081b8116b817287c6fdbf2bbfd/reserves?chain=bsc

=>

{
  "reserve0": "99482951408585061441",
  "reserve1": "13190872089102318"
}

it should work now, it looks like it was a caching issue on our side

now it works, thanks

1 Like