land_liquidity_pool_by_id
Retrieve a single liquidity pool's details by its ID, returning resource quantities, shares, and prices while clearly distinguishing unknown IDs from malformed ones.
Instructions
Get one liquidity-pool object by id, as GET /land/liquidity/pools/{id} returns it. A real id returned a single object with a narrower field set than the list route, omitting the one-day and thirty-day volume fields. An unknown well-formed id returned HTTP 200 with data:null, while a malformed id returned HTTP 400; these are distinguishable upstream outcomes. The object fields retain the mixed wire types observed on the list route: resource_quantity, dec_quantity and total_shares are JSON strings, while prices are JSON numbers. This server returns the upstream response unchanged and does not turn data:null into an error or manufacture a pool object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |