MuchFi
CLOB Users

Get User Profile

Get comprehensive user profile including balances, orders, and positions

GET
/clob/users/{address}

Path Parameters

addressstring

User wallet address

Response Body

curl -X GET "https://integrated-api.mainnet.muchfi.xyz/api/clob/users/string"
{
  "address": "string",
  "balances": [
    {}
  ],
  "orders": [
    {
      "transactionId": "string",
      "poolId": "string",
      "user": "string",
      "side": "BUY",
      "price": "string",
      "size": "string",
      "filledSize": "string",
      "status": "string",
      "timestamp": 0
    }
  ],
  "positions": [
    {}
  ]
}