What you can do
- Sign a plain message from a master wallet or child address
- Sign EIP-712 structured typed data for standards-compliant workflows
Endpoints
Full API Reference
View all signing endpoints in the API Reference tab.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Sign messages and typed data from any Blockradar wallet.
| Method | Endpoint | Description |
|---|---|---|
POST | /wallets/{walletId}/signing/message | Sign a message (master wallet) |
POST | /wallets/{walletId}/signing/typed-data | Sign EIP-712 typed data (master wallet) |
POST | /wallets/{walletId}/addresses/{addressId}/signing/message | Sign a message (child address) |
POST | /wallets/{walletId}/addresses/{addressId}/signing/typed-data | Sign EIP-712 typed data (child address) |
