> ## 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 Write Sign-Only

> This API provides endpoints for interacting with smart contracts on the blockchain. It allows for executing contract functions without broadcasting.

### Request Body

The request body should be in raw format and include the following parameters:

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| address | string | Yes | The address of the contract. |
| method | string | Yes | The method to be called on the contract. |
| parameters | array | Yes | An array of parameters to pass to the method. |
| abi | array | Yes | An array containing the ABI of the contract or method. |

## Batch Operations

This endpoint supports batch operations, allowing you to sign multiple contract write operations from a specific child address without broadcasting them.

### Batch Request Format

To sign multiple transactions, use the `calls` array:

```json theme={null}
{
  "calls": [
    {
      "address": "0xTokenContract...",
      "method": "approve",
      "parameters": ["0xSpender...", "1000000000000000000"],
      "abi": [...],
      "reference": "approve-tx"
    },
    {
      "address": "0xProtocolContract...",
      "method": "deposit",
      "parameters": ["1000000000000000000"],
      "abi": [...],
      "reference": "deposit-tx"
    }
  ],
  "code": "123456"
}
```

### Batch Response Format

Returns signed transactions without broadcasting:

```json theme={null}
{
  "message": "Batch contract write signed successfully",
  "statusCode": 200,
  "data": {
    "success": [
      { "index": 0, "method": "approve", "signedTransaction": "0x..." },
      { "index": 1, "method": "deposit", "signedTransaction": "0x..." }
    ],
    "errors": []
  }
}
```

### Validation Rules

| Rule           | Value         |
| -------------- | ------------- |
| Max batch size | 20 operations |
| Min batch size | 1 operation   |
| 2FA required   | Yes           |

### Use Cases

* **Offline signing**: Sign transactions for later broadcast
* **Transaction preparation**: Prepare multiple transactions in advance
* **Multi-signature workflows**: Generate signed payloads for multi-sig wallets


## OpenAPI

