Oracle Price Feed
https://phoenixplorer.com/address/0x319DeE800614c5CFc560Ec457CE7B09c591Ce268/read-contract
Standard Blockscout APIs available on Phoenix Explorer:
https://phoenixplorer.com/api-docs
Custom Api Library for Phoenix Blockchain:
transaction history
https://phoenixplorer.com/api?module=account&action=tokentxmetadata&address=${tx.fromAddress}&contractaddress=${tx.toAddress},
token transaction history
https://phoenixplorer.com/api?module=account&action=txlist&address=${address}
transaction history = needs contract address
https://phxairdrop.ytxviewers.com/api/TokensHistory?address=${address}
LP’s
https://phxairdrop.ytxviewers.com/api/custom/gettokenlist?filter=Phoenix%20LPs
fetch transaction data for LPs
https://phoenixplorer.com/api?module=account&action=tokentx&address=${LP-Address}
all token list
https://phxairdrop.ytxviewers.com/api/custom/gettokenlist?search=function
token buys and sells
https://phxairdrop.ytxviewers.com/api/custom/getTokenSwaps?tokenAddress=${address}