> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blockradar.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Child Address Transactions

> This endpoint retrieves the addresses associated with a specific wallet.



## OpenAPI

````yaml get /v1/addresses/{addressId}/gateway/transactions
openapi: 3.0.3
info:
  title: Blockradar Documentation
  description: >-
    The OpenAPI specification of the Blockradar API that enables fintechs and
    developers to seamlessly integrate stablecoin deposits and payments into
    their products.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.blockradar.co
security:
  - apiKey: []
tags:
  - name: Rewards
    description: >-
      Non-custodial yield (Earn) on stablecoins via regulated (Fija) and DeFi
      (Aave) strategies. Deposit, withdraw, preview fees, and read positions and
      earnings at the business, wallet, and sub-address level. Amounts are
      returned net of the platform fee, which applies only to interest earned.
  - name: Wallet
    description: >-
      Wallet Management System


      Comprehensive wallet management API for multi-blockchain operations. This
      system handles wallet creation, configuration, balance monitoring, and
      integration with various blockchain networks.


      Core Functionality:


      - Multi-blockchain wallet creation and management

      - Balance monitoring and asset tracking

      - Auto-settlement rule configuration

      - Gateway wallet integration

      - Address generation and management

      - Transaction monitoring and processing
  - name: Addresses
    description: >-
      Address Management System


      Comprehensive blockchain address management API for operations. This
      system handles address creation, validation, monitoring, and management
      across multiple blockchain networks.


      Core Functionality:


      - Multi-blockchain address generation

      - Address validation and verification

      - Balance monitoring and tracking

      - Transaction history management

      - Address labeling and organization

      - Integration with wallet systems

      - Real-time address monitoring
  - name: Asset
  - name: Transactions
  - name: Withdraw
    description: >-
      The Withdraw feature allows you to programmatically withdraw stablecoins
      from your master wallet with ease
  - name: Withdraw Fiat
  - name: Signing
    description: >-
      Typed data signing service for secure transaction authorization. Supports
      all EIP-712 standards including EIP-3009 (TransferWithAuthorization) and
      EIP-2612 (Permit).
  - name: Swap
    description: >-
      The Swap feature enables users to exchange one stabelcoin asset for
      another across different blockchains. This feature provides a seamless way
      to convert between different stablecoins while maintaining security and
      compliance standards.
  - name: Liquidity Pool
  - name: Virtual Accounts
    description: >-
      Virtual Accounts API provides endpoints for managing virtual bank accounts
      linked to master wallets or child addresses. This API enables businesses
      to:


      - Create virtual accounts for customers to receive payments

      - Retrieve virtual account details

      - Activate/deactivate virtual accounts


      **Virtual Account Types:**


      Virtual accounts support different types with varying behaviors:


      1. **AUTO_FUNDING** (Default):

          - Automatically mints stablecoin when fiat payments are received

          - Transfers the stablecoin to the linked wallet/address immediately

          - Best for real-time payment processing


      **How It Works - Auto-Funding Flow (AUTO_FUNDING type only):**


      When a customer sends fiat currency to a virtual account with type
      AUTO_FUNDING:


      1. **Payment Receipt**: The payment is received in the virtual account

      2. **Automatic Minting**: The system automatically mints the stablecoin
      equivalent

      3. **Blockchain Transfer**: The minted stablecoin is transferred to the
      virtual account's linked wallet or address


      **Note**: The auto-funding flow only applies to virtual accounts with type
      `AUTO_FUNDING`.

      Other types have different processing behaviors.


      ## Prerequisites


      Before creating virtual accounts, ensure:


      - **Compliance requirements must be completed** (see [Compliance
      Requirements](http://localhost:3000/essentials/virtual-accounts#compliance-requirements)
      section below)

      - **Virtual accounts feature must be enabled** for your business (reach
      out to [support@blockradar.co](https://mailto:support@blockradar.co) or
      use live chat on the dashboard to enable the feature after compliance
      approval)

      - **Only available on MAINNET environment** (not available on testnet)

      - **Master Wallet must support stablecoin asset** - Your account plan must
      include stablecoin access (upgrade from Dashboard → Settings →
      Subscription if needed)


      **Supported Currency:**


      - Fiat: NGN (Nigerian Naira)

      - Stablecoin: cNGN - minted automatically on blockchain (for AUTO_FUNDING
      type)
  - name: Auto Settlements
    description: >-
      Creates a new auto settlement rule for a wallet. Auto settlement
      automatically transfers/swap assets based on configured rules when certain
      conditions are met.


      Rules can be configured for:


      - Source blockchain and assets

      - Destination blockchain and asset

      - Amount ranges (min/max)

      - Slippage tolerance

      - Gateway vs non-gateway wallets


      Gateway rules are required for testnet wallets and must have matching
      source/destination assets.
  - name: Smart Contract
    description: >-
      This API provides endpoints for interacting with smart contracts on the
      blockchain. It allows for reading contract data, executing contract
      functions, and estimating network fees.
  - name: Gateway
    description: >-
      The Gateway feature enables you to programmatically deposit USDC into a
      unified, chain-abstracted balance and instantly mint USDC on any supported
      blockchain, streamlining crosschain transfers and eliminating manual
      bridging steps and rebalancing complexities.
  - name: Payment Links
    description: >-
      The Payment Pages API provides a quick and secure way to collect payment
      for servcies.
  - name: Beneficiaries
    description: >-
      This API allows you to create beneficiaries with automatic settlements to
      your external wallets on a periodic basis.


      Example frequencies: INSTANT, DAILY, WEEKLY, MONTHLY, YEARLY
  - name: AML
    description: >-
      The AML (Anti Money Laundering) API provides a quick way for you to check
      if an address is blacklisted or sanctioned
  - name: Asset Recovery
    description: >-
      Enables the recovery (salvage) of both native blockchain assets and tokens
      from a specified sender address to a recipient address. This feature
      supports emergency fund recovery and asset consolidation operations.
  - name: Miscellaneous
    description: >-
      The Miscellaneous API are supporting APIs that can be used to provide more
      details to other APIs.
  - name: Asset1
  - name: Blockchain
  - name: Webhooks
    description: >-
      Webhooks allow you to set up a notification system that can be used to
      receive updates on certain requests made to the Blockradar API.

      To see full list and instructions
      [https://docs.blockradar.co/essentials/webhooks](https://docs.blockradar.co/essentials/webhooks)


      ##
  - name: Deposit
  - name: Withdraw1
  - name: Swap1
  - name: Gateway1
paths:
  /v1/addresses/{addressId}/gateway/transactions:
    parameters:
      - name: addressId
        in: path
        required: true
        schema:
          type: string
          example: YOUR_ADDRESS_ID
    get:
      tags:
        - Gateway
      summary: Child Address Transactions
      description: This endpoint retrieves the addresses associated with a specific wallet.
      operationId: childAddressTransactions1
      parameters:
        - name: page
          in: query
          schema:
            type: string
            example: '1'
        - name: limit
          in: query
          schema:
            type: string
            example: '10'
      responses:
        '200':
          description: '200'
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        address:
                          type: object
                          properties:
                            address:
                              type: string
                              example: '0xb2893f617baB937d340ED5e97Ab15f70bb45667a'
                            configurations:
                              type: object
                              properties:
                                aml:
                                  type: object
                                  properties:
                                    message:
                                      type: string
                                      example: Address is not sanctioned
                                    provider:
                                      type: string
                                      example: ofac, fbi, tether, circle
                                    status:
                                      type: string
                                      example: success
                                autoSettlement:
                                  type: object
                                  properties:
                                    isActive:
                                      type: boolean
                                      example: false
                                    rules:
                                      type: array
                                      items: {}
                                      example: []
                                disableAutoSweep:
                                  type: boolean
                                  example: true
                                enableGaslessWithdraw:
                                  type: boolean
                                  example: true
                                showPrivateKey:
                                  type: boolean
                                  example: false
                            createdAt:
                              type: string
                              example: '2025-12-11T02:16:04.119Z'
                            derivationPath:
                              type: string
                              example: m/44'/60'/0'/0/691
                            id:
                              type: string
                              example: d7c354eb-3b79-49a6-8562-a3c48beccfa8
                            isActive:
                              type: boolean
                              example: true
                            metadata:
                              nullable: true
                              example: null
                            name:
                              type: string
                              example: Child Address Gateway
                            network:
                              type: string
                              example: testnet
                            type:
                              type: string
                              example: INTERNAL
                            updatedAt:
                              type: string
                              example: '2025-12-11T02:16:04.119Z'
                        amlScreening:
                          type: object
                          properties:
                            message:
                              type: string
                              example: Address is not sanctioned
                            provider:
                              type: string
                              example: ofac, fbi, tether, circle
                            status:
                              type: string
                              example: success
                        amount:
                          type: string
                          example: '0.1'
                        amountPaid:
                          type: string
                          example: '0.1'
                        amountUSD:
                          type: string
                          example: '0.1'
                        asset:
                          type: object
                          properties:
                            address:
                              type: string
                              example: '0x5425890298aed601595a70AB815c96711a31Bc65'
                            configurations:
                              nullable: true
                              example: null
                            createdAt:
                              type: string
                              example: '2025-06-14T02:38:16.058Z'
                            currency:
                              type: string
                              example: USD
                            decimals:
                              type: number
                              example: 6
                            id:
                              type: string
                              example: e097a26e-0df5-4610-95d3-95f6cd1aa5c6
                            isActive:
                              type: boolean
                              example: true
                            isNative:
                              type: boolean
                              example: false
                            name:
                              type: string
                              example: USD Coin
                            network:
                              type: string
                              example: testnet
                            standard:
                              nullable: true
                              example: null
                            symbol:
                              type: string
                              example: USDC
                            updatedAt:
                              type: string
                              example: '2025-06-14T02:38:16.058Z'
                        assetSwept:
                          nullable: true
                          example: null
                        assetSweptAmount:
                          nullable: true
                          example: null
                        assetSweptAt:
                          nullable: true
                          example: null
                        assetSweptGasFee:
                          nullable: true
                          example: null
                        assetSweptHash:
                          nullable: true
                          example: null
                        assetSweptRecipientAddress:
                          nullable: true
                          example: null
                        assetSweptSenderAddress:
                          nullable: true
                          example: null
                        blockHash:
                          type: string
                          example: >-
                            0xdcef6ef2118b99dce1a3f0a0113aba580ddc5c243774656a3f9ecd670d6908b1
                        blockNumber:
                          type: number
                          example: 48843272
                        blockchain:
                          type: object
                          properties:
                            createdAt:
                              type: string
                              example: '2025-06-14T02:30:37.053Z'
                            derivationPath:
                              type: string
                              example: m/44'/60'/0'/0
                            id:
                              type: string
                              example: 359c81bc-04ac-47a3-be96-775a7d7cae05
                            isActive:
                              type: boolean
                              example: true
                            isEvmCompatible:
                              type: boolean
                              example: true
                            isL2:
                              type: boolean
                              example: false
                            name:
                              type: string
                              example: avalanche
                            slug:
                              type: string
                              example: avalanche
                            symbol:
                              type: string
                              example: avax
                            tokenStandard:
                              nullable: true
                              example: null
                            updatedAt:
                              type: string
                              example: '2025-06-14T02:30:37.053Z'
                        chainId:
                          type: number
                          example: 43113
                        confirmations:
                          type: number
                          example: 3
                        confirmed:
                          type: boolean
                          example: true
                        createdAt:
                          type: string
                          example: '2025-12-11T03:04:25.043Z'
                        createdChannel:
                          type: string
                          example: dashboard
                        currency:
                          type: string
                          example: USD
                        fee:
                          nullable: true
                          example: null
                        feeHash:
                          nullable: true
                          example: null
                        feeUSD:
                          nullable: true
                          example: null
                        gasFee:
                          type: string
                          example: '0.000000000000270586'
                        gasPrice:
                          type: string
                          example: '2'
                        gasUsed:
                          type: string
                          example: '135293'
                        hash:
                          type: string
                          example: >-
                            0x898ac7555a7a73279f5e1c2b9aa95b8a948cc79bf50bdaa26fe29ec10274281d
                        id:
                          type: string
                          example: f2b7e8ca-a275-4a3a-a86c-1edc112ce4ee
                        isAutoSweep:
                          type: boolean
                          example: false
                        metadata:
                          type: object
                          nullable: true
                          example: null
                        network:
                          type: string
                          example: testnet
                        note:
                          type: string
                          example: Withdrawal of 0.1 USDC from gateway
                        rate:
                          nullable: true
                          example: null
                        rateUSD:
                          type: string
                          example: '1'
                        reason:
                          nullable: true
                          example: null
                        recipientAddress:
                          type: string
                          example: '0x2455ec6700092991ce0782365a89d5cd89c8fa22'
                        reference:
                          type: string
                          example: KiECQdpnEU5qBxdywcsN
                        senderAddress:
                          type: string
                          example: '0xb2893f617baB937d340ED5e97Ab15f70bb45667a'
                        signedTransaction:
                          nullable: true
                          example: null
                        status:
                          type: string
                          example: SUCCESS
                        toAmount:
                          nullable: true
                          example: null
                        toCurrency:
                          nullable: true
                          example: null
                        tokenAddress:
                          type: string
                          example: '0x5425890298aed601595a70AB815c96711a31Bc65'
                        type:
                          type: string
                          example: GATEWAY_WITHDRAW
                        updatedAt:
                          type: string
                          example: '2025-12-11T03:05:11.064Z'
                    example:
                      - address:
                          address: '0xb2893f617baB937d340ED5e97Ab15f70bb45667a'
                          configurations:
                            aml:
                              message: Address is not sanctioned
                              provider: ofac, fbi, tether, circle
                              status: success
                            autoSettlement:
                              isActive: false
                              rules: []
                            disableAutoSweep: true
                            enableGaslessWithdraw: true
                            showPrivateKey: false
                          createdAt: '2025-12-11T02:16:04.119Z'
                          derivationPath: m/44'/60'/0'/0/691
                          id: d7c354eb-3b79-49a6-8562-a3c48beccfa8
                          isActive: true
                          metadata: null
                          name: Child Address Gateway
                          network: testnet
                          type: INTERNAL
                          updatedAt: '2025-12-11T02:16:04.119Z'
                        amlScreening:
                          message: Address is not sanctioned
                          provider: ofac, fbi, tether, circle
                          status: success
                        amount: '0.1'
                        amountPaid: '0.1'
                        amountUSD: '0.1'
                        asset:
                          address: '0x5425890298aed601595a70AB815c96711a31Bc65'
                          configurations: null
                          createdAt: '2025-06-14T02:38:16.058Z'
                          currency: USD
                          decimals: 6
                          id: e097a26e-0df5-4610-95d3-95f6cd1aa5c6
                          isActive: true
                          isNative: false
                          name: USD Coin
                          network: testnet
                          standard: null
                          symbol: USDC
                          updatedAt: '2025-06-14T02:38:16.058Z'
                        assetSwept: null
                        assetSweptAmount: null
                        assetSweptAt: null
                        assetSweptGasFee: null
                        assetSweptHash: null
                        assetSweptRecipientAddress: null
                        assetSweptSenderAddress: null
                        blockHash: >-
                          0xdcef6ef2118b99dce1a3f0a0113aba580ddc5c243774656a3f9ecd670d6908b1
                        blockNumber: 48843272
                        blockchain:
                          createdAt: '2025-06-14T02:30:37.053Z'
                          derivationPath: m/44'/60'/0'/0
                          id: 359c81bc-04ac-47a3-be96-775a7d7cae05
                          isActive: true
                          isEvmCompatible: true
                          isL2: false
                          name: avalanche
                          slug: avalanche
                          symbol: avax
                          tokenStandard: null
                          updatedAt: '2025-06-14T02:30:37.053Z'
                        chainId: 43113
                        confirmations: 3
                        confirmed: true
                        createdAt: '2025-12-11T03:04:25.043Z'
                        createdChannel: dashboard
                        currency: USD
                        fee: null
                        feeHash: null
                        feeUSD: null
                        gasFee: '0.000000000000270586'
                        gasPrice: '2'
                        gasUsed: '135293'
                        hash: >-
                          0x898ac7555a7a73279f5e1c2b9aa95b8a948cc79bf50bdaa26fe29ec10274281d
                        id: f2b7e8ca-a275-4a3a-a86c-1edc112ce4ee
                        isAutoSweep: false
                        metadata: null
                        network: testnet
                        note: Withdrawal of 0.1 USDC from gateway
                        rate: null
                        rateUSD: '1'
                        reason: null
                        recipientAddress: '0x2455ec6700092991ce0782365a89d5cd89c8fa22'
                        reference: KiECQdpnEU5qBxdywcsN
                        senderAddress: '0xb2893f617baB937d340ED5e97Ab15f70bb45667a'
                        signedTransaction: null
                        status: SUCCESS
                        toAmount: null
                        toCurrency: null
                        tokenAddress: '0x5425890298aed601595a70AB815c96711a31Bc65'
                        type: GATEWAY_WITHDRAW
                        updatedAt: '2025-12-11T03:05:11.064Z'
                      - address:
                          address: '0xb2893f617baB937d340ED5e97Ab15f70bb45667a'
                          configurations:
                            aml:
                              message: Address is not sanctioned
                              provider: ofac, fbi, tether, circle
                              status: success
                            autoSettlement:
                              isActive: false
                              rules: []
                            disableAutoSweep: true
                            enableGaslessWithdraw: true
                            showPrivateKey: false
                          createdAt: '2025-12-11T02:16:04.119Z'
                          derivationPath: m/44'/60'/0'/0/691
                          id: d7c354eb-3b79-49a6-8562-a3c48beccfa8
                          isActive: true
                          metadata: null
                          name: Child Address Gateway
                          network: testnet
                          type: INTERNAL
                          updatedAt: '2025-12-11T02:16:04.119Z'
                        amlScreening:
                          message: Address is not sanctioned
                          provider: ofac, fbi, tether, circle
                          status: success
                        amount: '0.5'
                        amountPaid: '0.5'
                        amountUSD: '0.5'
                        asset:
                          address: '0x5425890298aed601595a70AB815c96711a31Bc65'
                          configurations: null
                          createdAt: '2025-06-14T02:38:16.058Z'
                          currency: USD
                          decimals: 6
                          id: e097a26e-0df5-4610-95d3-95f6cd1aa5c6
                          isActive: true
                          isNative: false
                          name: USD Coin
                          network: testnet
                          standard: null
                          symbol: USDC
                          updatedAt: '2025-06-14T02:38:16.058Z'
                        assetSwept: null
                        assetSweptAmount: null
                        assetSweptAt: null
                        assetSweptGasFee: null
                        assetSweptHash: null
                        assetSweptRecipientAddress: null
                        assetSweptSenderAddress: null
                        blockHash: >-
                          0xddcad5ca29b1652ea69248eea9b5c0fcc521fc42cf95f94ea6f222d4b5ec1e1a
                        blockNumber: 48841609
                        blockchain:
                          createdAt: '2025-06-14T02:30:37.053Z'
                          derivationPath: m/44'/60'/0'/0
                          id: 359c81bc-04ac-47a3-be96-775a7d7cae05
                          isActive: true
                          isEvmCompatible: true
                          isL2: false
                          name: avalanche
                          slug: avalanche
                          symbol: avax
                          tokenStandard: null
                          updatedAt: '2025-06-14T02:30:37.053Z'
                        chainId: 43113
                        confirmations: 5
                        confirmed: true
                        createdAt: '2025-12-11T02:16:57.002Z'
                        createdChannel: dashboard
                        currency: USD
                        fee: null
                        feeHash: null
                        feeUSD: null
                        gasFee: '0.00000000000018195'
                        gasPrice: '2'
                        gasUsed: '90975'
                        hash: >-
                          0xc1b22de8f3ef2a2a55e6574b3d77fe78194d92079d2cbb64171e26ce68edc892
                        id: 2aa4293c-990c-4e4b-9d72-022b43694942
                        isAutoSweep: false
                        metadata:
                          withdrawal:
                            amount: '0.5'
                            availableAt: '2025-12-10T23:17:35.000Z'
                            type: GATEWAY_DEPOSIT
                        network: testnet
                        note: Deposit of 0.5 USDC to gateway
                        rate: null
                        rateUSD: '1'
                        reason: null
                        recipientAddress: '0x0077777d7EBA4688BDeF3E311b846F25870A19B9'
                        reference: 0dnXAuxCoLiqEl4iER2Z
                        senderAddress: '0xb2893f617baB937d340ED5e97Ab15f70bb45667a'
                        signedTransaction: null
                        status: SUCCESS
                        toAmount: null
                        toCurrency: null
                        tokenAddress: '0x5425890298aed601595a70AB815c96711a31Bc65'
                        type: GATEWAY_DEPOSIT
                        updatedAt: '2025-12-11T02:17:55.502Z'
                  message:
                    type: string
                    example: Gateway transactions fetched successfully
                  meta:
                    type: object
                    properties:
                      currentPage:
                        type: number
                        example: 1
                      itemCount:
                        type: number
                        example: 2
                      itemsPerPage:
                        type: number
                        example: 10
                      totalItems:
                        type: number
                        example: 2
                      totalPages:
                        type: number
                        example: 1
                  statusCode:
                    type: number
                    example: 200
              examples:
                '200':
                  value:
                    data:
                      - address:
                          address: '0xb2893f617baB937d340ED5e97Ab15f70bb45667a'
                          configurations:
                            aml:
                              message: Address is not sanctioned
                              provider: ofac, fbi, tether, circle
                              status: success
                            autoSettlement:
                              isActive: false
                              rules: []
                            disableAutoSweep: true
                            enableGaslessWithdraw: true
                            showPrivateKey: false
                          createdAt: '2025-12-11T02:16:04.119Z'
                          derivationPath: m/44'/60'/0'/0/691
                          id: d7c354eb-3b79-49a6-8562-a3c48beccfa8
                          isActive: true
                          metadata: null
                          name: Child Address Gateway
                          network: testnet
                          type: INTERNAL
                          updatedAt: '2025-12-11T02:16:04.119Z'
                        amlScreening:
                          message: Address is not sanctioned
                          provider: ofac, fbi, tether, circle
                          status: success
                        amount: '0.1'
                        amountPaid: '0.1'
                        amountUSD: '0.1'
                        asset:
                          address: '0x5425890298aed601595a70AB815c96711a31Bc65'
                          configurations: null
                          createdAt: '2025-06-14T02:38:16.058Z'
                          currency: USD
                          decimals: 6
                          id: e097a26e-0df5-4610-95d3-95f6cd1aa5c6
                          isActive: true
                          isNative: false
                          name: USD Coin
                          network: testnet
                          standard: null
                          symbol: USDC
                          updatedAt: '2025-06-14T02:38:16.058Z'
                        assetSwept: null
                        assetSweptAmount: null
                        assetSweptAt: null
                        assetSweptGasFee: null
                        assetSweptHash: null
                        assetSweptRecipientAddress: null
                        assetSweptSenderAddress: null
                        blockHash: >-
                          0xdcef6ef2118b99dce1a3f0a0113aba580ddc5c243774656a3f9ecd670d6908b1
                        blockNumber: 48843272
                        blockchain:
                          createdAt: '2025-06-14T02:30:37.053Z'
                          derivationPath: m/44'/60'/0'/0
                          id: 359c81bc-04ac-47a3-be96-775a7d7cae05
                          isActive: true
                          isEvmCompatible: true
                          isL2: false
                          name: avalanche
                          slug: avalanche
                          symbol: avax
                          tokenStandard: null
                          updatedAt: '2025-06-14T02:30:37.053Z'
                        chainId: 43113
                        confirmations: 3
                        confirmed: true
                        createdAt: '2025-12-11T03:04:25.043Z'
                        createdChannel: dashboard
                        currency: USD
                        fee: null
                        feeHash: null
                        feeUSD: null
                        gasFee: '0.000000000000270586'
                        gasPrice: '2'
                        gasUsed: '135293'
                        hash: >-
                          0x898ac7555a7a73279f5e1c2b9aa95b8a948cc79bf50bdaa26fe29ec10274281d
                        id: f2b7e8ca-a275-4a3a-a86c-1edc112ce4ee
                        isAutoSweep: false
                        metadata: null
                        network: testnet
                        note: Withdrawal of 0.1 USDC from gateway
                        rate: null
                        rateUSD: '1'
                        reason: null
                        recipientAddress: '0x2455ec6700092991ce0782365a89d5cd89c8fa22'
                        reference: KiECQdpnEU5qBxdywcsN
                        senderAddress: '0xb2893f617baB937d340ED5e97Ab15f70bb45667a'
                        signedTransaction: null
                        status: SUCCESS
                        toAmount: null
                        toCurrency: null
                        tokenAddress: '0x5425890298aed601595a70AB815c96711a31Bc65'
                        type: GATEWAY_WITHDRAW
                        updatedAt: '2025-12-11T03:05:11.064Z'
                      - address:
                          address: '0xb2893f617baB937d340ED5e97Ab15f70bb45667a'
                          configurations:
                            aml:
                              message: Address is not sanctioned
                              provider: ofac, fbi, tether, circle
                              status: success
                            autoSettlement:
                              isActive: false
                              rules: []
                            disableAutoSweep: true
                            enableGaslessWithdraw: true
                            showPrivateKey: false
                          createdAt: '2025-12-11T02:16:04.119Z'
                          derivationPath: m/44'/60'/0'/0/691
                          id: d7c354eb-3b79-49a6-8562-a3c48beccfa8
                          isActive: true
                          metadata: null
                          name: Child Address Gateway
                          network: testnet
                          type: INTERNAL
                          updatedAt: '2025-12-11T02:16:04.119Z'
                        amlScreening:
                          message: Address is not sanctioned
                          provider: ofac, fbi, tether, circle
                          status: success
                        amount: '0.5'
                        amountPaid: '0.5'
                        amountUSD: '0.5'
                        asset:
                          address: '0x5425890298aed601595a70AB815c96711a31Bc65'
                          configurations: null
                          createdAt: '2025-06-14T02:38:16.058Z'
                          currency: USD
                          decimals: 6
                          id: e097a26e-0df5-4610-95d3-95f6cd1aa5c6
                          isActive: true
                          isNative: false
                          name: USD Coin
                          network: testnet
                          standard: null
                          symbol: USDC
                          updatedAt: '2025-06-14T02:38:16.058Z'
                        assetSwept: null
                        assetSweptAmount: null
                        assetSweptAt: null
                        assetSweptGasFee: null
                        assetSweptHash: null
                        assetSweptRecipientAddress: null
                        assetSweptSenderAddress: null
                        blockHash: >-
                          0xddcad5ca29b1652ea69248eea9b5c0fcc521fc42cf95f94ea6f222d4b5ec1e1a
                        blockNumber: 48841609
                        blockchain:
                          createdAt: '2025-06-14T02:30:37.053Z'
                          derivationPath: m/44'/60'/0'/0
                          id: 359c81bc-04ac-47a3-be96-775a7d7cae05
                          isActive: true
                          isEvmCompatible: true
                          isL2: false
                          name: avalanche
                          slug: avalanche
                          symbol: avax
                          tokenStandard: null
                          updatedAt: '2025-06-14T02:30:37.053Z'
                        chainId: 43113
                        confirmations: 5
                        confirmed: true
                        createdAt: '2025-12-11T02:16:57.002Z'
                        createdChannel: dashboard
                        currency: USD
                        fee: null
                        feeHash: null
                        feeUSD: null
                        gasFee: '0.00000000000018195'
                        gasPrice: '2'
                        gasUsed: '90975'
                        hash: >-
                          0xc1b22de8f3ef2a2a55e6574b3d77fe78194d92079d2cbb64171e26ce68edc892
                        id: 2aa4293c-990c-4e4b-9d72-022b43694942
                        isAutoSweep: false
                        metadata:
                          withdrawal:
                            amount: '0.5'
                            availableAt: '2025-12-10T23:17:35.000Z'
                            type: GATEWAY_DEPOSIT
                        network: testnet
                        note: Deposit of 0.5 USDC to gateway
                        rate: null
                        rateUSD: '1'
                        reason: null
                        recipientAddress: '0x0077777d7EBA4688BDeF3E311b846F25870A19B9'
                        reference: 0dnXAuxCoLiqEl4iER2Z
                        senderAddress: '0xb2893f617baB937d340ED5e97Ab15f70bb45667a'
                        signedTransaction: null
                        status: SUCCESS
                        toAmount: null
                        toCurrency: null
                        tokenAddress: '0x5425890298aed601595a70AB815c96711a31Bc65'
                        type: GATEWAY_DEPOSIT
                        updatedAt: '2025-12-11T02:17:55.502Z'
                    message: Gateway transactions fetched successfully
                    meta:
                      currentPage: 1
                      itemCount: 2
                      itemsPerPage: 10
                      totalItems: 2
                      totalPages: 1
                    statusCode: 200
components:
  securitySchemes:
    apiKey:
      type: apiKey
      name: x-api-key
      in: header

````