/api/v1/extension/token/info
Last updated
Last updated
POST /api/v1/extension/token/info HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 59
{
"token": "text",
"chain": "CHAIN_UNSPECIFIED",
"input": "text"
}{
"info": {
"poolAddress": "text",
"poolPlatform": "PLATFORM_UNSPECIFIED",
"poolMcapUsd": "text",
"shitcoinInfo": {
"address": "text",
"name": "text",
"symbol": "text",
"decimals": 1,
"isStable": true
},
"stablecoinInfo": {
"address": "text",
"name": "text",
"symbol": "text",
"decimals": 1,
"isStable": true
},
"shitcoinReserves": "text",
"stablecoinReserves": "text",
"isLowLiquidity": true
}
}