v1

latestOpenAPI 3.0.32026-07-26184851.6 MB
Signing

Master Wallet Message

Master Wallet Message

post/v1/wallets/{id}/signing/message

Request body

messagestring
metadatastring
notestring

Example request

{
  "message": "I am verifying ownership of the wallet address 0x... as customer cust_123. This message was signed on 2026-03-03 to confirm my control over this wallet.",
  "metadata": "OPTIONAL_METADATA",
  "note": "OPTIONAL_NOTE"
}

Response

200 - Solana / 200 - Tron

messagestring
statusCodenumber

Example response

{
  "data": {
    "amountUSD": "0.00",
    "blockchain": {
      "createdAt": "2024-10-22T10:57:33.465Z",
      "derivationPath": "m/44'/501'/0'",
      "id": "196badf5-380f-4480-ab4a-d0e4304e91f0",
      "isActive": true,
      "name": "solana",
      "networkFeeModel": "native",
      "slug": "solana",
      "symbol": "sol",
      "updatedAt": "2024-11-26T13:04:13.951Z"
    },
    "confirmed": true,
    "createdAt": "2026-03-02T11:09:44.137Z",
    "createdChannel": "dashboard",
    "currency": "USD",
    "hash": "5bfTmhezuvaceHBbQqfsZewsg9JLEwgFTws9r1XxcVougFKx3QG7jKU7sWJqaWXvvXCoFQkqkm5taUyvkFRwpaCj",
    "id": "b4d7b006-1156-4152-a50b-3d8583679456",
    "network": "testnet",
    "processingStatus": "PENDING",
    "rateUSD": "0.00",
    "reason": "I am verifying ownership of the wallet address 0x... as customer cust_123. This message was signed on 2026-03-03 to confirm my control over this wallet.",
    "recipientAddress": "DiikCme9VyoW9W7DpbXzmKVfSQhynn3g6j6VXcnCr2gH",
    "reference": "4TWtqR6V14sljfQA8Ncy",
    "senderAddress": "DiikCme9VyoW9W7DpbXzmKVfSQhynn3g6j6VXcnCr2gH",
    "signedTransaction": {
      "signature": "5bfTmhezuvaceHBbQqfsZewsg9JLEwgFTws9r1XxcVougFKx3QG7jKU7sWJqaWXvvXCoFQkqkm5taUyvkFRwpaCj"
    },
    "status": "SUCCESS",
    "type": "SIGNED",
    "updatedAt": "2026-03-02T11:09:44.137Z",
    "wallet": {
      "address": "DiikCme9VyoW9W7DpbXzmKVfSQhynn3g6j6VXcnCr2gH",
      "configurations": {
        "addresses": {
          "isActive": true,
          "prefunding": {
            "assets": [
              {
                "alwaysMaintain": true,
                "amount": "4",
                "blockchain": "solana",
                "createdAt": "2025-09-02T11:50:53.807Z",
                "currency": "USD",
                "id": "17b48f89-ab7e-4962-a0cc-df5b7b5486b2",
                "isActive": true,
                "name": "Solana Network Fee Funding",
                "symbol": "SOL",
                "updatedAt": "2025-09-02T11:50:53.807Z"
              }
            ],
            "isActive": true
          }
        },
        "autoSettlement": {
          "name": "Base Master wallet swap auto ettlement",
          "rules": [
            {
              "destination": {
                "address": "0x0077777d7EBA4688BDeF3E311b846F25870A19B9",
                "asset": "USDC",
                "blockchain": "base",
                "isGateway": true
              },
              "id": "13d4d7e1-c95c-4a8a-a800-75894daf3673",
              "isActive": true,
              "name": "Swap from Base USDC to Gateway",
              "order": "FASTEST",
              "slippageTolerance": "5",
              "source": {
                "assets": [
                  "USDC",
                  "USDT"
                ],
                "blockchain": "tron",
                "maxAmount": "1000",
                "minAmount": "1"
              }
            }
          ]
        }
      },
      "createdAt": "2024-11-05T07:47:40.388Z",
      "derivationPath": "m/44'/501'/0'/0'",
      "description": "This is Solana Testnet Wallet",
      "id": "f8d8e16f-af6f-4707-9ea9-2075eefd95eb",
      "isActive": true,
      "name": "Solana Wallet",
      "network": "testnet",
      "status": "ACTIVE",
      "updatedAt": "2025-09-02T11:50:53.812Z"
    }
  },
  "message": "Message signed successfully",
  "statusCode": 200
}