v1

latestOpenAPI 3.0.12026-07-142791104.2 KB
Account

Get activity list of account

This endpoint can be used to fetch activities of a given account (High level data, open to our partners, please contact us).

get/openapi/v1/account/activity

Query parameters

chain'eth' | 'bsc' | 'polygon' | 'avalanche' | 'arbitrum' | 'zksync' | 'linea' | 'starknet' | 'opbnb' | 'base' | 'scroll' | 'manta_pacific' | 'optimism' | 'mantle' | 'zkfair' | 'blast' | 'merlin' | 'mode' | 'cyber' | 'bob' | 'lightlink' | 'zeta' | 'nibiru' | 'abstract' | 'bitlayer' | 'mantra' | 'monad' | 'ink' required

Chain Name, eth is default.

wallet_addressstring

Wallet address (defaults to account address if empty).

event_namesstring

Filter by event names, allow values: Sale,Minted,List,Offer,Transfer,CollectionOffer,BidCancel,Cancel, comma separated.

from_timeinteger

Start time, second timestamp.

to_timeinteger

To time, second timestamp

cursorstring

Page cursor

limitinteger

Page size, max is 50, default 20

Response

OK

codeinteger

Error Code

msgstring

Error Message

messagestring

Example response

{
  "data": {
    "activityList": [
      {
        "cursor": "MTY=",
        "accountActivity": {
          "id": "chainMID_eventId_[txHash | orderHash][_logindex][_offset], eventId: 4-Sale,9-Cancel,9002-Offer,9003-List",
          "chain": "eth",
          "chainId": "0x1",
          "eventName": "Sale",
          "eventTime": "2022-06-01T01:26:53+08:00",
          "expireTime": "2022-06-01T01:26:53+08:00",
          "txHash": "0xb16cf104312e914fbcdedc27d2fd10eb2b52449131a845d51c6bc8f01a3d72c7",
          "contractAddress": "0x4cddbf865ee2a1a3711648bb192e285f290f7985",
          "fromAddress": "0x0a56b3317ed60dc4e1027a63ffbe9df6fb102401",
          "toAddress": "0x9f7a946d935c8efc7a8329c0d894a69ba241345a",
          "tokenId": "4676314080394472507455332797632474230665182066565445726959043747700191264868",
          "quantity": 1,
          "paymentToken": "0x0000000000000000000000000000000000000000",
          "price": "33333333333333",
          "txToAddress": "0x8d6022b8a421b08e9e4cef45e46f1c83c85d402f",
          "orignEventAddress": "0x8d6022b8a421b08e9e4cef45e46f1c83c85d402f"
        }
      }
    ]
  }
}