Skip to main content
GET
/
messages
/
wallet
/
{srcAddress}
cURL
curl --request GET \
  --url https://scan.layerzero-api.com/v1/messages/wallet/{srcAddress}
{
  "data": [
    {
      "pathway": {
        "srcEid": 123,
        "dstEid": 123,
        "sender": {
          "address": "<string>",
          "id": "<string>",
          "name": "<string>",
          "chain": "<string>"
        },
        "receiver": {
          "address": "<string>",
          "id": "<string>",
          "name": "<string>",
          "chain": "<string>"
        },
        "id": "<string>",
        "nonce": 123
      },
      "source": {
        "status": "WAITING",
        "tx": {
          "txHash": "<string>",
          "blockHash": "<string>",
          "blockNumber": "<string>",
          "blockTimestamp": 123,
          "from": "<string>",
          "blockConfirmations": 123,
          "payload": "<string>",
          "value": "<string>",
          "readinessTimestamp": 123,
          "resolvedPayload": "<string>",
          "adapterParams": {
            "version": "<string>",
            "dstGasLimit": "<string>",
            "dstNativeGasTransferAmount": "<string>",
            "dstNativeGasTransferAddress": "<string>"
          },
          "options": {
            "lzReceive": {
              "gas": "<string>",
              "value": "<string>"
            },
            "nativeDrop": [
              {
                "amount": "<string>",
                "receiver": "<string>"
              }
            ],
            "compose": [
              {
                "index": 123,
                "gas": "<string>",
                "value": "<string>"
              }
            ],
            "ordered": true
          }
        },
        "failedTx": [
          "<string>"
        ]
      },
      "destination": {
        "status": "WAITING",
        "tx": {
          "txHash": "<string>",
          "blockHash": "<string>",
          "blockNumber": 123,
          "blockTimestamp": 123
        },
        "payloadStoredTx": "<string>",
        "failedTx": [
          "<string>"
        ]
      },
      "verification": {
        "dvn": {
          "dvns": {},
          "status": "WAITING"
        },
        "sealer": {
          "tx": {
            "txHash": "<string>",
            "blockHash": "<string>",
            "blockNumber": 123,
            "blockTimestamp": 123
          },
          "failedTx": [
            {
              "txHash": "<string>",
              "txError": "<string>"
            }
          ],
          "status": "WAITING"
        }
      },
      "guid": "<string>",
      "config": {
        "error": true,
        "errorMessage": "<string>",
        "dvnConfigError": true,
        "receiveLibrary": "<string>",
        "sendLibrary": "<string>",
        "inboundConfig": {
          "confirmations": 123,
          "requiredDVNCount": 123,
          "optionalDVNCount": 123,
          "optionalDVNThreshold": 123,
          "requiredDVNs": [
            "<string>"
          ],
          "requiredDVNNames": [
            "<string>"
          ],
          "optionalDVNs": [
            "<string>"
          ],
          "optionalDVNNames": [
            "<string>"
          ],
          "executor": "<string>"
        },
        "outboundConfig": {
          "confirmations": 123,
          "requiredDVNCount": 123,
          "optionalDVNCount": 123,
          "optionalDVNThreshold": 123,
          "requiredDVNs": [
            "<string>"
          ],
          "requiredDVNNames": [
            "<string>"
          ],
          "optionalDVNs": [
            "<string>"
          ],
          "optionalDVNNames": [
            "<string>"
          ],
          "executor": "<string>"
        },
        "ulnSendVersion": "V1",
        "ulnReceiveVersion": "V1"
      },
      "status": {
        "name": "INFLIGHT",
        "message": "<string>"
      },
      "created": "2025-05-27T19:20:54.369Z",
      "updated": "2025-05-27T19:20:54.369Z"
    }
  ],
  "nextToken": "<string>"
}

Path Parameters

srcAddress
string
required

The address initiating the message on the source chain.

Example:

"0xe37f7c80ced04c4f243c0fd04a5510d663cb88b5"

Query Parameters

limit
default:100
start

Start Date in ISO String format

Example:

"2024-05-27T19:20:52.812Z"

end

End Date in ISO String format

Example:

"2024-05-27T19:20:52.812Z"

nextToken
string

The token to be passed for retrieving the next set of paginated results

Response

200 - application/json

200 OK

data
object[]
required
nextToken
string

The token to be passed for retrieving the next set of paginated results