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-label
required
string non-empty

An address or the label 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.
Items Enum: "balance" "code" "nonce"
Responses
200

OK

4XX

Client error.

5XX

Server error.

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