Skip to main content
GET
https://backend-develop.themarketunited.com
/
users
/
{id}
Get user
curl --request GET \
  --url https://backend-develop.themarketunited.com/users/{id}
{
  "id": "<string>",
  "address": "<string>",
  "username": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://unitedmarket.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

User id, address, or username.

Response

200 - application/json

User returned.

id
string
address
string
username
string