Transactions

profiler/address/transactions

post

List of transactions made by an address (Readable)

Authorizations
Body
Responses
200
Successful response
application/json
post
POST /api/beta/profiler/address/transactions HTTP/1.1
Host: api.nansen.ai
apiKey: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 284

{
  "parameters": {
    "chain": "ethereum",
    "walletAddress": "0x28c6c06298d514db089934071355e5743bf21d60",
    "hideSpamToken": true
  },
  "pagination": {
    "page": 1,
    "recordsPerPage": 100
  },
  "filters": {
    "volumeUsd": {
      "from": 0.1
    },
    "blockTimestamp": {
      "from": "2025-05-13T00:00:00.000Z",
      "to": "2025-05-13T03:00:00.000Z"
    }
  }
}
[
  {
    "chain": "ethereum",
    "counterpartyAddressHex": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
    "counterpartyName": "🏦 Binance 14 [0x28c6c0]",
    "method": "sent",
    "tokenAddress": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
    "tokenSymbol": "USDC",
    "tokenSentTransformed": [
      {
        "symbol": "ANDY",
        "amount": -640.42,
        "price": 0.2760302965082687,
        "value": -176.77532248982544,
        "address": "0x7573ab0e80f8b264f6bc2ac37401f0adbe491759",
        "chain": "blast",
        "fromAddress": "0x7573ab0e80f8b264f6bc2ac37401f0adbe491759",
        "toAddress": "0xd43d8adac6a4c7d9aeece7c3151fca8f23752cf8",
        "fromLabel": "High Balance",
        "toLabel": "High Balance"
      }
    ],
    "tokenReceivedTransformed": [
      {
        "symbol": "ANDY",
        "amount": -640.42,
        "price": 0.2760302965082687,
        "value": -176.77532248982544,
        "address": "0x7573ab0e80f8b264f6bc2ac37401f0adbe491759",
        "chain": "blast",
        "fromAddress": "0x7573ab0e80f8b264f6bc2ac37401f0adbe491759",
        "toAddress": "0xd43d8adac6a4c7d9aeece7c3151fca8f23752cf8",
        "fromLabel": "High Balance",
        "toLabel": "High Balance"
      }
    ],
    "volumeUsd": 374.92,
    "blockTimestamp": "2023-04-12T00:00:00Z",
    "transactionHashHex": "0x61adb6da30853c5988f0204dd9f6e4abbc878e02c34030a4f707cf4ec3124bcb",
    "source": "transaction"
  }
]

Last updated

Was this helpful?