Properties
| Property | Type | Required | Description |
|---|---|---|---|
address | string | Yes | The wallet address |
tag | string | No | An optional memo or destination tag (used by some blockchains like XRP, XLM) |
🚧 This integration is currently in preview and subject to change.
A blockchain wallet address
| Property | Type | Required | Description |
|---|---|---|---|
address | string | Yes | The wallet address |
tag | string | No | An optional memo or destination tag (used by some blockchains like XRP, XLM) |
{
"address": "0x1234567890abcdef1234567890abcdef12345678"
}
{
"address": "rN7n3473SaZBCG4dFL83w7a1RXtXtbk2D9",
"tag": "12345678"
}
tag field when provided. Missing tags can result in lost funds.