Create new Wallet
- application/json
Request Body required
metadata object
A dictionary style object with string keys and values. Key names up to 40 characters long. Values up to 500 characters long. Up to 50 keys.
property name*
string
Responses
- 200
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
- id string
Unique wallet identifier.
metadata object
A dictionary style object with string keys and values. Key names up to 40 characters long. Values up to 500 characters long. Up to 50 keys.
property name*
string- status string
- address string
Wallet address
- createdOn date-time
The date and time when the object was created.
{
"id": "string",
"metadata": {},
"status": "available",
"address": "0x0000000000000000000000000000000000000000",
"createdOn": "2023-03-02T16:02:09.821Z"
}
Loading...