v1

latestOpenAPI 3.1.0MIT License2026-07-17107133186.6 KB
addresses

Account script info

Get an account script or a dApp script with additional info by a given address

get/addresses/scriptInfo/{address}

Path parameters

addressstring required
Example:3P274YB5qseSE9DTTL3bpSjosZrYBPDpJ8k

Address base58 encoded

Response

successful operation

addressstring required
scriptstring byte

Compiled script in base64 representation

scriptTextstring

Compiled script in text representation

complexityinteger required

The maximum of callableComplexities and verifierComplexity

verifierComplexityinteger

Complexity of an account script or the verifier function of the dApp script

callableComplexitiesobject

Complexity of callable functions of the dApp script. Empty for an account script

extraFeeinteger required

Extra fee for transactions sending on behalf of the account

publicKeystring

Example response

{
  "address": "3P274YB5qseSE9DTTL3bpSjosZrYBPDpJ8k",
  "publicKey": "2eEUvypDSivnzPiLrbYEW39SM8yMZ1aq4eJuiKfs4sEY"
}