v1

latestOpenAPI 3.0.02026-07-26356764.0 KB
Bind

Request to remove bind of an address from a profile

post/bind/remove

Request body

blockchainType'evm' | 'solana' | 'aptos' required

The chain in which the address belongs to

addressstring required

Address performing the signing conformant to capitalization encoded checksum specified in EIP-55 where applicable.

publicKeystring

Public key performing the signing conformant. (This is only needed for Aptos address)

profileIdstring required

Unique identifier with a length of 66 characters

Example request

{
  "blockchainType": "evm",
  "address": "0x57af6B90c2237d2F888bf4CAe56f25FE1b14e531",
  "publicKey": "0xfb2853744bb8afd58d9386d1856afd8e08de135019961dfa3a10d8c9bf83b99d",
  "profileId": "0xbfbcfab169c67072ff418133124480fea02175f1402aaa497daa4fd09026b0e1"
}

Response

The messages that is required to be signed by each of the address

messagestring required

Message that needs to be signed by the end user

Example response

{
  "message": "Please sign this message to unbind:\nAddress: 0x6ed338bcB610640e81465FCfb9894DDfA354Cc91\nfrom\nProfile Id:\n- 0x0b2bbac1251651c0cbbdbbb29fed5a03adc8b05a2a9eb10a02aaa489b9c1f8ff\nNonce: 5pXWu7aGkY2J7II0X"
}