Type

Get bigmap type

get

Returns a type of the bigmap with the specified Id in Micheline format (with annotations).

Path parameters
idinteger · int32Required

Bigmap Id

Responses
200Success
application/json
get
GET /v1/bigmaps/{id}/type HTTP/1.1
Host: xtz-index.nownodes.io
Accept: */*
200Success
{
  "prim": 0,
  "args": [
    {
      "type": 0
    }
  ],
  "annots": [
    {
      "type": 0,
      "value": "text"
    }
  ]
}