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:
{
"id": "0.0.731861",
"name": "SAUCE",
"symbol": "SAUCE",
"decimals": 6,
"priceUsd": 0.01760954,
"description": "SaucerSwap is an open source and non-custodial AMM protocol native to Hedera.",
"website": "https://www.saucerswap.finance/",
"sentinelReport": "https://sentinel.headstarter.org/details/saucerswap",
"twitterHandle": "SaucerSwapLabs"
}
Example:
{
"id": "0.0.1460200",
"name": "xSAUCE",
"symbol": "XSAUCE",
"decimals": 6,
"priceUsd": 0.01959459,
"description": "SaucerSwap is an open source and non-custodial AMM protocol native to Hedera.",
"website": "https://www.saucerswap.finance/",
"sentinelReport": "https://sentinel.headstarter.org/details/saucerswap",
"twitterHandle": "SaucerSwapLabs"
}
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"