Get detailed data for a pool by id
Pools V1
REST API: Get V1 pool by id
Retrieve detailed data for one SaucerSwap V1 pool by pool id, including contract id, paired token metadata, current reserves, and LP token details.
GET
Get detailed data for a pool by id
Authorizations
API key provisioned by the SaucerSwap team. Request one from [email protected] and send it in the x-api-key header with every request.
Headers
API key for authentication. Request a key from [email protected].
Example:
"YOUR_API_KEY"
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:
LP token reserve in its smallest unit
Example:
"23490447137584"
Example:
Token A reserve in its smallest unit
Example:
"25185652046087"
Example:
Token B reserve in its smallest unit
Example:
"22634187941347"