Create a Custodial Wallet
Creates a custodial wallet owned by project's backend account
Query Parameters
apiKey string
(Required) You Public API key
Example: {{publicKey}}
Header Parameters
API-SECRET string
(Required) You Secret API key
Example: {{secretKey}}
Content-Type string
Example: application/json
Accept string
Example: application/json
- application/json
Request Body
phoneNumber string
Responses
- 201
- 400
- 401
- 403
Created
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"job": {
"status": "pending",
"_id": "62b179ee8c26160014940e7f",
"name": "createWallet",
"data": {
"owner": "0xbC3bA1ae0a4Cf6269F79d0D30767C60cB58D7Ff2",
"phoneNumber": "+972777777777",
"_id": "62b179ee8c26160014940e7d",
"salt": "0xed097dfc637a8e5b3ab141691c2477fbb456deff41d51537a41d8b2be067c966"
},
"createdAt": "2022-06-21T07:57:34.503Z",
"updatedAt": "2022-06-21T07:57:34.503Z",
"__v": 0
}
}
Bad Request
- text/plain
- Schema
Schema
- string
Unauthorized
- text/plain
- Schema
Schema
- string
Forbidden
- text/plain
- Schema
Schema
- string
Loading...