````yaml post /v1/wallets/{walletId}/addresses/{addressId}/contracts/write/sign
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}/addresses/{addressId}/contracts/write/sign:
    parameters:
      - name: walletId
        in: path
        required: true
        schema:
          type: string
          example: YOUR_WALLET_ID
      - name: addressId
        in: path
        required: true
        schema:
          type: string
          example: ADDRESS_ID
    post:
      tags:
        - Smart Contract
      summary: Child Address Write Sign-Only
      description: >-
        This API provides endpoints for interacting with smart contracts on the
        blockchain. It allows for executing contract functions without
        broadcasting.


        ### Request Body


        The request body should be in raw format and include the following
        parameters:


        | Parameter | Type | Required | Description |

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

        | address | string | Yes | The address of the contract. |

        | method | string | Yes | The method to be called on the contract. |

        | parameters | array | Yes | An array of parameters to pass to the
        method. |

        | abi | array | Yes | An array containing the ABI of the contract or
        method. |
      operationId: childAddressWriteSignOnly
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                calls:
                  type: array
                  items:
                    type: object
                    properties:
                      abi:
                        type: array
                        items:
                          type: object
                          properties:
                            constant:
                              type: boolean
                              example: false
                            inputs:
                              type: array
                              items:
                                type: object
                                properties:
                                  name:
                                    type: string
                                    example: _to
                                  type:
                                    type: string
                                    example: address
                              example:
                                - name: _to
                                  type: address
                                - name: _value
                                  type: uint256
                            name:
                              type: string
                              example: transfer
                            outputs:
                              type: array
                              items: {}
                              example: []
                            payable:
                              type: boolean
                              example: false
                            stateMutability:
                              type: string
                              example: nonpayable
                            type:
                              type: string
                              example: function
                        example:
                          - constant: false
                            inputs:
                              - name: _to
                                type: address
                              - name: _value
                                type: uint256
                            name: transfer
                            outputs: []
                            payable: false
                            stateMutability: nonpayable
                            type: function
                      address:
                        type: string
                        example: '0x337610d27c682E347C9cD60BD4b3b107C9d34dDd'
                      method:
                        type: string
                        example: transfer
                      parameters:
                        type: array
                        items:
                          type: string
                          example: '0x2455eC6700092991Ce0782365A89d5Cd89c8Fa22'
                        example:
                          - '0x2455eC6700092991Ce0782365A89d5Cd89c8Fa22'
                          - '10000'
                  example:
                    - abi:
                        - constant: false
                          inputs:
                            - name: _to
                              type: address
                            - name: _value
                              type: uint256
                          name: transfer
                          outputs: []
                          payable: false
                          stateMutability: nonpayable
                          type: function
                      address: '0x337610d27c682E347C9cD60BD4b3b107C9d34dDd'
                      method: transfer
                      parameters:
                        - '0x2455eC6700092991Ce0782365A89d5Cd89c8Fa22'
                        - '10000'
                    - abi:
                        - constant: false
                          inputs:
                            - name: _to
                              type: address
                            - name: _value
                              type: uint256
                          name: transfer
                          outputs: []
                          payable: false
                          stateMutability: nonpayable
                          type: function
                      address: '0x337610d27c682E347C9cD60BD4b3b107C9d34dDd'
                      method: transfer
                      parameters:
                        - '0x2455eC6700092991Ce0782365A89d5Cd89c8Fa22'
                        - '10000'
            examples:
              Child Address Write Sign-Only:
                value:
                  calls:
                    - abi:
                        - constant: false
                          inputs:
                            - name: _to
                              type: address
                            - name: _value
                              type: uint256
                          name: transfer
                          outputs: []
                          payable: false
                          stateMutability: nonpayable
                          type: function
                      address: '0x337610d27c682E347C9cD60BD4b3b107C9d34dDd'
                      method: transfer
                      parameters:
                        - '0x2455eC6700092991Ce0782365A89d5Cd89c8Fa22'
                        - '10000'
                    - abi:
                        - constant: false
                          inputs:
                            - name: _to
                              type: address
                            - name: _value
                              type: uint256
                          name: transfer
                          outputs: []
                          payable: false
                          stateMutability: nonpayable
                          type: function
                      address: '0x337610d27c682E347C9cD60BD4b3b107C9d34dDd'
                      method: transfer
                      parameters:
                        - '0x2455eC6700092991Ce0782365A89d5Cd89c8Fa22'
                        - '10000'
      responses:
        '200':
          description: Ethereum / Tron / Ethereum (Batch) / Tron (Batch)
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: object
                    properties:
                      amlScreening:
                        type: object
                        properties: {}
                      amount:
                        nullable: true
                        example: null
                      amountPaid:
                        nullable: true
                        example: null
                      amountUSD:
                        type: string
                        example: '0.00'
                      asset:
                        nullable: true
                        example: null
                      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:
                        nullable: true
                        example: null
                      blockNumber:
                        nullable: true
                        example: null
                      blockchain:
                        type: object
                        properties:
                          createdAt:
                            type: string
                            example: '2024-05-27T14:31:14.966Z'
                          derivationPath:
                            type: string
                            example: m/44'/60'/0'/0
                          id:
                            type: string
                            example: 74733889-4ecd-403e-9840-94e87c043f24
                          isActive:
                            type: boolean
                            example: true
                          isEvmCompatible:
                            type: boolean
                            example: true
                          isL2:
                            type: boolean
                            example: true
                          name:
                            type: string
                            example: base
                          slug:
                            type: string
                            example: base
                          symbol:
                            type: string
                            example: eth
                          tokenStandard:
                            type: string
                            nullable: true
                            example: null
                          updatedAt:
                            type: string
                            example: '2024-11-26T20:04:13.945Z'
                      chainId:
                        nullable: true
                        example: null
                      confirmations:
                        nullable: true
                        example: null
                      confirmed:
                        type: boolean
                        example: true
                      createdAt:
                        type: string
                        example: '2025-08-11T22:21:56.077Z'
                      currency:
                        type: string
                        example: USD
                      errors:
                        type: array
                        items: {}
                        example: []
                      fee:
                        nullable: true
                        example: null
                      feeHash:
                        nullable: true
                        example: null
                      gasFee:
                        nullable: true
                        example: null
                      gasPrice:
                        nullable: true
                        example: null
                      gasUsed:
                        nullable: true
                        example: null
                      hash:
                        type: string
                        example: >-
                          0x229d811ef34a9f12454e89f12e06945dfc8122538a0af6369ec3f2a2f9aa8cbb
                      id:
                        type: string
                        example: fe2d8c39-a6ba-41cb-99e7-05c4dcee6c94
                      metadata:
                        nullable: true
                        example: null
                      network:
                        type: string
                        example: testnet
                      note:
                        nullable: true
                        example: null
                      rate:
                        nullable: true
                        example: null
                      rateUSD:
                        type: string
                        example: '0.00'
                      reason:
                        type: string
                        example: >-
                          {"method":"transfer","parameters":["0x451dEFC27B45808078e875556AF06bCFdC697BA4","10000"],"abi":{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"}}
                      recipientAddress:
                        type: string
                        example: '0x036CbD53842c5426634e7929541eC2318f3dCF7e'
                      reference:
                        type: string
                        example: xvLz7CIFoD
                      senderAddress:
                        type: string
                        example: '0x947514e4B803e312C312da0F1B41fEDdbe15ae7a'
                      signedTransaction:
                        example: >-
                          0xf8ab3e83124fc08301623d94036cbd53842c5426634e7929541ec2318f3dcf7e80b844a9059cbb000000000000000000000000451defc27b45808078e875556af06bcfdc697ba400000000000000000000000000000000000000000000000000000000000027108302948ca0c86783ba50374a959907d9174c2a0b5cd3a87d55336e6c9a6420fde0dd07303ea019a93dad742a9bed4c6d1f514f7fe26777e8f17fe090967a9719afddaa281d64
                        anyOf:
                          - type: string
                            example: >-
                              0xf8ab3e83124fc08301623d94036cbd53842c5426634e7929541ec2318f3dcf7e80b844a9059cbb000000000000000000000000451defc27b45808078e875556af06bcfdc697ba400000000000000000000000000000000000000000000000000000000000027108302948ca0c86783ba50374a959907d9174c2a0b5cd3a87d55336e6c9a6420fde0dd07303ea019a93dad742a9bed4c6d1f514f7fe26777e8f17fe090967a9719afddaa281d64
                          - type: object
                            properties:
                              raw_data:
                                type: object
                                properties:
                                  contract:
                                    type: array
                                    items:
                                      type: object
                                      properties:
                                        parameter:
                                          type: object
                                          properties:
                                            type_url:
                                              type: string
                                              example: >-
                                                type.googleapis.com/protocol.TriggerSmartContract
                                            value:
                                              type: object
                                              properties:
                                                contract_address:
                                                  type: string
                                                  example: >-
                                                    41ea51342dabbb928ae1e576bd39eff8aaf070a8c6
                                                data:
                                                  type: string
                                                  example: >-
                                                    a9059cbb000000000000000000000000ad88366c3fb40f5b295acce2c5ab38ef7ccd6b310000000000000000000000000000000000000000000000000000000000002710
                                                owner_address:
                                                  type: string
                                                  example: >-
                                                    41389269bddbd0e8d0f6a36d215b8a2c01c9995bca
                                        type:
                                          type: string
                                          example: TriggerSmartContract
                                    example:
                                      - parameter:
                                          type_url: >-
                                            type.googleapis.com/protocol.TriggerSmartContract
                                          value:
                                            contract_address: >-
                                              41ea51342dabbb928ae1e576bd39eff8aaf070a8c6
                                            data: >-
                                              a9059cbb000000000000000000000000ad88366c3fb40f5b295acce2c5ab38ef7ccd6b310000000000000000000000000000000000000000000000000000000000002710
                                            owner_address: >-
                                              41389269bddbd0e8d0f6a36d215b8a2c01c9995bca
                                        type: TriggerSmartContract
                                  expiration:
                                    type: number
                                    example: 1754929533000
                                  fee_limit:
                                    type: number
                                    example: 2686000
                                  ref_block_bytes:
                                    type: string
                                    example: '0593'
                                  ref_block_hash:
                                    type: string
                                    example: a300e03226045a8a
                                  timestamp:
                                    type: number
                                    example: 1754929473458
                              raw_data_hex:
                                type: string
                                example: >-
                                  0a0205932208a300e03226045a8a40c8a0cecf89335aae01081f12a9010a31747970652e676f6f676c65617069732e636f6d2f70726f746f636f6c2e54726967676572536d617274436f6e747261637412740a1541389269bddbd0e8d0f6a36d215b8a2c01c9995bca121541ea51342dabbb928ae1e576bd39eff8aaf070a8c62244a9059cbb000000000000000000000000ad88366c3fb40f5b295acce2c5ab38ef7ccd6b31000000000000000000000000000000000000000000000000000000000000271070b2cfcacf89339001b0f8a301
                              signature:
                                type: array
                                items:
                                  type: string
                                  example: >-
                                    ef9a69a8cf6d20d7bb38d99fd988469ea36944f0a3bcba6203d3f56c1d70bf5777a29966cc453c6b24c9561b52ecb0c3f1e8ed20eadc074461f5aa045d2bee531B
                                example:
                                  - >-
                                    ef9a69a8cf6d20d7bb38d99fd988469ea36944f0a3bcba6203d3f56c1d70bf5777a29966cc453c6b24c9561b52ecb0c3f1e8ed20eadc074461f5aa045d2bee531B
                              txID:
                                type: string
                                example: >-
                                  61faab3d354447b252ce1708aee2857dad1f106a4f478d68e7fa7e52caa7f529
                              visible:
                                type: boolean
                                example: false
                      status:
                        type: string
                        example: SUCCESS
                      success:
                        type: array
                        items:
                          type: object
                          properties:
                            amlScreening:
                              type: object
                              properties: {}
                            amount:
                              nullable: true
                              example: null
                            amountPaid:
                              nullable: true
                              example: null
                            amountUSD:
                              type: string
                              example: '0.00'
                            asset:
                              nullable: true
                              example: null
                            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:
                              nullable: true
                              example: null
                            blockNumber:
                              nullable: true
                              example: null
                            blockchain:
                              type: object
                              properties:
                                configurations:
                                  nullable: true
                                  example: null
                                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
                                name:
                                  type: string
                                  example: BNB smart chain
                                networkFeeModel:
                                  type: string
                                  example: native
                                slug:
                                  type: string
                                  example: bnb-smart-chain
                                symbol:
                                  type: string
                                  example: bnb
                                tokenStandard:
                                  type: string
                                  example: BEP20
                                updatedAt:
                                  type: string
                                  example: '2024-11-26T20:04:13.941Z'
                            chainId:
                              nullable: true
                              example: null
                            confirmations:
                              nullable: true
                              example: null
                            confirmed:
                              type: boolean
                              example: true
                            createdAt:
                              type: string
                              example: '2026-01-11T23:32:52.312Z'
                            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:
                              nullable: true
                              example: null
                            gasPrice:
                              nullable: true
                              example: null
                            gasUsed:
                              nullable: true
                              example: null
                            hash:
                              type: string
                              example: >-
                                0x0d552ef725fd825c496aed569085cd6ff8c4786fe9134f762ebe7c42f9060c6a
                            id:
                              type: string
                              example: 4eb95385-0874-4c2c-8d5b-ef2464211977
                            isAutoSweep:
                              type: boolean
                              example: false
                            metadata:
                              type: object
                              properties:
                                batchIndex:
                                  type: number
                                  example: 0
                                batchTotal:
                                  type: number
                                  example: 2
                            network:
                              type: string
                              example: testnet
                            note:
                              nullable: true
                              example: null
                            rate:
                              nullable: true
                              example: null
                            rateUSD:
                              type: string
                              example: '0.00'
                            reason:
                              type: string
                              example: >-
                                {"method":"transfer","parameters":["0x2455eC6700092991Ce0782365A89d5Cd89c8Fa22","10000"],"abi":{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"}}
                            recipientAddress:
                              type: string
                              example: '0x337610d27c682E347C9cD60BD4b3b107C9d34dDd'
                            reference:
                              type: string
                              example: skoRYdqnuemY1B4ob6R
                            senderAddress:
                              type: string
                              example: '0x947514e4B803e312C312da0F1B41fEDdbe15ae7a'
                            signedTransaction:
                              type: string
                              example: >-
                                0xf8ab82017f8407270e008287f294337610d27c682e347c9cd60bd4b3b107c9d34ddd80b844a9059cbb0000000000000000000000002455ec6700092991ce0782365a89d5cd89c8fa22000000000000000000000000000000000000000000000000000000000000271081e5a037bad0851081d7eb54f91ee21b2b41915771262fdf3641f1f53b791d879f3551a00130ea4869ea83e3959141e4502ec28135f75bc635a1b63d5f95a880290195be
                            status:
                              type: string
                              example: SUCCESS
                            toAmount:
                              nullable: true
                              example: null
                            toCurrency:
                              nullable: true
                              example: null
                            tokenAddress:
                              type: string
                              example: '0x337610d27c682E347C9cD60BD4b3b107C9d34dDd'
                            type:
                              type: string
                              example: SIGNED
                            updatedAt:
                              type: string
                              example: '2026-01-11T23:32:52.312Z'
                            wallet:
                              type: object
                              properties:
                                address:
                                  type: string
                                  example: '0x947514e4B803e312C312da0F1B41fEDdbe15ae7a'
                                configurations:
                                  type: object
                                  properties:
                                    addresses:
                                      type: object
                                      properties:
                                        isActive:
                                          type: boolean
                                          example: true
                                        prefunding:
                                          type: object
                                          properties:
                                            isActive:
                                              type: boolean
                                              example: true
                                            rules:
                                              type: array
                                              items: {}
                                              example: []
                                    autoSettlement:
                                      type: object
                                      properties:
                                        isActive:
                                          type: boolean
                                          example: true
                                        rules:
                                          type: array
                                          items: {}
                                          example: []
                                    autoSweeping:
                                      type: object
                                      properties:
                                        isActive:
                                          type: boolean
                                          example: true
                                    withdrawal:
                                      type: object
                                      properties:
                                        gasless:
                                          type: object
                                          properties:
                                            isActive:
                                              type: boolean
                                              example: true
                                createdAt:
                                  type: string
                                  example: '2024-08-22T15:29:11.387Z'
                                derivationPath:
                                  type: string
                                  example: m/44'/60'/0'/0/0
                                description:
                                  type: string
                                  example: >-
                                    This is BNB smart chain testnet master
                                    wallet
                                id:
                                  type: string
                                  example: 4465468a-3c36-4536-918a-91d689e18a74
                                isActive:
                                  type: boolean
                                  example: true
                                name:
                                  type: string
                                  example: BNB Smart Chain
                                network:
                                  type: string
                                  example: testnet
                                status:
                                  type: string
                                  example: ACTIVE
                                updatedAt:
                                  type: string
                                  example: '2025-09-13T02:02:44.110Z'
                        example:
                          - amlScreening: {}
                            amount: null
                            amountPaid: null
                            amountUSD: '0.00'
                            asset: null
                            assetSwept: null
                            assetSweptAmount: null
                            assetSweptAt: null
                            assetSweptGasFee: null
                            assetSweptHash: null
                            assetSweptRecipientAddress: null
                            assetSweptSenderAddress: null
                            blockHash: null
                            blockNumber: null
                            blockchain:
                              configurations: null
                              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
                              name: BNB smart chain
                              networkFeeModel: native
                              slug: bnb-smart-chain
                              symbol: bnb
                              tokenStandard: BEP20
                              updatedAt: '2024-11-26T20:04:13.941Z'
                            chainId: null
                            confirmations: null
                            confirmed: true
                            createdAt: '2026-01-11T23:32:52.312Z'
                            createdChannel: dashboard
                            currency: USD
                            fee: null
                            feeHash: null
                            feeUSD: null
                            gasFee: null
                            gasPrice: null
                            gasUsed: null
                            hash: >-
                              0x0d552ef725fd825c496aed569085cd6ff8c4786fe9134f762ebe7c42f9060c6a
                            id: 4eb95385-0874-4c2c-8d5b-ef2464211977
                            isAutoSweep: false
                            metadata:
                              batchIndex: 0
                              batchTotal: 2
                            network: testnet
                            note: null
                            rate: null
                            rateUSD: '0.00'
                            reason: >-
                              {"method":"transfer","parameters":["0x2455eC6700092991Ce0782365A89d5Cd89c8Fa22","10000"],"abi":{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"}}
                            recipientAddress: '0x337610d27c682E347C9cD60BD4b3b107C9d34dDd'
                            reference: skoRYdqnuemY1B4ob6R
                            senderAddress: '0x947514e4B803e312C312da0F1B41fEDdbe15ae7a'
                            signedTransaction: >-
                              0xf8ab82017f8407270e008287f294337610d27c682e347c9cd60bd4b3b107c9d34ddd80b844a9059cbb0000000000000000000000002455ec6700092991ce0782365a89d5cd89c8fa22000000000000000000000000000000000000000000000000000000000000271081e5a037bad0851081d7eb54f91ee21b2b41915771262fdf3641f1f53b791d879f3551a00130ea4869ea83e3959141e4502ec28135f75bc635a1b63d5f95a880290195be
                            status: SUCCESS
                            toAmount: null
                            toCurrency: null
                            tokenAddress: '0x337610d27c682E347C9cD60BD4b3b107C9d34dDd'
                            type: SIGNED
                            updatedAt: '2026-01-11T23:32:52.312Z'
                            wallet:
                              address: '0x947514e4B803e312C312da0F1B41fEDdbe15ae7a'
                              configurations:
                                addresses:
                                  isActive: true
                                  prefunding:
                                    isActive: true
                                    rules: []
                                autoSettlement:
                                  isActive: true
                                  rules: []
                                autoSweeping:
                                  isActive: true
                                withdrawal:
                                  gasless:
                                    isActive: true
                              createdAt: '2024-08-22T15:29:11.387Z'
                              derivationPath: m/44'/60'/0'/0/0
                              description: This is BNB smart chain testnet master wallet
                              id: 4465468a-3c36-4536-918a-91d689e18a74
                              isActive: true
                              name: BNB Smart Chain
                              network: testnet
                              status: ACTIVE
                              updatedAt: '2025-09-13T02:02:44.110Z'
                          - amlScreening: {}
                            amount: null
                            amountPaid: null
                            amountUSD: '0.00'
                            asset: null
                            assetSwept: null
                            assetSweptAmount: null
                            assetSweptAt: null
                            assetSweptGasFee: null
                            assetSweptHash: null
                            assetSweptRecipientAddress: null
                            assetSweptSenderAddress: null
                            blockHash: null
                            blockNumber: null
                            blockchain:
                              configurations: null
                              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
                              name: BNB smart chain
                              networkFeeModel: native
                              slug: bnb-smart-chain
                              symbol: bnb
                              tokenStandard: BEP20
                              updatedAt: '2024-11-26T20:04:13.941Z'
                            chainId: null
                            confirmations: null
                            confirmed: true
                            createdAt: '2026-01-11T23:32:53.234Z'
                            createdChannel: dashboard
                            currency: USD
                            fee: null
                            feeHash: null
                            feeUSD: null
                            gasFee: null
                            gasPrice: null
                            gasUsed: null
                            hash: >-
                              0x0d552ef725fd825c496aed569085cd6ff8c4786fe9134f762ebe7c42f9060c6a
                            id: 62e04079-9079-441b-9f1f-8c23a7289185
                            isAutoSweep: false
                            metadata:
                              batchIndex: 1
                              batchTotal: 2
                            network: testnet
                            note: null
                            rate: null
                            rateUSD: '0.00'
                            reason: >-
                              {"method":"transfer","parameters":["0x2455eC6700092991Ce0782365A89d5Cd89c8Fa22","10000"],"abi":{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"}}
                            recipientAddress: '0x337610d27c682E347C9cD60BD4b3b107C9d34dDd'
                            reference: qwjEYt4ioftSEXWzrX9
                            senderAddress: '0x947514e4B803e312C312da0F1B41fEDdbe15ae7a'
                            signedTransaction: >-
                              0xf8ab82017f8407270e008287f294337610d27c682e347c9cd60bd4b3b107c9d34ddd80b844a9059cbb0000000000000000000000002455ec6700092991ce0782365a89d5cd89c8fa22000000000000000000000000000000000000000000000000000000000000271081e5a037bad0851081d7eb54f91ee21b2b41915771262fdf3641f1f53b791d879f3551a00130ea4869ea83e3959141e4502ec28135f75bc635a1b63d5f95a880290195be
                            status: SUCCESS
                            toAmount: null
                            toCurrency: null
                            tokenAddress: '0x337610d27c682E347C9cD60BD4b3b107C9d34dDd'
                            type: SIGNED
                            updatedAt: '2026-01-11T23:32:53.234Z'
                            wallet:
                              address: '0x947514e4B803e312C312da0F1B41fEDdbe15ae7a'
                              configurations:
                                addresses:
                                  isActive: true
                                  prefunding:
                                    isActive: true
                                    rules: []
                                autoSettlement:
                                  isActive: true
                                  rules: []
                                autoSweeping:
                                  isActive: true
                                withdrawal:
                                  gasless:
                                    isActive: true
                              createdAt: '2024-08-22T15:29:11.387Z'
                              derivationPath: m/44'/60'/0'/0/0
                              description: This is BNB smart chain testnet master wallet
                              id: 4465468a-3c36-4536-918a-91d689e18a74
                              isActive: true
                              name: BNB Smart Chain
                              network: testnet
                              status: ACTIVE
                              updatedAt: '2025-09-13T02:02:44.110Z'
                      toAmount:
                        nullable: true
                        example: null
                      toCurrency:
                        nullable: true
                        example: null
                      tokenAddress:
                        type: string
                        example: '0x036CbD53842c5426634e7929541eC2318f3dCF7e'
                      type:
                        type: string
                        example: SIGNED
                      updatedAt:
                        type: string
                        example: '2025-08-11T22:21:56.077Z'
                      wallet:
                        type: object
                        properties:
                          address:
                            type: string
                            example: '0x947514e4B803e312C312da0F1B41fEDdbe15ae7a'
                          configurations:
                            nullable: true
                            example: null
                          createdAt:
                            type: string
                            example: '2024-08-22T16:05:46.167Z'
                          derivationPath:
                            type: string
                            example: m/44'/60'/0'/0/0
                          description:
                            type: string
                            example: This is Base wallet
                          id:
                            type: string
                            example: e17dea25-6c01-4b3a-a4ae-51f411bf69cd
                          isActive:
                            type: boolean
                            example: true
                          name:
                            type: string
                            example: Base Wallet
                          network:
                            type: string
                            example: testnet
                          status:
                            type: string
                            example: ACTIVE
                          updatedAt:
                            type: string
                            example: '2024-08-22T16:05:46.167Z'
                  message:
                    type: string
                    example: Contract write signed successfully
                  statusCode:
                    type: number
                    example: 200
              examples:
                Ethereum:
                  value:
                    data:
                      amlScreening: {}
                      amount: null
                      amountPaid: null
                      amountUSD: '0.00'
                      asset: null
                      assetSwept: null
                      assetSweptAmount: null
                      assetSweptAt: null
                      assetSweptGasFee: null
                      assetSweptHash: null
                      assetSweptRecipientAddress: null
                      assetSweptSenderAddress: null
                      blockHash: null
                      blockNumber: null
                      blockchain:
                        createdAt: '2024-05-27T14:31:14.966Z'
                        derivationPath: m/44'/60'/0'/0
                        id: 74733889-4ecd-403e-9840-94e87c043f24
                        isActive: true
                        isEvmCompatible: true
                        isL2: true
                        name: base
                        slug: base
                        symbol: eth
                        tokenStandard: null
                        updatedAt: '2024-11-26T20:04:13.945Z'
                      chainId: null
                      confirmations: null
                      confirmed: true
                      createdAt: '2025-08-11T22:21:56.077Z'
                      currency: USD
                      fee: null
                      feeHash: null
                      gasFee: null
                      gasPrice: null
                      gasUsed: null
                      hash: >-
                        0x229d811ef34a9f12454e89f12e06945dfc8122538a0af6369ec3f2a2f9aa8cbb
                      id: fe2d8c39-a6ba-41cb-99e7-05c4dcee6c94
                      metadata: null
                      network: testnet
                      note: null
                      rate: null
                      rateUSD: '0.00'
                      reason: >-
                        {"method":"transfer","parameters":["0x451dEFC27B45808078e875556AF06bCFdC697BA4","10000"],"abi":{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"}}
                      recipientAddress: '0x036CbD53842c5426634e7929541eC2318f3dCF7e'
                      reference: xvLz7CIFoD
                      senderAddress: '0x947514e4B803e312C312da0F1B41fEDdbe15ae7a'
                      signedTransaction: >-
                        0xf8ab3e83124fc08301623d94036cbd53842c5426634e7929541ec2318f3dcf7e80b844a9059cbb000000000000000000000000451defc27b45808078e875556af06bcfdc697ba400000000000000000000000000000000000000000000000000000000000027108302948ca0c86783ba50374a959907d9174c2a0b5cd3a87d55336e6c9a6420fde0dd07303ea019a93dad742a9bed4c6d1f514f7fe26777e8f17fe090967a9719afddaa281d64
                      status: SUCCESS
                      toAmount: null
                      toCurrency: null
                      tokenAddress: '0x036CbD53842c5426634e7929541eC2318f3dCF7e'
                      type: SIGNED
                      updatedAt: '2025-08-11T22:21:56.077Z'
                      wallet:
                        address: '0x947514e4B803e312C312da0F1B41fEDdbe15ae7a'
                        configurations: null
                        createdAt: '2024-08-22T16:05:46.167Z'
                        derivationPath: m/44'/60'/0'/0/0
                        description: This is Base wallet
                        id: e17dea25-6c01-4b3a-a4ae-51f411bf69cd
                        isActive: true
                        name: Base Wallet
                        network: testnet
                        status: ACTIVE
                        updatedAt: '2024-08-22T16:05:46.167Z'
                    message: Contract write signed successfully
                    statusCode: 200
                Ethereum (Batch):
                  value:
                    data:
                      errors: []
                      success:
                        - amlScreening: {}
                          amount: null
                          amountPaid: null
                          amountUSD: '0.00'
                          asset: null
                          assetSwept: null
                          assetSweptAmount: null
                          assetSweptAt: null
                          assetSweptGasFee: null
                          assetSweptHash: null
                          assetSweptRecipientAddress: null
                          assetSweptSenderAddress: null
                          blockHash: null
                          blockNumber: null
                          blockchain:
                            configurations: null
                            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
                            name: BNB smart chain
                            networkFeeModel: native
                            slug: bnb-smart-chain
                            symbol: bnb
                            tokenStandard: BEP20
                            updatedAt: '2024-11-26T20:04:13.941Z'
                          chainId: null
                          confirmations: null
                          confirmed: true
                          createdAt: '2026-01-11T23:32:52.312Z'
                          createdChannel: dashboard
                          currency: USD
                          fee: null
                          feeHash: null
                          feeUSD: null
                          gasFee: null
                          gasPrice: null
                          gasUsed: null
                          hash: >-
                            0x0d552ef725fd825c496aed569085cd6ff8c4786fe9134f762ebe7c42f9060c6a
                          id: 4eb95385-0874-4c2c-8d5b-ef2464211977
                          isAutoSweep: false
                          metadata:
                            batchIndex: 0
                            batchTotal: 2
                          network: testnet
                          note: null
                          rate: null
                          rateUSD: '0.00'
                          reason: >-
                            {"method":"transfer","parameters":["0x2455eC6700092991Ce0782365A89d5Cd89c8Fa22","10000"],"abi":{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"}}
                          recipientAddress: '0x337610d27c682E347C9cD60BD4b3b107C9d34dDd'
                          reference: skoRYdqnuemY1B4ob6R
                          senderAddress: '0x947514e4B803e312C312da0F1B41fEDdbe15ae7a'
                          signedTransaction: >-
                            0xf8ab82017f8407270e008287f294337610d27c682e347c9cd60bd4b3b107c9d34ddd80b844a9059cbb0000000000000000000000002455ec6700092991ce0782365a89d5cd89c8fa22000000000000000000000000000000000000000000000000000000000000271081e5a037bad0851081d7eb54f91ee21b2b41915771262fdf3641f1f53b791d879f3551a00130ea4869ea83e3959141e4502ec28135f75bc635a1b63d5f95a880290195be
                          status: SUCCESS
                          toAmount: null
                          toCurrency: null
                          tokenAddress: '0x337610d27c682E347C9cD60BD4b3b107C9d34dDd'
                          type: SIGNED
                          updatedAt: '2026-01-11T23:32:52.312Z'
                          wallet:
                            address: '0x947514e4B803e312C312da0F1B41fEDdbe15ae7a'
                            configurations:
                              addresses:
                                isActive: true
                                prefunding:
                                  isActive: true
                                  rules: []
                              autoSettlement:
                                isActive: true
                                rules: []
                              autoSweeping:
                                isActive: true
                              withdrawal:
                                gasless:
                                  isActive: true
                            createdAt: '2024-08-22T15:29:11.387Z'
                            derivationPath: m/44'/60'/0'/0/0
                            description: This is BNB smart chain testnet master wallet
                            id: 4465468a-3c36-4536-918a-91d689e18a74
                            isActive: true
                            name: BNB Smart Chain
                            network: testnet
                            status: ACTIVE
                            updatedAt: '2025-09-13T02:02:44.110Z'
                        - amlScreening: {}
                          amount: null
                          amountPaid: null
                          amountUSD: '0.00'
                          asset: null
                          assetSwept: null
                          assetSweptAmount: null
                          assetSweptAt: null
                          assetSweptGasFee: null
                          assetSweptHash: null
                          assetSweptRecipientAddress: null
                          assetSweptSenderAddress: null
                          blockHash: null
                          blockNumber: null
                          blockchain:
                            configurations: null
                            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
                            name: BNB smart chain
                            networkFeeModel: native
                            slug: bnb-smart-chain
                            symbol: bnb
                            tokenStandard: BEP20
                            updatedAt: '2024-11-26T20:04:13.941Z'
                          chainId: null
                          confirmations: null
                          confirmed: true
                          createdAt: '2026-01-11T23:32:53.234Z'
                          createdChannel: dashboard
                          currency: USD
                          fee: null
                          feeHash: null
                          feeUSD: null
                          gasFee: null
                          gasPrice: null
                          gasUsed: null
                          hash: >-
                            0x0d552ef725fd825c496aed569085cd6ff8c4786fe9134f762ebe7c42f9060c6a
                          id: 62e04079-9079-441b-9f1f-8c23a7289185
                          isAutoSweep: false
                          metadata:
                            batchIndex: 1
                            batchTotal: 2
                          network: testnet
                          note: null
                          rate: null
                          rateUSD: '0.00'
                          reason: >-
                            {"method":"transfer","parameters":["0x2455eC6700092991Ce0782365A89d5Cd89c8Fa22","10000"],"abi":{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"}}
                          recipientAddress: '0x337610d27c682E347C9cD60BD4b3b107C9d34dDd'
                          reference: qwjEYt4ioftSEXWzrX9
                          senderAddress: '0x947514e4B803e312C312da0F1B41fEDdbe15ae7a'
                          signedTransaction: >-
                            0xf8ab82017f8407270e008287f294337610d27c682e347c9cd60bd4b3b107c9d34ddd80b844a9059cbb0000000000000000000000002455ec6700092991ce0782365a89d5cd89c8fa22000000000000000000000000000000000000000000000000000000000000271081e5a037bad0851081d7eb54f91ee21b2b41915771262fdf3641f1f53b791d879f3551a00130ea4869ea83e3959141e4502ec28135f75bc635a1b63d5f95a880290195be
                          status: SUCCESS
                          toAmount: null
                          toCurrency: null
                          tokenAddress: '0x337610d27c682E347C9cD60BD4b3b107C9d34dDd'
                          type: SIGNED
                          updatedAt: '2026-01-11T23:32:53.234Z'
                          wallet:
                            address: '0x947514e4B803e312C312da0F1B41fEDdbe15ae7a'
                            configurations:
                              addresses:
                                isActive: true
                                prefunding:
                                  isActive: true
                                  rules: []
                              autoSettlement:
                                isActive: true
                                rules: []
                              autoSweeping:
                                isActive: true
                              withdrawal:
                                gasless:
                                  isActive: true
                            createdAt: '2024-08-22T15:29:11.387Z'
                            derivationPath: m/44'/60'/0'/0/0
                            description: This is BNB smart chain testnet master wallet
                            id: 4465468a-3c36-4536-918a-91d689e18a74
                            isActive: true
                            name: BNB Smart Chain
                            network: testnet
                            status: ACTIVE
                            updatedAt: '2025-09-13T02:02:44.110Z'
                    message: Batch contract write signed (2/2 successful)
                    statusCode: 200
                Tron:
                  value:
                    data:
                      amlScreening: {}
                      amount: null
                      amountPaid: null
                      amountUSD: '0.00'
                      asset: null
                      assetSwept: null
                      assetSweptAmount: null
                      assetSweptAt: null
                      assetSweptGasFee: null
                      assetSweptHash: null
                      assetSweptRecipientAddress: null
                      assetSweptSenderAddress: null
                      blockHash: null
                      blockNumber: null
                      blockchain:
                        createdAt: '2024-05-14T17:53:33.110Z'
                        derivationPath: m/44'/195'/0'/0
                        id: fa91a922-3838-45f6-8a88-a4c771e1443a
                        isActive: true
                        isEvmCompatible: false
                        isL2: false
                        name: tron
                        slug: tron
                        symbol: trx
                        tokenStandard: TRC20
                        updatedAt: '2024-11-26T20:04:13.943Z'
                      chainId: null
                      confirmations: null
                      confirmed: true
                      createdAt: '2025-08-11T22:24:33.546Z'
                      currency: USD
                      fee: null
                      feeHash: null
                      gasFee: null
                      gasPrice: null
                      gasUsed: null
                      hash: triggerSmartContract_1754929472795_0.9392196853685886
                      id: ad125b6c-959e-4a0f-8315-3bedb5cf728c
                      metadata: null
                      network: testnet
                      note: null
                      rate: null
                      rateUSD: '0.00'
                      reason: >-
                        {"method":"transfer","parameters":["TRnm5TmNN8M9uvVuqs3Xx9F1A3a87gZAaP","10000"],"abi":{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"}}
                      recipientAddress: TXLAQ63Xg1NAzckPwKHvzw7CSEmLMEqcdj
                      reference: LolJxWKYN
                      senderAddress: TF8LEkxpDVnS1u4aR48xSuekGGscvc6Uv7
                      signedTransaction:
                        raw_data:
                          contract:
                            - parameter:
                                type_url: >-
                                  type.googleapis.com/protocol.TriggerSmartContract
                                value:
                                  contract_address: 41ea51342dabbb928ae1e576bd39eff8aaf070a8c6
                                  data: >-
                                    a9059cbb000000000000000000000000ad88366c3fb40f5b295acce2c5ab38ef7ccd6b310000000000000000000000000000000000000000000000000000000000002710
                                  owner_address: 41389269bddbd0e8d0f6a36d215b8a2c01c9995bca
                              type: TriggerSmartContract
                          expiration: 1754929533000
                          fee_limit: 2686000
                          ref_block_bytes: '0593'
                          ref_block_hash: a300e03226045a8a
                          timestamp: 1754929473458
                        raw_data_hex: >-
                          0a0205932208a300e03226045a8a40c8a0cecf89335aae01081f12a9010a31747970652e676f6f676c65617069732e636f6d2f70726f746f636f6c2e54726967676572536d617274436f6e747261637412740a1541389269bddbd0e8d0f6a36d215b8a2c01c9995bca121541ea51342dabbb928ae1e576bd39eff8aaf070a8c62244a9059cbb000000000000000000000000ad88366c3fb40f5b295acce2c5ab38ef7ccd6b31000000000000000000000000000000000000000000000000000000000000271070b2cfcacf89339001b0f8a301
                        signature:
                          - >-
                            ef9a69a8cf6d20d7bb38d99fd988469ea36944f0a3bcba6203d3f56c1d70bf5777a29966cc453c6b24c9561b52ecb0c3f1e8ed20eadc074461f5aa045d2bee531B
                        txID: >-
                          61faab3d354447b252ce1708aee2857dad1f106a4f478d68e7fa7e52caa7f529
                        visible: false
                      status: SUCCESS
                      toAmount: null
                      toCurrency: null
                      tokenAddress: TXLAQ63Xg1NAzckPwKHvzw7CSEmLMEqcdj
                      type: SIGNED
                      updatedAt: '2025-08-11T22:24:33.546Z'
                      wallet:
                        address: TF8LEkxpDVnS1u4aR48xSuekGGscvc6Uv7
                        configurations: null
                        createdAt: '2024-08-22T16:01:41.993Z'
                        derivationPath: m/44'/195'/0'/0/0
                        description: This is Tron testnet master wallet
                        id: eefe6470-3eec-4454-bc54-3eafe3bcbb87
                        isActive: true
                        name: Tron Master Wallet
                        network: testnet
                        status: ACTIVE
                        updatedAt: '2025-04-27T03:21:20.981Z'
                    message: Contract write signed successfully
                    statusCode: 200
                Tron (Batch):
                  value:
                    data:
                      errors: []
                      success:
                        - amlScreening: {}
                          amount: null
                          amountPaid: null
                          amountUSD: '0.00'
                          asset: null
                          assetSwept: null
                          assetSweptAmount: null
                          assetSweptAt: null
                          assetSweptGasFee: null
                          assetSweptHash: null
                          assetSweptRecipientAddress: null
                          assetSweptSenderAddress: null
                          blockHash: null
                          blockNumber: null
                          blockchain:
                            configurations: null
                            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
                            name: BNB smart chain
                            networkFeeModel: native
                            slug: bnb-smart-chain
                            symbol: bnb
                            tokenStandard: BEP20
                            updatedAt: '2024-11-26T20:04:13.941Z'
                          chainId: null
                          confirmations: null
                          confirmed: true
                          createdAt: '2026-01-11T23:32:52.312Z'
                          createdChannel: dashboard
                          currency: USD
                          fee: null
                          feeHash: null
                          feeUSD: null
                          gasFee: null
                          gasPrice: null
                          gasUsed: null
                          hash: >-
                            0x0d552ef725fd825c496aed569085cd6ff8c4786fe9134f762ebe7c42f9060c6a
                          id: 4eb95385-0874-4c2c-8d5b-ef2464211977
                          isAutoSweep: false
                          metadata:
                            batchIndex: 0
                            batchTotal: 2
                          network: testnet
                          note: null
                          rate: null
                          rateUSD: '0.00'
                          reason: >-
                            {"method":"transfer","parameters":["0x2455eC6700092991Ce0782365A89d5Cd89c8Fa22","10000"],"abi":{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"}}
                          recipientAddress: '0x337610d27c682E347C9cD60BD4b3b107C9d34dDd'
                          reference: skoRYdqnuemY1B4ob6R
                          senderAddress: '0x947514e4B803e312C312da0F1B41fEDdbe15ae7a'
                          signedTransaction: >-
                            0xf8ab82017f8407270e008287f294337610d27c682e347c9cd60bd4b3b107c9d34ddd80b844a9059cbb0000000000000000000000002455ec6700092991ce0782365a89d5cd89c8fa22000000000000000000000000000000000000000000000000000000000000271081e5a037bad0851081d7eb54f91ee21b2b41915771262fdf3641f1f53b791d879f3551a00130ea4869ea83e3959141e4502ec28135f75bc635a1b63d5f95a880290195be
                          status: SUCCESS
                          toAmount: null
                          toCurrency: null
                          tokenAddress: '0x337610d27c682E347C9cD60BD4b3b107C9d34dDd'
                          type: SIGNED
                          updatedAt: '2026-01-11T23:32:52.312Z'
                          wallet:
                            address: '0x947514e4B803e312C312da0F1B41fEDdbe15ae7a'
                            configurations:
                              addresses:
                                isActive: true
                                prefunding:
                                  isActive: true
                                  rules: []
                              autoSettlement:
                                isActive: true
                                rules: []
                              autoSweeping:
                                isActive: true
                              withdrawal:
                                gasless:
                                  isActive: true
                            createdAt: '2024-08-22T15:29:11.387Z'
                            derivationPath: m/44'/60'/0'/0/0
                            description: This is BNB smart chain testnet master wallet
                            id: 4465468a-3c36-4536-918a-91d689e18a74
                            isActive: true
                            name: BNB Smart Chain
                            network: testnet
                            status: ACTIVE
                            updatedAt: '2025-09-13T02:02:44.110Z'
                        - amlScreening: {}
                          amount: null
                          amountPaid: null
                          amountUSD: '0.00'
                          asset: null
                          assetSwept: null
                          assetSweptAmount: null
                          assetSweptAt: null
                          assetSweptGasFee: null
                          assetSweptHash: null
                          assetSweptRecipientAddress: null
                          assetSweptSenderAddress: null
                          blockHash: null
                          blockNumber: null
                          blockchain:
                            configurations: null
                            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
                            name: BNB smart chain
                            networkFeeModel: native
                            slug: bnb-smart-chain
                            symbol: bnb
                            tokenStandard: BEP20
                            updatedAt: '2024-11-26T20:04:13.941Z'
                          chainId: null
                          confirmations: null
                          confirmed: true
                          createdAt: '2026-01-11T23:32:53.234Z'
                          createdChannel: dashboard
                          currency: USD
                          fee: null
                          feeHash: null
                          feeUSD: null
                          gasFee: null
                          gasPrice: null
                          gasUsed: null
                          hash: >-
                            0x0d552ef725fd825c496aed569085cd6ff8c4786fe9134f762ebe7c42f9060c6a
                          id: 62e04079-9079-441b-9f1f-8c23a7289185
                          isAutoSweep: false
                          metadata:
                            batchIndex: 1
                            batchTotal: 2
                          network: testnet
                          note: null
                          rate: null
                          rateUSD: '0.00'
                          reason: >-
                            {"method":"transfer","parameters":["0x2455eC6700092991Ce0782365A89d5Cd89c8Fa22","10000"],"abi":{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"}}
                          recipientAddress: '0x337610d27c682E347C9cD60BD4b3b107C9d34dDd'
                          reference: qwjEYt4ioftSEXWzrX9
                          senderAddress: '0x947514e4B803e312C312da0F1B41fEDdbe15ae7a'
                          signedTransaction: >-
                            0xf8ab82017f8407270e008287f294337610d27c682e347c9cd60bd4b3b107c9d34ddd80b844a9059cbb0000000000000000000000002455ec6700092991ce0782365a89d5cd89c8fa22000000000000000000000000000000000000000000000000000000000000271081e5a037bad0851081d7eb54f91ee21b2b41915771262fdf3641f1f53b791d879f3551a00130ea4869ea83e3959141e4502ec28135f75bc635a1b63d5f95a880290195be
                          status: SUCCESS
                          toAmount: null
                          toCurrency: null
                          tokenAddress: '0x337610d27c682E347C9cD60BD4b3b107C9d34dDd'
                          type: SIGNED
                          updatedAt: '2026-01-11T23:32:53.234Z'
                          wallet:
                            address: '0x947514e4B803e312C312da0F1B41fEDdbe15ae7a'
                            configurations:
                              addresses:
                                isActive: true
                                prefunding:
                                  isActive: true
                                  rules: []
                              autoSettlement:
                                isActive: true
                                rules: []
                              autoSweeping:
                                isActive: true
                              withdrawal:
                                gasless:
                                  isActive: true
                            createdAt: '2024-08-22T15:29:11.387Z'
                            derivationPath: m/44'/60'/0'/0/0
                            description: This is BNB smart chain testnet master wallet
                            id: 4465468a-3c36-4536-918a-91d689e18a74
                            isActive: true
                            name: BNB Smart Chain
                            network: testnet
                            status: ACTIVE
                            updatedAt: '2025-09-13T02:02:44.110Z'
                    message: Batch contract write signed (2/2 successful)
                    statusCode: 200
components:
  securitySchemes:
    apiKey:
      type: apiKey
      name: x-api-key
      in: header

````