Field | Type | Required | Description | Example |
---|---|---|---|---|
object |
models.Web3WalletObject | ✔️ | String representing the object's type. Objects of the same type share the same value. |
web3_wallet |
web3_wallet |
str | ✔️ | N/A | 0x123456789abcdef |
verification |
Nullable[models.Web3WalletVerification] | ✔️ | N/A | { "status": "verified", "strategy": "web3_metamask_signature", "nonce": "nonce_value" } |
created_at |
int | ✔️ | Unix timestamp of creation |
1609459200 |
updated_at |
int | ✔️ | Unix timestamp of creation |
1609459200 |
id |
Optional[str] | ➖ | N/A | wallet_id_123 |