Create or update address

Associates an address with a label.

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

The blockchain chain label.

Value: "ethereum"
Request Body schema: application/json
label
required
string (Label) ^[a-z0-9_-]+$

A label.

address
required
string (ETHAddress) ^0[xX][a-fA-F0-9]{40}$

An ethereum address.

Responses
201

OK

4XX

Client error.

5XX

Server error.

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