Get address

Returns details about an address.

Securitybearer or cookie
Request
path Parameters
chain
required
string (ChainName)

The blockchain chain label.

Value: "ethereum"
address-or-alias
required
string non-empty

An address or the alias of an address.

query Parameters
include
Array of strings

Optional data to fetch from the blockchain:

  • balance to get the balance of this address.
  • code to get the code at this address.
  • nonce to get the next available transaction nonce for this address.
  • contractLookup to get the contract(s) details for this address.
Items Enum: "balance" "code" "nonce" "contractLookup"
Responses
200

OK

4XX

Client error.

5XX

Server error.

get/chains/{chain}/addresses/{address-or-alias}
Request samples
Response samples
application/json
{
  • "status": 0,
  • "message": "string",
  • "result": {
    }
}
Copyright © Curvegrid 2022. All right reserved.