/
/MultiversX Gateway API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 28m ago · Updated 1mo ago
actions2
address15
  • getreturns data about an address
  • getreturns the balance of the provided address in a string format
  • getreturns the nonce of the provided address
  • getreturns the username of the provided address
  • getreturns the code hash behind the provided address
  • getreturns the key-value pairs of an {address}
  • getreturns the shard ID of the provided address based on the current configuration
  • getreturns the transactions of the provided address
  • getreturns the transactions of the provided address
  • getreturns all ESDT tokens that the provided address interacted with
  • getreturns the tokens identifiers and roles for a given address
  • getreturns the token identifiers for a given {address} and the provided role.
  • getreturns all ESDT tokens that the provided address interacted with
  • getreturns the token identifiers of the NFTs registered by the given address.
  • getreturns the NFT token data for a given address, token identifier and nonce.
block6
block-atlas1
hyperblock2
internal8
network15
node2
proof4
status2
transaction14
validator1
vm-values4
    address

    returns the code hash behind the provided address

    get/address/{address}/code-hash

    Path parameters

    addressstring required

    the address in bech32 format

    Response

    successful operation

    dataobject
    errorstring
    codestring

    Changes