Skip to main content
GET
https://api.unitedmarket.ai
/
users
/
{id}
Get user
curl --request GET \
  --url https://api.unitedmarket.ai/users/{id}
{
  "id": "<string>",
  "address": "<string>",
  "username": "<string>"
}

Path Parameters

id
string
required

User id, address, or username.

Response

200 - application/json

User returned.

id
string
address
string
username
string