Get compact data for all pools
Pools V1
REST API: List V1 pools (compact)
List all SaucerSwap V1 liquidity pools in compact form, with pool and contract ids, paired token summaries, current reserves, and LP token metadata.
GET
Get compact data for all pools
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"
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"