---
title: "Master Wallet Withdraw"
method: POST
path: "/v1/gateway/withdraw"
tags: ["Gateway"]
---

# Master Wallet Withdraw

`POST /v1/gateway/withdraw`

This endpoint allows you to initiate a gateway withdrawal.

### Body Parameters

| Key | **Required** | Type | Description |
| --- | --- | --- | --- |
| amount | true | string | The amount to be deposited. |
| address | true | string | The receipient address. |
| blockchain | true | string | The blockchain network. |
| reference | false | string | This would be the transaction reference |
| metadata | false | object | This would be atteched to the transaction payload |

## Request body

- object
  - `amount` string

## Response `200`

200

- object
  - `data` object
    - `amlScreening` object
      - `message` string
      - `provider` string
      - `status` string
    - `amount` string
    - `amountPaid` string
    - `amountUSD` string
    - `asset` object
      - `address` string
      - `createdAt` string
      - `currency` string
      - `decimals` number
      - `id` string
      - `isActive` boolean
      - `isNative` boolean
      - `name` string
      - `network` string
      - `standard` unknown
      - `symbol` string
      - `updatedAt` string
    - `assetSwept` unknown
    - `assetSweptAmount` unknown
    - `assetSweptAt` unknown
    - `assetSweptGasFee` unknown
    - `assetSweptHash` unknown
    - `assetSweptRecipientAddress` unknown
    - `assetSweptSenderAddress` unknown
    - `blockHash` unknown
    - `blockNumber` unknown
    - `blockchain` object
      - `createdAt` string
      - `derivationPath` string
      - `id` string
      - `isActive` boolean
      - `isEvmCompatible` boolean
      - `isL2` boolean
      - `name` string
      - `slug` string
      - `symbol` string
      - `tokenStandard` unknown
      - `updatedAt` string
    - `chainId` number
    - `confirmations` unknown
    - `confirmed` boolean
    - `createdAt` string
    - `currency` string
    - `fee` unknown
    - `feeHash` unknown
    - `gasFee` unknown
    - `gasPrice` unknown
    - `gasUsed` unknown
    - `hash` unknown
    - `id` string
    - `metadata` unknown
    - `network` string
    - `note` string
    - `rate` unknown
    - `rateUSD` string
    - `reason` string
    - `recipientAddress` string
    - `reference` string
    - `senderAddress` string
    - `signedTransaction` unknown
    - `status` string
    - `toAmount` unknown
    - `toCurrency` unknown
    - `tokenAddress` unknown
    - `type` string
    - `updatedAt` string
    - `wallet` object
      - `address` string
      - `configurations` unknown
      - `createdAt` string
      - `derivationPath` string
      - `description` string
      - `id` string
      - `isActive` boolean
      - `name` string
      - `network` string
      - `status` 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/revisions/97f95b4cfc0d/schema)
