land_liquidity_pool_by_symbol
Get a liquidity pool by symbol from Splinterlands Land. Returns resource quantities, prices, and total shares for that token.
Instructions
Get one liquidity-pool object by symbol, as GET /land/liquidity/poolsbysymbol/{symbol} returns it. All five tested casings GRAIN, grain, Grain, VOUCHER and voucher returned the correct matching pool; this records five observed working casings and is not a general rule about every possible input. An unknown symbol returned HTTP 200 with data:null. 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 sends the symbol as supplied, returns the upstream response unchanged and does not manufacture a pool object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |