Run & Query

How to Run

You can start the export_opensea_job by adding the following arguments:

-E OPEN_SEA

or

-O AddressOpenseaTransaction,OpenseaOrder

Public API

GET /v1/aci//opensea/profile

Get currently address level OpenSea related features

{
  "address": "0x6657e801c98c0ba77169e3d65642b9e930928a03",
  "buy_txn_count": 27,
  "sell_txn_count": 11,
  "swap_txn_count": 0,
  "buy_opensea_order_count": 27,
  "sell_opensea_order_count": 11,
  "swap_opensea_order_count": 0,
  "buy_volume_usd": 18678.386373040692,
  "sell_volume_usd": 30148.607791721905,
  "create_time": "2024-09-05T04:53:04+00:00",
  "update_time": "2024-09-05T09:46:10+00:00",
  "first_transaction_hash": "0xcdd12932129e756aebbc5e88310c9e60294f40e212d61ef3b48c9dc594576a59",
  "first_block_timestamp": "2024-01-01T05:54:35+00:00",
  "txn_count": 36,
  "opensea_order_count": 36,
  "volume_usd": 48826.9941647626,
  "latest_transaction_hash": "0x036327d1172b02d002bf34d6f5288e9d57db9a34d78e77247b34b367df7b3d1b",
  "latest_block_timestamp": "2024-09-09T01:35:47+00:00"
}

GET /v1/aci/{address}/opensea/transactions

Get Opensea address level opensea transactions

Response:

Last updated