# Resolve handle/phone/address to destination Endpoint: POST /v1/directory/resolve Version: 2.0.0 Security: oAuth2 ## Request fields (application/json): - `input` (string, required) Example: "+50255551234" - `networkHint` (string) Enum: "ethereum", "polygon", "solana", "bitcoin" ## Response 200 fields (application/json): - `displayName` (string, required) - `address` (string, required) - `network` (string, required) Enum: "ethereum", "polygon", "solana", "bitcoin" - `resolvedBy` (string, required) Enum: "handle", "phone", "address", "qr" ## Response 404 fields