Get detailed data for a SaucerSwap V2 pool by id
Pools and Positions (V2)
Get detailed data for a SaucerSwap V2 pool by id
GET
Get detailed data for a SaucerSwap V2 pool by id
| Hedera Network | Base URL |
|---|---|
| Mainnet | https://api.saucerswap.finance |
| Testnet | https://test-api.saucerswap.finance |
| Previewnet | Not supported |
Headers
API key for authentication. The demo api key provided is globally rate limited. Do not use in production.
Path Parameters
Saucerswap pool id
Example:
1
Response
200 - application/json
Successful response
Pool id
Example:
1
Contract id (shard.realm.num)
Example:
"0.0.3948521"
Example:
{
"decimals": 6,
"icon": "/images/tokens/usdc.png",
"id": "0.0.456858",
"name": "USD Coin",
"price": "1678944894",
"priceUsd": 1.00375771,
"symbol": "USDC",
"dueDiligenceComplete": true,
"isFeeOnTransferToken": false,
"description": "USDC is a fully collateralized U.S. dollar stablecoin. USDC is the bridge between dollars and trading on cryptocurrency exchanges...",
"website": "https://www.circle.com/en/usdc-multichain/hedera",
"twitterHandle": "circle"
}Example:
{
"decimals": 6,
"icon": "/images/tokens/usdc.png",
"id": "0.0.1055459",
"name": "USD Coin",
"price": "1681384187",
"priceUsd": 1.00521604,
"symbol": "USDC[hts]",
"dueDiligenceComplete": true,
"isFeeOnTransferToken": false,
"description": "USDC is a fully collateralized U.S. dollar stablecoin...",
"website": "https://www.circle.com/en/usdc-multichain/ethereum",
"twitterHandle": "circle"
}Total amount for token A
Example:
"6313040"
Total amount for token B
Example:
"6313042"
Swap fee tier for the pool, denoted in basis points
Example:
500
Encoded square root of price ratio between tokens in the pool as a Q64.96 number
Example:
"79228162514992909706099547250"
Current active tick index, representing a specific price point in the pool
Example:
0
Total liquidity for the pool
Example:
"10878982596"