---
title: "Child Address Deposit"
method: POST
path: "/v1/addresses/{addressId}/gateway/deposit/{walletId}"
tags: ["Gateway"]
---

# Child Address Deposit

`POST /v1/addresses/{addressId}/gateway/deposit/{walletId}`

## Deposit Funds to Gateway Address

This endpoint allows you to deposit a specified amount of funds into a gateway address associated with a particular wallet. It is typically used to move assets into the Blockradar system for further operations or transfers.

---

### Request Body Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| amount | string | Yes | The amount to deposit. |
| reference | string | No | Optional reference code for tracking or reconciliation. |
| note | string | No | Optional note or message to associate with this deposit. |
| metadata | object | No | Optional metadata as key-value pairs for additional transaction details. |

---

### Path Variables

| Variable | Description |
| --- | --- |
| addressId | The unique identifier of the gateway address to deposit to. |
| walletId | The unique identifier of the wallet associated with the deposit. |

## Request body

- object
  - `amount` string
  - `code` string
  - `metadata` string
  - `note` string
  - `reference` 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` string
    - `type` string
    - `updatedAt` string
    - `wallet` object
      - `address` string
      - `configurations` object
        - `autoSweeping` object
          - `isActive` boolean
          - `threshold` number
        - `withdrawal` object
          - `gasless` object
            - `isActive` boolean
            - `operator` string
            - `threshold` number
      - `createdAt` string
      - `derivationPath` string
      - `description` string
      - `id` string
      - `isActive` boolean
      - `name` string
      - `network` string
      - `status` string
      - `updatedAt` string
  - `message` string
  - `statusCode` number

## Other responses

- `400` — Blockchain not supported

---

[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)
