New Crypto Wallet

Get https://app.moneygraph.ai/api/v1/customer/cryptowallets/new/{wallet}

Headers

Authorization* string

Pass your {api_key} as a bearer token in the request header to authorize this call

Path parameters

wallet* string

Wallet ID

Response


{
    "message": "Wallet address generated successfully",
    "status": "success",
    "data": {
        "id": "e0673090-e6fc-4843-9e55-e468df96f132",
        "wallet_address": "TjAX8yesofDbh35uG7VTiFmWC4JaBq9xHL",
        "token": "USDT",
        "network": "TRX",
        "created": "2026-01-17T10:08:55.000000Z",
        "mode": "test"
    }
}