MultiversX Gateway API
v1.1.0https://egld.nownodes.ioAPI for interacting with the MultiversX blockchain network
Authentication
apiKeyapiKeyAPI key for authentication
API Key: api-key in header
REST-API
about
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the proxy's version and commit hash
Response
Successful operation
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the app versions of the nodes behind the proxy
Response
Successful operation
address
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns data about an address
Parameters
addressstringrequiredpathThe address in bech32 format
Response
Successful operation
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the balance of the provided address in string format
Parameters
addressstringrequiredpathThe address in bech32 format
Response
Successful operation
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the nonce of the provided address
Parameters
addressstringrequiredpathThe address in bech32 format
Response
Successful operation
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the username of the provided address
Parameters
addressstringrequiredpathThe address in bech32 format
Response
Successful operation
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the shard ID of the provided address
Parameters
addressstringrequiredpathThe address in bech32 format
Response
Successful operation
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the value of the provided key for an address
Parameters
addressstringrequiredpathThe address in bech32 format
keystringrequiredpathStorage key to retrieve
Response
Successful operation
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns all ESDT tokens that the provided address interacted with
Parameters
addressstringrequiredpathThe address in bech32 format
Response
Successful operation
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns ESDT token data for the provided address and token identifier
Parameters
addressstringrequiredpathThe address in bech32 format
tokenIdentifierstringrequiredpathThe token identifier to search for
Response
Successful operation
network
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the configuration of the network
Response
Successful operation
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the economics data metric from the last epoch
Response
Successful operation
transaction
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Sends a transaction to the network
Body
nonceintegerrequiredTransaction nonce
valuestringrequiredTransaction value in wei
receiverstringrequiredReceiver address in bech32 format
senderstringrequiredSender address in bech32 format
gasPriceintegerrequiredGas price
gasLimitintegerrequiredGas limit
datastringTransaction data (base64 encoded)
chainIDstringrequiredNetwork chain identifier
versionintegerrequiredTransaction version
signaturestringrequiredTransaction signature
Response
Successful operation
Validation error
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the transaction which corresponds to the hash
Parameters
txhashstringrequiredpathThe transaction hash to search for
Response
Successful operation
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the status of the transaction which corresponds to the hash
Parameters
txhashstringrequiredpathThe transaction hash to search for
Response
Successful operation
block
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns a block by nonce and shard
Parameters
shardintegerrequiredpathThe shard ID to look after
nonceintegerrequiredpathThe block nonce to look after
Response
Successful operation
hyperblock
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Gets the hyperblock at the specified nonce
Parameters
nonceintegerrequiredpathThe nonce to look after
Response
Successful operation
vm-values
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Sends a request to the virtual machines and retrieves the result including altered accounts
Body
scAddressstringSmart contract address
funcNamestringFunction name to call
callerAddrstringCaller address
callValuestringValue to send with the call
argsArray<string>Function arguments
Response
Successful operation