/
/MultiversX Gateway API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
about2
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 value of the provided key for an 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.
  • getreturns guardian data for the provided address.
block5
hyperblock2
internal8
network15
node3
proof4
status2
transaction14
validator1
vm-values4
    address

    returns data about an address

    get/address/{address}

    Path parameters

    addressstring required

    the address in bech32 format

    Response

    successful operation

    errorstring
    codestring

    Changes