> ## 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.

# Master Wallet Execute

> This endpoint allows the execution of a swap.

### Body Parameters

| Key | **Required** | Type | Description |
| --- | --- | --- | --- |
| fromAssetId | true | string | The master wallet asset id to swap from. |
| toAssetId | true | string | The master wallet asset id to swap to. |
| amount | true | string | The amount to swap. |
| recipientAddress | false | string | The external address you want to swap to |
| reference | false | string | This would be the transaction reference |
| metadata | false | object | This would be atteched to the transaction payload |
| order | false | string | eg, FASTEST, CHEAPEST, RECOMMENDED, NO_SLIPPAGE |



## OpenAPI

````yaml post /v1/wallets/{walletId}/swaps/execute
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/wallets/{walletId}/swaps/execute:
    parameters:
      - name: walletId
        in: path
        required: true
        schema:
          type: string
          example: YOUR_WALLET_ID
    post:
      tags:
        - Swap
      summary: Master Wallet Execute
      description: >-
        This endpoint allows the execution of a swap.


        ### Body Parameters


        | Key | **Required** | Type | Description |

        | --- | --- | --- | --- |

        | fromAssetId | true | string | The master wallet asset id to swap from.
        |

        | toAssetId | true | string | The master wallet asset id to swap to. |

        | amount | true | string | The amount to swap. |

        | recipientAddress | false | string | The external address you want to
        swap to |

        | reference | false | string | This would be the transaction reference |

        | metadata | false | object | This would be atteched to the transaction
        payload |

        | order | false | string | eg, FASTEST, CHEAPEST, RECOMMENDED,
        NO_SLIPPAGE |
      operationId: masterWalletExecute1
      requestBody:
        content:
          application/json:
            examples:
              Master Wallet Execute:
                value: |-
                  {
                      "amount": "1000",
                      "fromAssetId": "d2176d80-010e-47fa-aa78-d04d4386c86b",
                      "toAssetId": "dd46b7c5-3f6a-4fec-b85b-4d6e25708561",
                      "reference": "swap-01",
                      "metadata": {
                          "id": 1
                      },
                      "order": "RECOMMENDED" // FASTEST, CHEAPEST, RECOMMENDED, NO_SLIPPAGE
                  }
      responses:
        '200':
          description: 200 - External Recipient Address / 200 - Recipient Master Wallet
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: object
                    properties:
                      addressId:
                        nullable: true
                        example: null
                      amlScreening:
                        nullable: true
                        example: null
                      amount:
                        type: string
                        example: '0.5'
                      amountPaid:
                        nullable: true
                        example: null
                      asset:
                        type: object
                        properties:
                          address:
                            type: string
                            example: '0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d'
                          blockchain:
                            type: object
                            properties:
                              createdAt:
                                type: string
                                example: '2024-05-14T17:53:33.106Z'
                              derivationPath:
                                type: string
                                example: m/44'/60'/0'/0
                              id:
                                type: string
                                example: b80d3d5e-16f1-4d99-be5e-6dfcd27f89aa
                              isActive:
                                type: boolean
                                example: true
                              isEvmCompatible:
                                type: boolean
                                example: true
                              isL2:
                                type: boolean
                                example: false
                              logoUrl:
                                type: string
                                example: >-
                                  https://res.cloudinary.com/blockradar/image/upload/v1716800080/crypto-assets/bnb-bnb-logo_e4qdyk.png
                              name:
                                type: string
                                example: BNB smart chain
                              slug:
                                type: string
                                example: bnb-smart-chain
                              symbol:
                                type: string
                                example: bnb
                              tokenStandard:
                                type: string
                                example: BEP20
                              updatedAt:
                                type: string
                                example: '2024-11-26T19:04:13.941Z'
                          createdAt:
                            type: string
                            example: '2024-05-14T17:53:33.672Z'
                          decimals:
                            type: number
                            example: 18
                          id:
                            type: string
                            example: f31328ee-2db9-43ab-81ea-9a91db72957a
                          isActive:
                            type: boolean
                            example: true
                          logoUrl:
                            type: string
                            example: >-
                              https://res.cloudinary.com/blockradar/image/upload/v1716800083/crypto-assets/usd-coin-usdc-logo_fs9mhv.png
                          name:
                            type: string
                            example: USD Coin
                          network:
                            type: string
                            example: mainnet
                          standard:
                            type: string
                            example: BEP20
                          symbol:
                            type: string
                            example: USDC
                          updatedAt:
                            type: string
                            example: '2024-06-15T04:36:43.855Z'
                      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
                      assetSweptResponse:
                        nullable: true
                        example: null
                      assetSweptSenderAddress:
                        nullable: true
                        example: null
                      blockHash:
                        nullable: true
                        example: null
                      blockNumber:
                        nullable: true
                        example: null
                      blockchain:
                        type: object
                        properties:
                          createdAt:
                            type: string
                            example: '2024-05-14T17:53:33.106Z'
                          derivationPath:
                            type: string
                            example: m/44'/60'/0'/0
                          id:
                            type: string
                            example: b80d3d5e-16f1-4d99-be5e-6dfcd27f89aa
                          isActive:
                            type: boolean
                            example: true
                          isEvmCompatible:
                            type: boolean
                            example: true
                          isL2:
                            type: boolean
                            example: false
                          logoUrl:
                            type: string
                            example: >-
                              https://res.cloudinary.com/blockradar/image/upload/v1716800080/crypto-assets/bnb-bnb-logo_e4qdyk.png
                          name:
                            type: string
                            example: BNB smart chain
                          slug:
                            type: string
                            example: bnb-smart-chain
                          symbol:
                            type: string
                            example: bnb
                          tokenStandard:
                            type: string
                            example: BEP20
                          updatedAt:
                            type: string
                            example: '2024-11-26T19:04:13.941Z'
                      chainId:
                        nullable: true
                        example: null
                      confirmations:
                        nullable: true
                        example: null
                      confirmed:
                        type: boolean
                        example: false
                      createdAt:
                        type: string
                        example: '2025-04-01T15:00:28.604Z'
                      currency:
                        nullable: true
                        example: null
                      fee:
                        nullable: true
                        example: null
                      feeMetadata:
                        nullable: true
                        example: null
                      gasFee:
                        nullable: true
                        example: null
                      gasPrice:
                        nullable: true
                        example: null
                      gasUsed:
                        nullable: true
                        example: null
                      hash:
                        nullable: true
                        example: null
                      id:
                        type: string
                        example: 59b8f26e-0a5d-4679-8686-f5032e4344d2
                      metadata:
                        nullable: true
                        example: null
                      network:
                        type: string
                        example: mainnet
                      note:
                        nullable: true
                        example: null
                      rate:
                        type: string
                        example: '0.848566'
                      reason:
                        nullable: true
                        example: null
                      recipientAddress:
                        type: string
                        example: '0xD2b6be31932E0294F2ebD14a008C3f1E05B47BC4'
                      senderAddress:
                        type: string
                        example: '0xD2b6be31932E0294F2ebD14a008C3f1E05B47BC4'
                      status:
                        type: string
                        example: PENDING
                      toAmount:
                        type: string
                        example: '0.424283'
                      toAsset:
                        type: object
                        properties:
                          address:
                            type: string
                            example: '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85'
                          blockchain:
                            type: object
                            properties:
                              createdAt:
                                type: string
                                example: '2024-10-07T22:09:49.784Z'
                              derivationPath:
                                type: string
                                example: m/44'/60'/0'/0
                              id:
                                type: string
                                example: 1c9ca9df-325f-4b60-a7ec-b28d2235e0b7
                              isActive:
                                type: boolean
                                example: true
                              isEvmCompatible:
                                type: boolean
                                example: true
                              isL2:
                                type: boolean
                                example: true
                              logoUrl:
                                type: string
                                example: >-
                                  https://res.cloudinary.com/blockradar/image/upload/v1728312943/crypto-assets/optimism-ethereum-op-logo_h62d1i.png
                              name:
                                type: string
                                example: optimism
                              slug:
                                type: string
                                example: optimism
                              symbol:
                                type: string
                                example: eth
                              tokenStandard:
                                nullable: true
                                example: null
                              updatedAt:
                                type: string
                                example: '2024-11-26T19:04:13.947Z'
                          createdAt:
                            type: string
                            example: '2024-10-08T19:12:41.930Z'
                          decimals:
                            type: number
                            example: 6
                          id:
                            type: string
                            example: ee7318c8-3a61-4437-88a0-de56b97f2a89
                          isActive:
                            type: boolean
                            example: true
                          logoUrl:
                            type: string
                            example: >-
                              https://res.cloudinary.com/blockradar/image/upload/v1716800083/crypto-assets/usd-coin-usdc-logo_fs9mhv.png
                          name:
                            type: string
                            example: USD Coin
                          network:
                            type: string
                            example: mainnet
                          standard:
                            nullable: true
                            example: null
                          symbol:
                            type: string
                            example: USDC
                          updatedAt:
                            type: string
                            example: '2024-10-08T19:12:41.930Z'
                      toBlockchain:
                        type: object
                        properties:
                          createdAt:
                            type: string
                            example: '2024-10-07T22:09:49.784Z'
                          derivationPath:
                            type: string
                            example: m/44'/60'/0'/0
                          id:
                            type: string
                            example: 1c9ca9df-325f-4b60-a7ec-b28d2235e0b7
                          isActive:
                            type: boolean
                            example: true
                          isEvmCompatible:
                            type: boolean
                            example: true
                          isL2:
                            type: boolean
                            example: true
                          logoUrl:
                            type: string
                            example: >-
                              https://res.cloudinary.com/blockradar/image/upload/v1728312943/crypto-assets/optimism-ethereum-op-logo_h62d1i.png
                          name:
                            type: string
                            example: optimism
                          slug:
                            type: string
                            example: optimism
                          symbol:
                            type: string
                            example: eth
                          tokenStandard:
                            nullable: true
                            example: null
                          updatedAt:
                            type: string
                            example: '2024-11-26T19:04:13.947Z'
                      toWallet:
                        type: object
                        properties:
                          address:
                            type: string
                            example: '0xD2b6be31932E0294F2ebD14a008C3f1E05B47BC4'
                          configurations:
                            nullable: true
                            example: null
                          createdAt:
                            type: string
                            example: '2024-10-08T19:15:28.390Z'
                          derivationPath:
                            type: string
                            example: m/44'/60'/0'/0/0
                          description:
                            type: string
                            example: This is Optimism Wallet
                          id:
                            type: string
                            example: f25dfef5-253a-4cb8-ab00-80f2e799f780
                          isActive:
                            type: boolean
                            example: true
                          name:
                            type: string
                            example: Optimism Wallet
                          network:
                            type: string
                            example: mainnet
                          status:
                            type: string
                            example: ACTIVE
                          updatedAt:
                            type: string
                            example: '2024-10-08T19:15:28.390Z'
                      tokenAddress:
                        nullable: true
                        example: null
                      type:
                        type: string
                        example: SWAP
                      updatedAt:
                        type: string
                        example: '2025-04-01T15:00:28.604Z'
                      wallet:
                        type: object
                        properties:
                          address:
                            type: string
                            example: '0xD2b6be31932E0294F2ebD14a008C3f1E05B47BC4'
                          apiCredential:
                            type: object
                            properties:
                              createdAt:
                                type: string
                                example: '2024-08-24T19:49:15.617Z'
                              id:
                                type: string
                                example: 4ecea2c9-2ab7-4e9b-a436-16531233859f
                              isActive:
                                type: boolean
                                example: true
                              key:
                                type: string
                                example: >-
                                  3OHh9gyDLb7h5ZPml638rXbeHShHb0OYMC34ehZRF6M4yepOR4wUOvrxHEh6lMCj
                              revokedAt:
                                nullable: true
                                example: null
                              status:
                                type: string
                                example: active
                              type:
                                type: string
                                example: api_key
                              updatedAt:
                                type: string
                                example: '2025-04-01T14:59:22.501Z'
                              webhookUrl:
                                type: string
                                example: >-
                                  https://webhook.site/dbfbd5fa-d55f-4a31-a1d2-509cc60fa91d
                          blockchain:
                            type: object
                            properties:
                              createdAt:
                                type: string
                                example: '2024-05-14T17:53:33.106Z'
                              derivationPath:
                                type: string
                                example: m/44'/60'/0'/0
                              id:
                                type: string
                                example: b80d3d5e-16f1-4d99-be5e-6dfcd27f89aa
                              isActive:
                                type: boolean
                                example: true
                              isEvmCompatible:
                                type: boolean
                                example: true
                              isL2:
                                type: boolean
                                example: false
                              logoUrl:
                                type: string
                                example: >-
                                  https://res.cloudinary.com/blockradar/image/upload/v1716800080/crypto-assets/bnb-bnb-logo_e4qdyk.png
                              name:
                                type: string
                                example: BNB smart chain
                              slug:
                                type: string
                                example: bnb-smart-chain
                              symbol:
                                type: string
                                example: bnb
                              tokenStandard:
                                type: string
                                example: BEP20
                              updatedAt:
                                type: string
                                example: '2024-11-26T19:04:13.941Z'
                          business:
                            type: object
                            properties:
                              configurations:
                                type: object
                                properties:
                                  billing:
                                    type: object
                                    properties:
                                      ccEmails:
                                        type: array
                                        items:
                                          type: string
                                          example: dev@blockradar.co
                                        example:
                                          - dev@blockradar.co
                                      toEmails:
                                        type: array
                                        items:
                                          type: string
                                          example: dev@blockradar.co
                                        example:
                                          - dev@blockradar.co
                                  contact:
                                    type: object
                                    properties:
                                      email:
                                        type: string
                                        example: testone@one.com
                                  details:
                                    type: object
                                    properties:
                                      description:
                                        type: string
                                        example: description
                                      website:
                                        type: string
                                        example: https://www.blockradar.co
                                  hideLogoUrlInResponse:
                                    type: boolean
                                    example: false
                                  useCustomWebhookSignatureHeader:
                                    type: boolean
                                    example: true
                              createdAt:
                                type: string
                                example: '2024-08-22T15:28:37.522Z'
                              id:
                                type: string
                                example: 4b96c271-35eb-45e8-b558-6a53f95df601
                              name:
                                type: string
                                example: Blockradar
                              sector:
                                type: string
                                example: infrastructure
                              seedPhrase:
                                type: string
                                example: >-
                                  key day angry renew wife suit valve defy dose
                                  suspect night mandate friend resist regular
                                  entire industry sting trouble pyramid rail
                                  bright debate direct
                              status:
                                type: string
                                example: ACTIVE
                              testnetSeedPhrase:
                                type: string
                                example: >-
                                  around goddess ugly elephant network traffic
                                  horror climb dry rally flee city student jeans
                                  release fat correct trade miracle demand
                                  envelope bamboo orphan volume
                              updatedAt:
                                type: string
                                example: '2025-03-27T16:28:26.587Z'
                              user:
                                type: object
                                properties:
                                  configurations:
                                    type: object
                                    properties:
                                      setNewPasswordRequired:
                                        type: boolean
                                        example: false
                                  createdAt:
                                    type: string
                                    example: '2024-08-22T15:28:37.522Z'
                                  email:
                                    type: string
                                    example: rararo3041@daypey.com
                                  emailVerified:
                                    type: boolean
                                    example: true
                                  firstname:
                                    type: string
                                    example: Test
                                  id:
                                    type: string
                                    example: ad0ad16d-dc56-48e9-85da-a86adabff48e
                                  lastname:
                                    type: string
                                    example: One
                                  twoFactorAuthEnabled:
                                    type: boolean
                                    example: true
                                  updatedAt:
                                    type: string
                                    example: '2025-03-27T16:28:26.592Z'
                          configurations:
                            nullable: true
                            example: null
                          createdAt:
                            type: string
                            example: '2024-08-24T19:49:15.617Z'
                          derivationPath:
                            type: string
                            example: m/44'/60'/0'/0/0
                          description:
                            type: string
                            example: This is BNB Smart Chain Mainnet Wallet
                          id:
                            type: string
                            example: 23628012-2b69-4ed7-9627-63fb3f547381
                          isActive:
                            type: boolean
                            example: true
                          name:
                            type: string
                            example: BNB Smart Chain Mainnet Wallet
                          network:
                            type: string
                            example: mainnet
                          status:
                            type: string
                            example: ACTIVE
                          updatedAt:
                            type: string
                            example: '2024-08-24T19:49:15.617Z'
                  message:
                    type: string
                    example: Swap transaction created successfully
                  statusCode:
                    type: number
                    example: 200
              examples:
                200 - External Recipient Address:
                  value:
                    data:
                      addressId: null
                      amlScreening: null
                      amount: '0.5'
                      amountPaid: null
                      asset:
                        address: '0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d'
                        blockchain:
                          createdAt: '2024-05-14T17:53:33.106Z'
                          derivationPath: m/44'/60'/0'/0
                          id: b80d3d5e-16f1-4d99-be5e-6dfcd27f89aa
                          isActive: true
                          isEvmCompatible: true
                          isL2: false
                          logoUrl: >-
                            https://res.cloudinary.com/blockradar/image/upload/v1716800080/crypto-assets/bnb-bnb-logo_e4qdyk.png
                          name: BNB smart chain
                          slug: bnb-smart-chain
                          symbol: bnb
                          tokenStandard: BEP20
                          updatedAt: '2024-11-26T19:04:13.941Z'
                        createdAt: '2024-05-14T17:53:33.672Z'
                        decimals: 18
                        id: f31328ee-2db9-43ab-81ea-9a91db72957a
                        isActive: true
                        logoUrl: >-
                          https://res.cloudinary.com/blockradar/image/upload/v1716800083/crypto-assets/usd-coin-usdc-logo_fs9mhv.png
                        name: USD Coin
                        network: mainnet
                        standard: BEP20
                        symbol: USDC
                        updatedAt: '2024-06-15T04:36:43.855Z'
                      assetSwept: null
                      assetSweptAmount: null
                      assetSweptAt: null
                      assetSweptGasFee: null
                      assetSweptHash: null
                      assetSweptRecipientAddress: null
                      assetSweptResponse: null
                      assetSweptSenderAddress: null
                      blockHash: null
                      blockNumber: null
                      blockchain:
                        createdAt: '2024-05-14T17:53:33.106Z'
                        derivationPath: m/44'/60'/0'/0
                        id: b80d3d5e-16f1-4d99-be5e-6dfcd27f89aa
                        isActive: true
                        isEvmCompatible: true
                        isL2: false
                        logoUrl: >-
                          https://res.cloudinary.com/blockradar/image/upload/v1716800080/crypto-assets/bnb-bnb-logo_e4qdyk.png
                        name: BNB smart chain
                        slug: bnb-smart-chain
                        symbol: bnb
                        tokenStandard: BEP20
                        updatedAt: '2024-11-26T19:04:13.941Z'
                      chainId: null
                      confirmations: null
                      confirmed: false
                      createdAt: '2025-04-01T15:00:28.604Z'
                      currency: null
                      fee: null
                      feeMetadata: null
                      gasFee: null
                      gasPrice: null
                      gasUsed: null
                      hash: null
                      id: 59b8f26e-0a5d-4679-8686-f5032e4344d2
                      metadata: null
                      network: mainnet
                      note: null
                      rate: '0.848566'
                      reason: null
                      recipientAddress: '0xD2b6be31932E0294F2ebD14a008C3f1E05B47BC4'
                      senderAddress: '0xD2b6be31932E0294F2ebD14a008C3f1E05B47BC4'
                      status: PENDING
                      toAmount: '0.424283'
                      toAsset:
                        address: '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85'
                        blockchain:
                          createdAt: '2024-10-07T22:09:49.784Z'
                          derivationPath: m/44'/60'/0'/0
                          id: 1c9ca9df-325f-4b60-a7ec-b28d2235e0b7
                          isActive: true
                          isEvmCompatible: true
                          isL2: true
                          logoUrl: >-
                            https://res.cloudinary.com/blockradar/image/upload/v1728312943/crypto-assets/optimism-ethereum-op-logo_h62d1i.png
                          name: optimism
                          slug: optimism
                          symbol: eth
                          tokenStandard: null
                          updatedAt: '2024-11-26T19:04:13.947Z'
                        createdAt: '2024-10-08T19:12:41.930Z'
                        decimals: 6
                        id: ee7318c8-3a61-4437-88a0-de56b97f2a89
                        isActive: true
                        logoUrl: >-
                          https://res.cloudinary.com/blockradar/image/upload/v1716800083/crypto-assets/usd-coin-usdc-logo_fs9mhv.png
                        name: USD Coin
                        network: mainnet
                        standard: null
                        symbol: USDC
                        updatedAt: '2024-10-08T19:12:41.930Z'
                      toBlockchain:
                        createdAt: '2024-10-07T22:09:49.784Z'
                        derivationPath: m/44'/60'/0'/0
                        id: 1c9ca9df-325f-4b60-a7ec-b28d2235e0b7
                        isActive: true
                        isEvmCompatible: true
                        isL2: true
                        logoUrl: >-
                          https://res.cloudinary.com/blockradar/image/upload/v1728312943/crypto-assets/optimism-ethereum-op-logo_h62d1i.png
                        name: optimism
                        slug: optimism
                        symbol: eth
                        tokenStandard: null
                        updatedAt: '2024-11-26T19:04:13.947Z'
                      toWallet:
                        address: '0xD2b6be31932E0294F2ebD14a008C3f1E05B47BC4'
                        configurations: null
                        createdAt: '2024-10-08T19:15:28.390Z'
                        derivationPath: m/44'/60'/0'/0/0
                        description: This is Optimism Wallet
                        id: f25dfef5-253a-4cb8-ab00-80f2e799f780
                        isActive: true
                        name: Optimism Wallet
                        network: mainnet
                        status: ACTIVE
                        updatedAt: '2024-10-08T19:15:28.390Z'
                      tokenAddress: null
                      type: SWAP
                      updatedAt: '2025-04-01T15:00:28.604Z'
                      wallet:
                        address: '0xD2b6be31932E0294F2ebD14a008C3f1E05B47BC4'
                        apiCredential:
                          createdAt: '2024-08-24T19:49:15.617Z'
                          id: 4ecea2c9-2ab7-4e9b-a436-16531233859f
                          isActive: true
                          key: >-
                            3OHh9gyDLb7h5ZPml638rXbeHShHb0OYMC34ehZRF6M4yepOR4wUOvrxHEh6lMCj
                          revokedAt: null
                          status: active
                          type: api_key
                          updatedAt: '2025-04-01T14:59:22.501Z'
                          webhookUrl: >-
                            https://webhook.site/dbfbd5fa-d55f-4a31-a1d2-509cc60fa91d
                        blockchain:
                          createdAt: '2024-05-14T17:53:33.106Z'
                          derivationPath: m/44'/60'/0'/0
                          id: b80d3d5e-16f1-4d99-be5e-6dfcd27f89aa
                          isActive: true
                          isEvmCompatible: true
                          isL2: false
                          logoUrl: >-
                            https://res.cloudinary.com/blockradar/image/upload/v1716800080/crypto-assets/bnb-bnb-logo_e4qdyk.png
                          name: BNB smart chain
                          slug: bnb-smart-chain
                          symbol: bnb
                          tokenStandard: BEP20
                          updatedAt: '2024-11-26T19:04:13.941Z'
                        business:
                          configurations:
                            billing:
                              ccEmails:
                                - dev@blockradar.co
                              toEmails:
                                - dev@blockradar.co
                            contact:
                              email: testone@one.com
                            details:
                              description: description
                              website: https://www.blockradar.co
                            hideLogoUrlInResponse: false
                            useCustomWebhookSignatureHeader: true
                          createdAt: '2024-08-22T15:28:37.522Z'
                          id: 4b96c271-35eb-45e8-b558-6a53f95df601
                          name: Blockradar
                          sector: infrastructure
                          seedPhrase: >-
                            key day angry renew wife suit valve defy dose
                            suspect night mandate friend resist regular entire
                            industry sting trouble pyramid rail bright debate
                            direct
                          status: ACTIVE
                          testnetSeedPhrase: >-
                            around goddess ugly elephant network traffic horror
                            climb dry rally flee city student jeans release fat
                            correct trade miracle demand envelope bamboo orphan
                            volume
                          updatedAt: '2025-03-27T16:28:26.587Z'
                          user:
                            configurations:
                              setNewPasswordRequired: false
                            createdAt: '2024-08-22T15:28:37.522Z'
                            email: rararo3041@daypey.com
                            emailVerified: true
                            firstname: Test
                            id: ad0ad16d-dc56-48e9-85da-a86adabff48e
                            lastname: One
                            twoFactorAuthEnabled: true
                            updatedAt: '2025-03-27T16:28:26.592Z'
                        configurations: null
                        createdAt: '2024-08-24T19:49:15.617Z'
                        derivationPath: m/44'/60'/0'/0/0
                        description: This is BNB Smart Chain Mainnet Wallet
                        id: 23628012-2b69-4ed7-9627-63fb3f547381
                        isActive: true
                        name: BNB Smart Chain Mainnet Wallet
                        network: mainnet
                        status: ACTIVE
                        updatedAt: '2024-08-24T19:49:15.617Z'
                    message: Swap transaction created successfully
                    statusCode: 200
                200 - Recipient Master Wallet:
                  value:
                    data:
                      addressId: null
                      amlScreening: null
                      amount: '0.5'
                      amountPaid: null
                      asset:
                        address: '0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d'
                        blockchain:
                          createdAt: '2024-05-14T17:53:33.106Z'
                          derivationPath: m/44'/60'/0'/0
                          id: b80d3d5e-16f1-4d99-be5e-6dfcd27f89aa
                          isActive: true
                          isEvmCompatible: true
                          isL2: false
                          logoUrl: >-
                            https://res.cloudinary.com/blockradar/image/upload/v1716800080/crypto-assets/bnb-bnb-logo_e4qdyk.png
                          name: BNB smart chain
                          slug: bnb-smart-chain
                          symbol: bnb
                          tokenStandard: BEP20
                          updatedAt: '2024-11-26T19:04:13.941Z'
                        createdAt: '2024-05-14T17:53:33.672Z'
                        decimals: 18
                        id: f31328ee-2db9-43ab-81ea-9a91db72957a
                        isActive: true
                        logoUrl: >-
                          https://res.cloudinary.com/blockradar/image/upload/v1716800083/crypto-assets/usd-coin-usdc-logo_fs9mhv.png
                        name: USD Coin
                        network: mainnet
                        standard: BEP20
                        symbol: USDC
                        updatedAt: '2024-06-15T04:36:43.855Z'
                      assetSwept: null
                      assetSweptAmount: null
                      assetSweptAt: null
                      assetSweptGasFee: null
                      assetSweptHash: null
                      assetSweptRecipientAddress: null
                      assetSweptResponse: null
                      assetSweptSenderAddress: null
                      blockHash: null
                      blockNumber: null
                      blockchain:
                        createdAt: '2024-05-14T17:53:33.106Z'
                        derivationPath: m/44'/60'/0'/0
                        id: b80d3d5e-16f1-4d99-be5e-6dfcd27f89aa
                        isActive: true
                        isEvmCompatible: true
                        isL2: false
                        logoUrl: >-
                          https://res.cloudinary.com/blockradar/image/upload/v1716800080/crypto-assets/bnb-bnb-logo_e4qdyk.png
                        name: BNB smart chain
                        slug: bnb-smart-chain
                        symbol: bnb
                        tokenStandard: BEP20
                        updatedAt: '2024-11-26T19:04:13.941Z'
                      chainId: null
                      confirmations: null
                      confirmed: false
                      createdAt: '2025-04-01T15:00:28.604Z'
                      currency: null
                      fee: null
                      feeMetadata: null
                      gasFee: null
                      gasPrice: null
                      gasUsed: null
                      hash: null
                      id: 59b8f26e-0a5d-4679-8686-f5032e4344d2
                      metadata: null
                      network: mainnet
                      note: null
                      rate: '0.848566'
                      reason: null
                      recipientAddress: '0xD2b6be31932E0294F2ebD14a008C3f1E05B47BC4'
                      senderAddress: '0xD2b6be31932E0294F2ebD14a008C3f1E05B47BC4'
                      status: PENDING
                      toAmount: '0.424283'
                      toAsset:
                        address: '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85'
                        blockchain:
                          createdAt: '2024-10-07T22:09:49.784Z'
                          derivationPath: m/44'/60'/0'/0
                          id: 1c9ca9df-325f-4b60-a7ec-b28d2235e0b7
                          isActive: true
                          isEvmCompatible: true
                          isL2: true
                          logoUrl: >-
                            https://res.cloudinary.com/blockradar/image/upload/v1728312943/crypto-assets/optimism-ethereum-op-logo_h62d1i.png
                          name: optimism
                          slug: optimism
                          symbol: eth
                          tokenStandard: null
                          updatedAt: '2024-11-26T19:04:13.947Z'
                        createdAt: '2024-10-08T19:12:41.930Z'
                        decimals: 6
                        id: ee7318c8-3a61-4437-88a0-de56b97f2a89
                        isActive: true
                        logoUrl: >-
                          https://res.cloudinary.com/blockradar/image/upload/v1716800083/crypto-assets/usd-coin-usdc-logo_fs9mhv.png
                        name: USD Coin
                        network: mainnet
                        standard: null
                        symbol: USDC
                        updatedAt: '2024-10-08T19:12:41.930Z'
                      toBlockchain:
                        createdAt: '2024-10-07T22:09:49.784Z'
                        derivationPath: m/44'/60'/0'/0
                        id: 1c9ca9df-325f-4b60-a7ec-b28d2235e0b7
                        isActive: true
                        isEvmCompatible: true
                        isL2: true
                        logoUrl: >-
                          https://res.cloudinary.com/blockradar/image/upload/v1728312943/crypto-assets/optimism-ethereum-op-logo_h62d1i.png
                        name: optimism
                        slug: optimism
                        symbol: eth
                        tokenStandard: null
                        updatedAt: '2024-11-26T19:04:13.947Z'
                      toWallet:
                        address: '0xD2b6be31932E0294F2ebD14a008C3f1E05B47BC4'
                        configurations: null
                        createdAt: '2024-10-08T19:15:28.390Z'
                        derivationPath: m/44'/60'/0'/0/0
                        description: This is Optimism Wallet
                        id: f25dfef5-253a-4cb8-ab00-80f2e799f780
                        isActive: true
                        name: Optimism Wallet
                        network: mainnet
                        status: ACTIVE
                        updatedAt: '2024-10-08T19:15:28.390Z'
                      tokenAddress: null
                      type: SWAP
                      updatedAt: '2025-04-01T15:00:28.604Z'
                      wallet:
                        address: '0xD2b6be31932E0294F2ebD14a008C3f1E05B47BC4'
                        apiCredential:
                          createdAt: '2024-08-24T19:49:15.617Z'
                          id: 4ecea2c9-2ab7-4e9b-a436-16531233859f
                          isActive: true
                          key: >-
                            3OHh9gyDLb7h5ZPml638rXbeHShHb0OYMC34ehZRF6M4yepOR4wUOvrxHEh6lMCj
                          revokedAt: null
                          status: active
                          type: api_key
                          updatedAt: '2025-04-01T14:59:22.501Z'
                          webhookUrl: >-
                            https://webhook.site/dbfbd5fa-d55f-4a31-a1d2-509cc60fa91d
                        blockchain:
                          createdAt: '2024-05-14T17:53:33.106Z'
                          derivationPath: m/44'/60'/0'/0
                          id: b80d3d5e-16f1-4d99-be5e-6dfcd27f89aa
                          isActive: true
                          isEvmCompatible: true
                          isL2: false
                          logoUrl: >-
                            https://res.cloudinary.com/blockradar/image/upload/v1716800080/crypto-assets/bnb-bnb-logo_e4qdyk.png
                          name: BNB smart chain
                          slug: bnb-smart-chain
                          symbol: bnb
                          tokenStandard: BEP20
                          updatedAt: '2024-11-26T19:04:13.941Z'
                        business:
                          configurations:
                            billing:
                              ccEmails:
                                - dev@blockradar.co
                              toEmails:
                                - dev@blockradar.co
                            contact:
                              email: testone@one.com
                            details:
                              description: description
                              website: https://www.blockradar.co
                            hideLogoUrlInResponse: false
                            useCustomWebhookSignatureHeader: true
                          createdAt: '2024-08-22T15:28:37.522Z'
                          id: 4b96c271-35eb-45e8-b558-6a53f95df601
                          name: Blockradar
                          sector: infrastructure
                          seedPhrase: >-
                            key day angry renew wife suit valve defy dose
                            suspect night mandate friend resist regular entire
                            industry sting trouble pyramid rail bright debate
                            direct
                          status: ACTIVE
                          testnetSeedPhrase: >-
                            around goddess ugly elephant network traffic horror
                            climb dry rally flee city student jeans release fat
                            correct trade miracle demand envelope bamboo orphan
                            volume
                          updatedAt: '2025-03-27T16:28:26.587Z'
                          user:
                            configurations:
                              setNewPasswordRequired: false
                            createdAt: '2024-08-22T15:28:37.522Z'
                            email: rararo3041@daypey.com
                            emailVerified: true
                            firstname: Test
                            id: ad0ad16d-dc56-48e9-85da-a86adabff48e
                            lastname: One
                            twoFactorAuthEnabled: true
                            updatedAt: '2025-03-27T16:28:26.592Z'
                        configurations: null
                        createdAt: '2024-08-24T19:49:15.617Z'
                        derivationPath: m/44'/60'/0'/0/0
                        description: This is BNB Smart Chain Mainnet Wallet
                        id: 23628012-2b69-4ed7-9627-63fb3f547381
                        isActive: true
                        name: BNB Smart Chain Mainnet Wallet
                        network: mainnet
                        status: ACTIVE
                        updatedAt: '2024-08-24T19:49:15.617Z'
                    message: Swap transaction created successfully
                    statusCode: 200
components:
  securitySchemes:
    apiKey:
      type: apiKey
      name: x-api-key
      in: header

````