Next available id
Returns the next available liquidity pool's id at a given block height. If no block is specified, it returns the latest list available.
Query parameters
atstring · unsignedInteger or $hexOptional
Block identifier, as the block height or block hash.
Responses
200
successful operation
application/json
400
invalid blockId supplied for at query param
application/json
get
GET /pallets/asset-conversion/next-available-id HTTP/1.1
Host: dot-playbook.nownodes.io
Accept: */*
{
"at": {
"hash": "text",
"height": "text"
},
"id": "4"
}