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

# Get Deposit Transactions by Address

> Retrieves all deposit transactions made by a specified address.

export const chain = '1';

<Badge color="yellow">Arbitrum One Mainnet</Badge> <Badge color="yellow">Arbitrum Sepolia Testnet</Badge> <Badge color="yellow">OP Mainnet</Badge> <Badge color="yellow">OP Sepolia Testnet</Badge>

<ResponseExample>
  ```json Example response theme={null}
  {
    "status": "1",
    "message": "OK",
    "result": [
      {
        "blockNumber": "132992375",
        "timeStamp": "1741583527",
        "blockHash": "0xef2ff158c8b12be842429f4a8cde58bfa6a389c5274b46f8a1dd2ee7f958ca4d",
        "hash": "0x64ccd0cfa9f333578b36227492f3bc7f5f3ec4bfa82cdc46f82884db680d8e5b",
        "nonce": "520502",
        "from": "0x36bde71c97b33cc4729cf772ae268934f7ab70b2",
        "to": "0x4200000000000000000000000000000000000007",
        "value": "598200000000000",
        "gas": "490798",
        "gasPrice": "0",
        "input": "0xd764ad0b000100000000000000000000000000000000000000000000000000000002802a00000000000000000000000099c9fc46f92e8a1c0dec1b1747d010903e884be10000000000000000000000004200000000000000000000000000000000000001000000000000000000000000000000000000000000000000000002200f4a81300000000000000000000000000000000000000000000000000000000000000030d4000000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000000a41635f5fd0000000000000000000000001231deb6f5749ef6ce6943a275a1d3e7486f4eae00000000000000000000000080f3950a4d371c43360f292a4170624abd9eed03000000000000000000000000000000000000000000000000000002200f4a813000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "cumulativeGasUsed": "169497",
        "gasUsed": "117234",
        "isError": "0",
        "errDescription": "",
        "txreceipt_status": "1",
        "queueIndex": "999999",
        "L1transactionhash": "0x303bd05c47e62e1243a33210e535ebc70a7567e53a9972fbdef52ee5bcda5acb",
        "L1TxOrigin": "0x36bde71c97b33cc4729cf772ae268934f7ab70b2",
        "tokenAddress": "ETH",
        "tokenSentFrom": "",
        "tokenSentTo": "0x80f3950a4d371c43360f292a4170624abd9eed03",
        "tokenValue": "598200000000000"
      },
      {
        "blockNumber": "134878032",
        "timeStamp": "1745354841",
        "blockHash": "0xd1a47b46e3aaed25c594507cf9df59c9ba7a25542fabed7e2b646efe8b6944f9",
        "hash": "0xb7cbf6eb529f60b28c6707a52e17c84e75bbe0a968e668a29e5a7550bfb00e92",
        "nonce": "527247",
        "from": "0x36bde71c97b33cc4729cf772ae268934f7ab70b2",
        "to": "0x4200000000000000000000000000000000000007",
        "value": "1195403000000000",
        "gas": "490798",
        "gasPrice": "0",
        "input": "0xd764ad0b0001000000000000000000000000000000000000000000000000000000029a8300000000000000000000000099c9fc46f92e8a1c0dec1b1747d010903e884be100000000000000000000000042000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000043f36732dae00000000000000000000000000000000000000000000000000000000000000030d4000000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000000a41635f5fd0000000000000000000000001231deb6f5749ef6ce6943a275a1d3e7486f4eae00000000000000000000000080f3950a4d371c43360f292a4170624abd9eed030000000000000000000000000000000000000000000000000000043f36732dae000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "cumulativeGasUsed": "147297",
        "gasUsed": "92234",
        "isError": "0",
        "errDescription": "",
        "txreceipt_status": "1",
        "queueIndex": "999999",
        "L1transactionhash": "0xdca5992b97fcb3d2aa4d06f8c47c0786c0007009d15445712931ee0998f94caa",
        "L1TxOrigin": "0x36bde71c97b33cc4729cf772ae268934f7ab70b2",
        "tokenAddress": "ETH",
        "tokenSentFrom": "",
        "tokenSentTo": "0x80f3950a4d371c43360f292a4170624abd9eed03",
        "tokenValue": "1195403000000000"
      }
    ]
  }
  ```
</ResponseExample>


## OpenAPI

````yaml openapi/api-reference/endpoint/getdeposittxs.json GET /v2/api
openapi: 3.1.0
info:
  title: Get Deposit Transactions by Address
  version: 2.0.0
  description: Retrieves all deposit transactions made by a specified address.
  license:
    name: Etherscan API Terms
    url: https://etherscan.io/terms
