Generate address

Request Method: POST

Request Path: /user/generate

Query parameters:application/json

Field name Field description Example value Required
client_id client_id 1000001 yes
user User tags, used for retrieving in the token system [email protected] no

Response data

Response sample
{
    "code": 200,
    "message": "Success",
    "data": {
        "id": 10, // User ID
        "eth_address": "0x435c9d6a0e8a39acF9aB671B362c185f4C57b997", // Ethereum-based address
        "trx_address": "TFFgDPWJK59Z3bLcgDKy1jfAaStzutcp3y", // TRON Address
        "sol_address": "7mSwjgafErtGVyc8C8YKtSubhjWUafbHiGxxnfiwJtbx", // This channel is not yet open.
        "admin_id": 1000001, // client_id
        "created_at": "2024-07-09T10:43:16+08:00",
        "updated_at": "2024-07-09T10:43:16+08:00"
    }
}