Get associated pools containing the token by id
Tokens
REST API: Pools containing a token
List every SaucerSwap V1 pool that contains a given token, with pool contract ids, paired-token metadata, current reserves, and LP token details.
GET
Get associated pools containing the token 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
Token id (shard.realm.num)
Example:
"0.0.731861"
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"