Get compact data for all SaucerSwap V2 pools
Pools and Positions (V2)
Get compact data for all SaucerSwap V2 pools
GET
Get compact data for all SaucerSwap V2 pools
| 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.
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
}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
}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"