Translations: Search/12/en

From ArdorDocs
Jump to: navigation, search

Get Data Tags Like Example

http://localhost:27876/nxt?
  requestType=getDataTagsLike&
  chain=2&
  tagPrefix=con
{
 "requestProcessingTime": 2,
 "tags": [
  {
   "count": 3,
   "tag": "contract"
  },
  {
   "count": 1,
   "tag": "contracts"
  }
 ]
}