ποΈPrice API
1. Get All Tokens
curl https://piperxdb.piperxprotocol.workers.dev/api/piperxapi/getAllTokens{
"tokens": [
{
"id": "0x1514000000000000000000000000000000000000",
"name": "Wrapped IP",
"symbol": "WIP",
"decimals": 18,
"latestPriceUSD": "6757786",
"latestPriceNative": "1000000000000000000"
}
]
}2. Get Historical Token Prices
Last updated