GET
/
users
/
{address}
User profile
curl --request GET \
  --url https://0d.finance/api/v1/users/{address}
{
  "address": "<string>",
  "chain": "<string>",
  "display_currency": "USD"
}

Path Parameters

address
string
required

User wallet address

Minimum length: 1

Response

User profile

The response is of type object.