How to share address book?

Sharing address books has never been easy

Arrange Data

Arrange data in the format

{
    "toId": "string"
    "book": number
    "access": "READ" | "READWRITE"
}

Generate & Sign Message

Call this API to get the message

Sign the above message by following signature guidelines mentioned here according to the chain you are using

Call API

Websockets & Webhooks

Coming soon...

Last updated