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:
213
Contract id (shard.realm.num)
Example:
"0.0.1465865"
Example:
{
"id": "0.0.1465866",
"name": "SS-LP SAUCE - XSAUCE",
"symbol": "SAUCE - XSAUCE",
"decimals": 8,
"priceUsd": 3.7760690082569948
}
LP token reserve in its smallest unit
Example:
"23490447137584"
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"
}
Token A reserve in its smallest unit
Example:
"25185652046087"
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"
}
Token B reserve in its smallest unit
Example:
"22634187941347"