cURL
curl --request GET \ --url https://api.example.com/v0/users/username/{username}
{ "_links": { "kyc": { "description": "Submit KYC information", "href": "/v0/user/me/kyc", "method": "PUT" }, "self": { "href": "/v0/user/me", "method": "GET" }, "wallets": { "href": "/v0/wallets", "method": "GET" } } }
Resolve a username to a public user profile.
Returns minimal public information about a user given their username. This endpoint is intended for peer-to-peer user discovery.
Security:
3 - 20
User profile found
HAL-style hypermedia links for navigation.
Public profile of the user.
Show child attributes