Create a kycoin wallet for your client
POST/web3/kypay/wallet
Create a kycoin wallet for your client
Request
- application/json
Body
Transfer request
ClientUUID stringrequired
Your Client (NaturalPerson or LegalEntity) UUID
WalletAddress stringrequired
The address of your client polygon wallet
status stringrequired
The status of the wallet
olky_wallet booleanrequired
If the wallet is from wallet creation
wallet_connect booleanrequired
If the wallet is from metamask
identityRegistryStorage stringrequired
The idendity registery storage of the wallet
Responses
- 200
- 401
- 4XX|5XX
Transaction details
- application/json
- Schema
- Example (from schema)
Schema
ClientUUID stringrequired
Your Client (NaturalPerson or LegalEntity) UUID
WalletAddress stringrequired
The address of your client polygon wallet
status stringrequired
The status of the wallet
olky_wallet booleanrequired
If the wallet is from wallet creation
wallet_connect booleanrequired
If the wallet is from metamask
identityRegistryStorage stringrequired
The idendity registery storage of the wallet
uuid stringnullable
{
"ClientUUID": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0",
"WalletAddress": "0x5c62D535eDCEcd213Cffd1689326d3E3C544EB67",
"status": "Qualified",
"olky_wallet": false,
"wallet_connect": true,
"identityRegistryStorage": "0x766667E82173F212E590E444fb29318b1Eeb2C07",
"uuid": "4895ae38-a3fa-4ace-bdef-cc31fe5526a0"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
code integer
message string
{
"code": "401",
"message": "JWT Token not found"
}
An error occured
- application/json
- Schema
- Example (from schema)
Schema
success boolean
code integer
internal_code integer
message string
{
"success": "false",
"code": "400",
"internal_code": "3001",
"message": "Incorect data"
}
Loading...