Masumi Logo

/x402-wallets

Creates a managed EVM wallet. A new private key is generated when none is supplied; the key is stored encrypted and never returned.

POST
/x402/wallets
token<token>

API key authentication via header (token)

In: header

Request Body

application/json

Optional private key to import

Response Body

application/json

curl -X POST "https://loading/./../api/v1/x402/wallets" \  -H "Content-Type: application/json" \  -d '{}'
{
  "status": "success",
  "data": {
    "id": "clmanagedwallet0001",
    "address": "0x1111111111111111111111111111111111111111",
    "createdById": "api_key_id",
    "createdAt": "2026-06-02T12:00:00.000Z",
    "updatedAt": "2026-06-02T12:00:00.000Z"
  }
}
Masumi Kanji