Nansen API
  • ✨Introduction
  • 📌Endpoints Overview
  • 🔴Rate Limits and Quotas
  • Getting Started
    • ☑️Prerequisites
    • 🌐API Structure & Base URL
    • 🔓Authentication
    • 🟢Understanding Responses and Handling Errors
    • ⛓️Chain Coverage
  • API
    • Smart Money
    • Profiler
      • Balances
      • Transactions
      • Counterparties
      • Trade Performance
      • Labels
    • Token God Mode
      • Token Overview
      • Transactions
      • Holders
      • Exchanges
      • PnL Leaderboard
  • Other Endpoints
  • Guides
    • 💻Endpoint Showcase
    • 🙋Frequently Asked Questions
  • 🔗Useful Links
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. API
  2. Profiler

Transactions

PreviousBalancesNextCounterparties

Last updated 3 days ago

Was this helpful?

profiler/address/transactions

post

List of transactions made by an address (Readable)

Body
Responses
200
Successful response
application/json
400
Bad request
application/json
401
Authentication error
application/json
403
Forbidden - Subscription tier required
application/json
500
Internal server error
application/json
post
POST /api/beta/profiler/address/transactions HTTP/1.1
Host: api.nansen.ai
Content-Type: application/json
Accept: */*
Content-Length: 121

{
  "parameters": {
    "chain": "ethereum",
    "walletAddresses": [
      "0x28c6c06298d514db089934071355e5743bf21d60"
    ],
    "hideSpamToken": true
  }
}
[
  {
    "chain": "ethereum",
    "fromAddressHex": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
    "fromName": "🏦 Binance 14 [0x28c6c0]",
    "toAddressHex": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
    "toName": "🏦 Binance 14 [0x28c6c0]",
    "counterpartyAddressHex": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
    "counterpartyName": "🏦 Binance 14 [0x28c6c0]",
    "method": "sent",
    "tokenAddress": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
    "tokenSymbol": "USDC",
    "tokenSent": "[[\"ANDY\",-640.42,0.2760302965082687,-176.77532248982544,\"0x7573ab0e80f8b264f6bc2ac37401f0adbe491759\",\"0xd43d8adac6a4c7d9aeece7c3151fca8f23752cf8\",\"blast\",\"https://coin-images.coingecko.com/coins/images/35767/small/IMG_0310.jpeg?1711371918\",false]]",
    "tokenReceived": "[[\"ANDY\",-640.42,0.2760302965082687,-176.77532248982544,\"0x7573ab0e80f8b264f6bc2ac37401f0adbe491759\",\"0xd43d8adac6a4c7d9aeece7c3151fca8f23752cf8\",\"blast\",\"https://coin-images.coingecko.com/coins/images/35767/small/IMG_0310.jpeg?1711371918\",false]]",
    "volumeUsd": 374.92,
    "blockTimestamp": "2023-04-12T00:00:00Z",
    "transactionHashHex": "0x61adb6da30853c5988f0204dd9f6e4abbc878e02c34030a4f707cf4ec3124bcb",
    "source": "transaction"
  }
]