Build

Build entrypoint parameters

get

Returns micheline parameters converted from its JSON representation.

Path parameters
addressstringRequired

Contract address

namestringRequired

Entrypoint name

Query parameters
valuestring | nullableOptional

Json parameters

Responses
200Success
application/octet-stream
Responsestring · binary
get
GET /v1/contracts/{address}/entrypoints/{name}/build HTTP/1.1
Host: xtz-index.nownodes.io
Accept: */*
200Success
binary

Build entrypoint parameters

post

Returns micheline parameters converted from its JSON representation.

Path parameters
addressstringRequired

Contract address

namestringRequired

Entrypoint name

Body
anyOptional
Responses
200Success
application/octet-stream
Responsestring · binary
post
POST /v1/contracts/{address}/entrypoints/{name}/build HTTP/1.1
Host: xtz-index.nownodes.io
Content-Type: application/json
Accept: */*
200Success
binary