---
title: "Generate Address"
method: POST
path: "/v1/wallets/{walletId}/addresses"
tags: ["Addresses"]
---

# Generate Address

`POST /v1/wallets/{walletId}/addresses`

This endpoint allows you to create a new address for a specific wallet.

### Body Parameters

| Key | **Required** | Type | Description |
| --- | --- | --- | --- |
| name | false | string | The name of the address. |
| metadata | false | object | Additional metadata for the address, this will be part of any transaction tied to this |
| disableAutoSweep | false | boolean | Disable automatic sweeping of assets sent to the address into your master wallet |
| enableGaslessWithdraw | false | boolean | Enable gasless transactions from this address |

## Request body

- object
  - `disableAutoSweep` string
  - `enableGaslessWithdraw` string
  - `metadata` string
  - `name` string

## Response `200`

200

- object
  - `data` object
    - `address` string
    - `blockchain` object
      - `createdAt` string
      - `derivationPath` string
      - `id` string
      - `isActive` boolean
      - `isEvmCompatible` boolean
      - `logoUrl` string
      - `name` string
      - `slug` string
      - `symbol` string
      - `tokenStandard` string
      - `updatedAt` string
    - `configurations` object
      - `aml` object
        - `message` string
        - `provider` string
        - `status` string
      - `disableAutoSweep` boolean
      - `enableGaslessWithdraw` boolean
      - `showPrivateKey` boolean
    - `createdAt` string
    - `derivationPath` string
    - `id` string
    - `isActive` boolean
    - `metadata` object
      - `user_id` number
    - `name` string
    - `network` string
    - `type` string
    - `updatedAt` string
  - `message` string
  - `statusCode` number

---

[API](https://skmtc.net/blockradar/apis/blockradar-documentation.md) · [All operations](https://skmtc.net/blockradar/apis/blockradar-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockradar/blockradar-documentation/versions/97f95b4cfc0d/schema)
