Table of Contents

Class Body4

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll

Request body for creating a wallet

public class Body4
Inheritance
Body4
Inherited Members

Properties

AdditionalProperties

[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }

Property Value

IDictionary<string, object>

Identifier

Unique identifier for wallet creation or retrieval. Can be user ID, email, or any unique string. The same identifier will always return the same wallet.

[JsonProperty("identifier", Required = Required.Always)]
[Required]
public string Identifier { get; set; }

Property Value

string