For the complete documentation index, see llms.txt. This page is also available as Markdown.

List countries and cities

List countries and cities for collecting the payout recipient's address. Public metadata; no authentication required.

get
/api/v1/country-cities
Responses
200

Standard envelope. data carries the country and city list.

application/json

Standard UR OpenAPI response envelope. code 0 means success; a non-zero code is a business error described by message.

codeintegerRequired

0 on success; non-zero business error code.

messagestringRequired

Human-readable explanation. May be empty on success.

dataanyOptional

Endpoint-specific metadata payload.

get/api/v1/country-cities
GET /api/v1/country-cities HTTP/1.1
Host: openapi.ur.app
Accept: */*
200

Standard envelope. data carries the country and city list.

{
  "code": 1,
  "message": "text",
  "data": null
}

Last updated