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
curl -L \
  --url 'https://xtz-index.nownodes.io/v1/contracts/{address}/entrypoints/{name}/build'
binary

Build entrypoint parameters

post

Returns micheline parameters converted from its JSON representation.

Path parameters
addressstringrequired

Contract address

namestringrequired

Entrypoint name

Body
anyoptional
Responses
curl -L \
  --request POST \
  --url 'https://xtz-index.nownodes.io/v1/contracts/{address}/entrypoints/{name}/build' \
  --header 'Content-Type: application/json'
binary