Skip to main content
GET
/
v0
/
users
/
username
/
{username}
Resolve Username
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"
    }
  }
}

Headers

x-juno-jwt
string | null

Path Parameters

username
string
required
Required string length: 3 - 20

Response

User profile found

HAL-style hypermedia links for navigation.

user
PublicUserProfile · object
required

Public profile of the user.