Compare

Compares up to 30 SS58 addresses.

get

Returns if the given addresses are equal or not, along with details of each address. Equality is determined by comparing the accountId/publicKey of each address.

Query parameters
addressesstring[]Required

An array of SS58 addresses.

Responses
200
successfully compared at least two SS58 addresses.
application/json
get
GET /accounts/compare HTTP/1.1
Host: dot-playbook.nownodes.io
Accept: */*
{
  "areEqual": true,
  "addresses": [
    {
      "ss58Format": "text",
      "ss58Prefix": "text",
      "network": "text",
      "publicKey": "text"
    }
  ]
}