Next available id

Get the next available liquidity pool id.

get

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
get
GET /pallets/asset-conversion/next-available-id HTTP/1.1
Host: dot-playbook.nownodes.io
Accept: */*
{
  "at": {
    "hash": "text",
    "height": "text"
  },
  "id": "4"
}