Get current dealer wallet snapshot

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://tailieu-api.dilisupplement.com/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "API Đại Lý MCP server": {
    "url": "https://tailieu-api.dilisupplement.com/mcp"
  }
}

Close
GET /wallet/me

Main wallet + commission wallet + commission accrued this month.

Responses

  • 200

    Wallet snapshot for the logged-in dealer

GET /wallet/me
curl \
 --request GET 'https://api-dealer.dilisupplement.com/api/wallet/me'