Returns the next available liquidity pool's id at a given block height. If no block is specified, it returns the latest list available.
successful operation
Block number and hash at which the call was made.
Next availabe liquidity pool's id.
"4"
const response = await fetch('https://dot-playbook.nownodes.io/pallets/asset-conversion/next-available-id', { method: 'GET', headers: {}, }); const data = await response.json();
{ "at": { "hash": "text", "height": "text" }, "id": "4" }