servers:
  - url: https://api.etherscan.io
    description: Etherscan API.
security:
  - apiKey: []
paths:
  /v2/api:
    get:
      summary: Get Deposit Transactions by Address
      description: Retrieves all deposit transactions made by a specified address.
      operationId: getGetdeposittxs
      parameters:
        - name: chainid
          in: query
          required: true
          description: >-
            Chain ID to query, eg 10 for Optimism or 42161 for Arbitrum from our
            [supported chains](/supported-chains).
          schema:
            type: string
          example: '10'
        - name: module
          in: query
          required: true
          description: Set to account for this endpoint.
          schema:
            type: string
            default: account
          example: account
        - name: action
          in: query
          required: true
          description: Set to getdeposittxs for this endpoint.
          schema:
            type: string
            default: getdeposittxs
          example: getdeposittxs
        - name: address
          in: query
          required: true
          description: Address to check for cross-chain deposits from Ethereum to L2.
          schema:
            type: string
          example: '0x80f3950a4d371c43360f292a4170624abd9eed03'
        - name: page
          in: query
          required: false
          description: Page number for pagination.
          schema:
            type: integer
          example: 1
        - name: offset
          in: query
          required: false
          description: >-
            Number of records per page. Use the page parameter for subsequent
            records.
          schema:
            type: integer
          example: 100
        - name: sort
          in: query
          required: false
          description: >-
            Sort order either `desc` for the latest transactions first or `asc`
            for the oldest transactions first.
          schema:
            type: string
          example: asc
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
                properties:
                  status:
                    type: string
                    description: >-
                      1 if the request returned data, 0 otherwise. A status of 0
                      can indicate an error or a valid request that returned no
                      records.
                  message:
                    type: string
                    description: >-
                      OK on success, otherwise an error description such as
                      NOTOK. See [common error
                      messages](/common-error-messages).
                  result:
                    type: array
                    items:
                      type: object
                      properties:
                        blockNumber:
                          type: string
                          description: Block number in which the transaction was included.
                        timeStamp:
                          type: string
                          description: >-
                            Time the block was mined, as a UNIX timestamp in
                            seconds.
                        blockHash:
                          type: string
                          description: Hash of the block containing the transaction.
                        hash:
                          type: string
                          description: The transaction hash.
                        nonce:
                          type: string
                          description: >-
                            Number of transactions sent from the sending address
                            before this one.
                        from:
                          type: string
                          description: Address that sent the transaction.
                        to:
                          type: string
                          description: >-
                            Recipient address. Empty for contract-creation
                            transactions.
                        value:
                          type: string
                          description: >-
                            Amount of the native token transferred, in wei. Use
                            the [unit
                            converter](https://etherscan.io/unitconverter) to
                            convert between units.
                        gas:
                          type: string
                          description: >-
                            Maximum units of gas the sender allowed for the
                            transaction.
                        gasPrice:
                          type: string
                          description: Price paid per unit of gas, in wei.
                        input:
                          type: string
                          description: >-
                            Input data sent with the transaction, as a hex
                            string.
                        cumulativeGasUsed:
                          type: string
                          description: >-
                            Total gas used by all transactions up to and
                            including this one in the block.
                        gasUsed:
                          type: string
                          description: Units of gas actually consumed by the transaction.
                        isError:
                          type: string
                          description: >-
                            0 if the transaction executed successfully, 1 if it
                            failed.
                        errDescription:
                          type: string
                          description: >-
                            Description of the execution error, when isError is
                            1.
                        txreceipt_status:
                          type: string
                          description: >-
                            Transaction receipt status. 1 for success, 0 for
                            failure. Empty for pre-Byzantium blocks.
                        queueIndex:
                          type: string
                          description: Index of the deposit in the L1-to-L2 message queue.
                        L1transactionhash:
                          type: string
                          description: >-
                            Hash of the L1 transaction that initiated the
                            deposit.
                        L1TxOrigin:
                          type: string
                          description: Address on L1 that initiated the deposit.
                        tokenAddress:
                          type: string
                          description: >-
                            Address of the token deposited. ETH for the native
                            token.
                        tokenSentFrom:
                          type: string
                          description: Address the tokens were sent from.
                        tokenSentTo:
                          type: string
                          description: Address the tokens were sent to.
                        tokenValue:
                          type: string
                          description: >-
                            Amount of tokens deposited, in the token's smallest
                            unit.
      security:
        - apiKey: []
components:
  securitySchemes:
    apiKey:
      type: apiKey
      in: query
      name: apikey
      description: >-
        Enter your Etherscan API key, or [set one up](/set-up-your-api-key) if
        you don't have one.

````