KYC/KYB verification
Kaito Users API (2.0.0)
User management: Identity verification, Wallets, and Directory services.
Identity (KYC/KYB): KYC for individual verification, KYB for company verification.
Wallets: Custodial wallet management with key material. Supports Ethereum, Polygon, Solana, Bitcoin.
Directory: Resolve handles, phones, addresses to destinations. Register handles and manage contact books.
Download OpenAPI description
Overview
URL
Kaito Developer Support
License
Languages
Servers
Mock server
https://developer.kaito.io/_mock/users/
Production
https://api.kai2.io/
Sandbox
https://sandbox.api.kai2.io/
- Mock serverhttps://developer.kaito.io/_mock/users/v1/directory/resolve
- Productionhttps://api.kai2.io/v1/directory/resolve
- Sandboxhttps://sandbox.api.kai2.io/v1/directory/resolve
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developer.kaito.io/_mock/users/v1/directory/resolve \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"input": "+50255551234",
"networkHint": "ethereum"
}'Response
application/json
{ "displayName": "string", "address": "string", "network": "ethereum", "resolvedBy": "handle" }