List wallet transactions for current dealer

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/transactions

Unified, paginated feed across trading + commission wallet ledgers.

Query parameters

  • page number

    Trang, bắt đầu từ 1

    Minimum value is 1. Default value is 1.

  • page_size number

    Số bản ghi mỗi trang

    Minimum value is 1, maximum value is 500. Default value is 20.

  • wallet string

    Wallet filter: 'all' merges both ledgers, else a single wallet

    Values are all, goods, or commission.

  • type number

    Filter by TransactionType code

    Values are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, or 14.

Responses

  • 200

    Paginated transaction feed with { data, meta }

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