/api/v1/extension/token/info
token
Your extension token
chain
One of the available options
CHAIN_SOL
input
Token address or pool address
2kmgscz3mCNgBxWX1Ck4pBmRcXpf5iV8umK417wRpump
Body
tokenstringOptional
chainstring · enumOptionalDefault:
CHAIN_UNSPECIFIED
Possible values: inputstringOptional
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
post
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
}
}
Last updated