get https://api.openpool.co/wallet/transaction/
This endpoint returns the full transaction history for a single or multiple wallets/contracts since inception in a human-readable format. This endpoint can be used to create reporting for auditors and service providers. For multiple wallets, include a comma-separate list of 0x addresses in the query. Blockchain transaction data is enhanced with the following OpenPool tags and calculations:
- Transaction Type (Send, Receive, Mint, Swap, or Contract Execution)
- Counterparty (Target Address) Attribution - If applicable, the names and tags associated with the counterparty address.
- Trade Data - If applicable, token/asset/NFT trade data.
- NFT - If applicable, the name, collection and image associated with any NFT in the transaction.
- Function Name - If applicable, name of the function called in the transaction.
- Gas Fees - Gas Fees paid ("fee") is shown in the native token as of the transaction date
Successful Query Example
Single Wallet
curl --request GET \
--url 'https://api.openpool.co/wallet/transfer/?wallet=0xC28eAE2FBc8E4ea7393Afb54528649eCeE259F72' \
--header 'X-API-KEY: <insert_api_key>' \
--header 'accept: application/json'
Multiple Wallets
curl --request GET \
--url 'https://api.openpool.co/wallet/transfer/?wallet=0xC28eAE2FBc8E4ea7393Afb54528649eCeE259F72,0x59a5493513ba2378ed57ae5ecfb8a027e9d80365' \
--header 'X-API-KEY: <insert_api_key>' \
--header 'accept: application/json'
Successful Response Example
{
"count": 794,
"next": "http://api.openpool.co/wallet/transaction/?page=2&wallet=0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"previous": null,
"results": [
{
"id": "tx_eHQWBteTPeunUomC3ygLTo",
"hash": "0x0086dd17e00a8c5124e90923a191529cdbf03384c528167d815c4acdf1af9fde",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2023-07-03T06:47:37Z",
"block_number": 44624079,
"fee": "0.0000",
"tx_category": "Receive",
"function": null,
"is_error": false,
"counterparty": {
"address": "0x0000000000000000000000000000000000000000",
"custom_label": null,
"default_label": {
"id": "contract_XcuhHk63S6uQ8Ev7CJdpsK",
"address": "0x0000000000000000000000000000000000000000",
"name": "Null Address",
"tags": "burn,genesis",
"blockchain_id": "blockchain_CXTQHpufgGtMwu8Lktv7Aw"
}
},
"blockchain": {
"id": "blockchain_DUe637q5i7pGcV4rnmio7H",
"chain_id": 137,
"name": "Polygon",
"slug": "polygon",
"symbol": "Polygon",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Polygon.png"
}
},
{
"id": "tx_XfGLygmtWsCnpfScxmx9E6",
"hash": "0x00acbba4fcb63daebc9aac511e0fe25d70efd5ba4c03809653761552fb7c677d",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2022-12-12T08:23:10Z",
"block_number": 48348023,
"fee": "0.0000",
"tx_category": "Swap",
"function": "Multicall",
"is_error": false,
"counterparty": {
"address": "0x68b3465833fb72a70ecdf485e0e4c7bd8665fc45",
"custom_label": null,
"default_label": {
"id": "contract_jXMRKkCmvEaKcDP3MUzigD",
"address": "0x68b3465833fb72a70ecdf485e0e4c7bd8665fc45",
"name": "Uniswap V3: Router 2",
"tags": "dex,contract",
"blockchain_id": "blockchain_CXTQHpufgGtMwu8Lktv7Aw"
}
},
"blockchain": {
"id": "blockchain_Sr4xsurVjmkZMMbH2rpLQ4",
"chain_id": 10,
"name": "Optimism",
"slug": "optimism",
"symbol": "Optimism",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Optimism.png"
}
},
{
"id": "tx_73hUTmLPsRPoh7aDS39VBz",
"hash": "0x015de9426e8e6aa4a2c32710bbd72828903eaf6acc87d0e8862678d865966364",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2022-07-15T14:25:44Z",
"block_number": 14582631,
"fee": "0.0000",
"tx_category": "Swap",
"function": "Withdraw",
"is_error": false,
"counterparty": {
"address": "0x794a61358d6845594f94dc1db02a252b5b4814ad",
"custom_label": null,
"default_label": null
},
"blockchain": {
"id": "blockchain_Sr4xsurVjmkZMMbH2rpLQ4",
"chain_id": 10,
"name": "Optimism",
"slug": "optimism",
"symbol": "Optimism",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Optimism.png"
}
},
{
"id": "tx_a7UjxVcCkMJ3BQWMXVpNtw",
"hash": "0x017e38ea850bd41ff56d9edda914b2fdd3e003b619a82cb7a2d9bcab70184922",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2023-06-09T20:49:31Z",
"block_number": 99499523,
"fee": "0.0000",
"tx_category": "Receive",
"function": null,
"is_error": false,
"counterparty": {
"address": "0x4cd9c5e0123111965f68d3fc60cab4ee6847dec1",
"custom_label": null,
"default_label": null
},
"blockchain": {
"id": "blockchain_3pCy2g5sCSNk6MWGgvY2NP",
"chain_id": 42161,
"name": "Arbitrum",
"slug": "arbitrum",
"symbol": "Arbitrum",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Arbitrum.png"
}
},
{
"id": "tx_ctxrDfKCGkcjbygNrZpxah",
"hash": "0x01a6e9d4a6d73f405c77ce3d1810b6a34c0ead081396a48985df0e48407307ac",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2022-11-13T11:26:54Z",
"block_number": 23018798,
"fee": "0.0010",
"tx_category": "Contract Execution",
"function": "Bridge",
"is_error": false,
"counterparty": {
"address": "0x82e0b8cdd80af5930c4452c684e71c861148ec8a",
"custom_label": null,
"default_label": null
},
"blockchain": {
"id": "blockchain_W86n2WrqipgAciMBkZCL5B",
"chain_id": 56,
"name": "BNB Smart Chain",
"slug": "bsc",
"symbol": "BNB",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/bsc.png"
}
},
{
"id": "tx_Z5viJKyAUAiKchjuZjmJVd",
"hash": "0x01f83a7da097f128c67acd3b12245345cb0da004f114b6171961b0666f89e696",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2023-06-04T09:33:13Z",
"block_number": 104449322,
"fee": "0.0000",
"tx_category": "Mint",
"function": "",
"is_error": false,
"counterparty": {
"address": "0x0000000000000000000000000000000000000000",
"custom_label": null,
"default_label": {
"id": "contract_XcuhHk63S6uQ8Ev7CJdpsK",
"address": "0x0000000000000000000000000000000000000000",
"name": "Null Address",
"tags": "burn,genesis",
"blockchain_id": "blockchain_CXTQHpufgGtMwu8Lktv7Aw"
}
},
"blockchain": {
"id": "blockchain_Sr4xsurVjmkZMMbH2rpLQ4",
"chain_id": 10,
"name": "Optimism",
"slug": "optimism",
"symbol": "Optimism",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Optimism.png"
}
},
{
"id": "tx_7VzTGySrLqJ8AzJAra8Wfg",
"hash": "0x020a5c2df81b1ce4289eb1b4aed67b3732c3e673648e467eff4cb7d2b524dd87",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2022-07-20T05:46:52Z",
"block_number": 15084417,
"fee": "0.0000",
"tx_category": "Contract Execution",
"function": "Transfer",
"is_error": false,
"counterparty": {
"address": "0x7f5c764cbc14f9669b88837ca1490cca17c31607",
"custom_label": null,
"default_label": null
},
"blockchain": {
"id": "blockchain_Sr4xsurVjmkZMMbH2rpLQ4",
"chain_id": 10,
"name": "Optimism",
"slug": "optimism",
"symbol": "Optimism",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Optimism.png"
}
},
{
"id": "tx_UzkCKq4wXiJ9JfFmNHsXJZ",
"hash": "0x02127768ba968bbfda57fefad1d022b7cee269534af5717612927581391d2b97",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2023-08-11T21:17:25Z",
"block_number": 46190600,
"fee": "0.0000",
"tx_category": "Receive",
"function": null,
"is_error": false,
"counterparty": {
"address": "0x0000000000000000000000000000000000000000",
"custom_label": null,
"default_label": {
"id": "contract_XcuhHk63S6uQ8Ev7CJdpsK",
"address": "0x0000000000000000000000000000000000000000",
"name": "Null Address",
"tags": "burn,genesis",
"blockchain_id": "blockchain_CXTQHpufgGtMwu8Lktv7Aw"
}
},
"blockchain": {
"id": "blockchain_DUe637q5i7pGcV4rnmio7H",
"chain_id": 137,
"name": "Polygon",
"slug": "polygon",
"symbol": "Polygon",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Polygon.png"
}
},
{
"id": "tx_2VqZpYwsVHCqtoCgWwHfMu",
"hash": "0x0216b319741768b9712ca863010dc54359219331fa8296ded8e57828b9af9b32",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2023-09-03T15:35:51Z",
"block_number": 47099703,
"fee": "0.0000",
"tx_category": "Receive",
"function": null,
"is_error": false,
"counterparty": {
"address": "0x0000000000000000000000000000000000000000",
"custom_label": null,
"default_label": {
"id": "contract_XcuhHk63S6uQ8Ev7CJdpsK",
"address": "0x0000000000000000000000000000000000000000",
"name": "Null Address",
"tags": "burn,genesis",
"blockchain_id": "blockchain_CXTQHpufgGtMwu8Lktv7Aw"
}
},
"blockchain": {
"id": "blockchain_DUe637q5i7pGcV4rnmio7H",
"chain_id": 137,
"name": "Polygon",
"slug": "polygon",
"symbol": "Polygon",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Polygon.png"
}
},
{
"id": "tx_eok7mtrQFfYLKVnUYWTyvG",
"hash": "0x03d48613d553f38a603053735080f8684c1f4eae5e7e04321e845cc9621b26cc",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2022-07-09T07:44:22Z",
"block_number": 15107102,
"fee": "0.0000",
"tx_category": "Receive",
"function": "",
"is_error": false,
"counterparty": {
"address": "0x5c66ea3d3f8a568d8771e732f2dce145e053f19c",
"custom_label": null,
"default_label": null
},
"blockchain": {
"id": "blockchain_CXTQHpufgGtMwu8Lktv7Aw",
"chain_id": 1,
"name": "Ethereum",
"slug": "ethereum",
"symbol": "Ethereum",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Ethereum.png"
}
},
{
"id": "tx_WdXnVDP3sYTdXcGJNpaBWg",
"hash": "0x052f4becf9fffadff35474f31f92d542d30a2421d010c3e965fd2547f9c58159",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2022-07-20T06:05:01Z",
"block_number": 15086233,
"fee": "0.0000",
"tx_category": "Contract Execution",
"function": "Transfer",
"is_error": false,
"counterparty": {
"address": "0x7f5c764cbc14f9669b88837ca1490cca17c31607",
"custom_label": null,
"default_label": null
},
"blockchain": {
"id": "blockchain_Sr4xsurVjmkZMMbH2rpLQ4",
"chain_id": 10,
"name": "Optimism",
"slug": "optimism",
"symbol": "Optimism",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Optimism.png"
}
},
{
"id": "tx_k7XGivkdwVGQvqLUqpgNMt",
"hash": "0x05356c564c1ba44e0744c32043a0bc497240020e9c26beb5c552e588d4bd9da3",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2022-08-03T17:16:22Z",
"block_number": 15270744,
"fee": "0.0019",
"tx_category": "Mint",
"function": "0Xfb0F3Ee1",
"is_error": false,
"counterparty": {
"address": "0x26cfd6f7ae12c677aff5e0ede78d85054a9351b3",
"custom_label": null,
"default_label": null
},
"blockchain": {
"id": "blockchain_CXTQHpufgGtMwu8Lktv7Aw",
"chain_id": 1,
"name": "Ethereum",
"slug": "ethereum",
"symbol": "Ethereum",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Ethereum.png"
}
},
{
"id": "tx_9a5hNuRSTgt6DwnksEphEt",
"hash": "0x05678ab0b77170f8f2b3018b55b5f0310d1854b7894c045f5b411433cbf0d4ff",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2022-12-27T10:07:47Z",
"block_number": 16275384,
"fee": "0.0033",
"tx_category": "Mint",
"function": "Register",
"is_error": false,
"counterparty": {
"address": "0x0000000000000000000000000000000000000000",
"custom_label": null,
"default_label": {
"id": "contract_XcuhHk63S6uQ8Ev7CJdpsK",
"address": "0x0000000000000000000000000000000000000000",
"name": "Null Address",
"tags": "burn,genesis",
"blockchain_id": "blockchain_CXTQHpufgGtMwu8Lktv7Aw"
}
},
"blockchain": {
"id": "blockchain_CXTQHpufgGtMwu8Lktv7Aw",
"chain_id": 1,
"name": "Ethereum",
"slug": "ethereum",
"symbol": "Ethereum",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Ethereum.png"
}
},
{
"id": "tx_4z5w4g2VmXzCNgA2zcMwaU",
"hash": "0x05772cefdd18bba4925ed18eb7ce179ea4c15a934a796751b0bbf2a9bc5c4693",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2023-03-10T07:18:47Z",
"block_number": 16796215,
"fee": "0.0032",
"tx_category": "Mint",
"function": "Mintbatch",
"is_error": false,
"counterparty": {
"address": "0x0000000000000000000000000000000000000000",
"custom_label": null,
"default_label": {
"id": "contract_XcuhHk63S6uQ8Ev7CJdpsK",
"address": "0x0000000000000000000000000000000000000000",
"name": "Null Address",
"tags": "burn,genesis",
"blockchain_id": "blockchain_CXTQHpufgGtMwu8Lktv7Aw"
}
},
"blockchain": {
"id": "blockchain_CXTQHpufgGtMwu8Lktv7Aw",
"chain_id": 1,
"name": "Ethereum",
"slug": "ethereum",
"symbol": "Ethereum",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Ethereum.png"
}
},
{
"id": "tx_Q4yTLCGD7kPjJUUhMeFZpi",
"hash": "0x05d185d9c62043e3d48ac13782945898d1c9dde69190fd44a9638437f420dd07",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2022-05-31T21:37:52Z",
"block_number": 9550767,
"fee": "0.0000",
"tx_category": "Contract Execution",
"function": "Approve",
"is_error": false,
"counterparty": {
"address": "0x4200000000000000000000000000000000000042",
"custom_label": null,
"default_label": null
},
"blockchain": {
"id": "blockchain_Sr4xsurVjmkZMMbH2rpLQ4",
"chain_id": 10,
"name": "Optimism",
"slug": "optimism",
"symbol": "Optimism",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Optimism.png"
}
},
{
"id": "tx_P9yUBy7d5bzVMBds82Qgn4",
"hash": "0x061688a8456924157a9ee9e82588e6cf83f51469a529e8abf8c803caefae6a93",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2023-06-09T20:49:09Z",
"block_number": 99499440,
"fee": "0.0000",
"tx_category": "Receive",
"function": null,
"is_error": false,
"counterparty": {
"address": "0x4cd9c5e0123111965f68d3fc60cab4ee6847dec1",
"custom_label": null,
"default_label": null
},
"blockchain": {
"id": "blockchain_3pCy2g5sCSNk6MWGgvY2NP",
"chain_id": 42161,
"name": "Arbitrum",
"slug": "arbitrum",
"symbol": "Arbitrum",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Arbitrum.png"
}
},
{
"id": "tx_PL8XBwtP7Jgk7wh6hrUtPy",
"hash": "0x0634d711961fc54fbecc2123d5904dabcb7bf4a29a042c7d606233d93f527e7e",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2023-03-22T10:47:47Z",
"block_number": 16882636,
"fee": "0.0016",
"tx_category": "Mint",
"function": "Mint",
"is_error": false,
"counterparty": {
"address": "0x0000000000000000000000000000000000000000",
"custom_label": null,
"default_label": {
"id": "contract_XcuhHk63S6uQ8Ev7CJdpsK",
"address": "0x0000000000000000000000000000000000000000",
"name": "Null Address",
"tags": "burn,genesis",
"blockchain_id": "blockchain_CXTQHpufgGtMwu8Lktv7Aw"
}
},
"blockchain": {
"id": "blockchain_CXTQHpufgGtMwu8Lktv7Aw",
"chain_id": 1,
"name": "Ethereum",
"slug": "ethereum",
"symbol": "Ethereum",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Ethereum.png"
}
},
{
"id": "tx_48pfobDnHb6m7AQP7V4t9L",
"hash": "0x068339ab5508966eaa652b4c88cc430ad584ecc8797ed5ece1e4845a9d3d7440",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2023-06-09T17:23:52Z",
"block_number": 43720339,
"fee": "0.0608",
"tx_category": "Swap",
"function": "Execute",
"is_error": false,
"counterparty": {
"address": "0xd7f1dd5d49206349cae8b585fcb0ce3d96f1696f",
"custom_label": null,
"default_label": null
},
"blockchain": {
"id": "blockchain_DUe637q5i7pGcV4rnmio7H",
"chain_id": 137,
"name": "Polygon",
"slug": "polygon",
"symbol": "Polygon",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Polygon.png"
}
},
{
"id": "tx_8zS4hQb5qEPvB4iFpTBVC2",
"hash": "0x07037a5093b37854beeb4e43309650278bce66c295dce923eb2f1a02cf10587a",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2023-07-12T19:09:23Z",
"block_number": 17679457,
"fee": "0.0007",
"tx_category": "Send",
"function": "",
"is_error": false,
"counterparty": {
"address": "0x261c48f44762692675db460470f6d4219075ab2c",
"custom_label": null,
"default_label": null
},
"blockchain": {
"id": "blockchain_CXTQHpufgGtMwu8Lktv7Aw",
"chain_id": 1,
"name": "Ethereum",
"slug": "ethereum",
"symbol": "Ethereum",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Ethereum.png"
}
},
{
"id": "tx_dJY3vQvn3amyz6UNukYigs",
"hash": "0x0713586ce9c8b0af4d2574f4a1068d00d45bc27c3d599abbe2846273552aac0a",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2022-07-20T05:44:30Z",
"block_number": 15084283,
"fee": "0.0000",
"tx_category": "Contract Execution",
"function": "Transfer",
"is_error": false,
"counterparty": {
"address": "0x7f5c764cbc14f9669b88837ca1490cca17c31607",
"custom_label": null,
"default_label": null
},
"blockchain": {
"id": "blockchain_Sr4xsurVjmkZMMbH2rpLQ4",
"chain_id": 10,
"name": "Optimism",
"slug": "optimism",
"symbol": "Optimism",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Optimism.png"
}
},
{
"id": "tx_5GsDFbwBnkN8dZjgAqSE5X",
"hash": "0x074450ee802ab42f027bcc0fe498f42056837c8a53950ee9361dac9f03ac3bb1",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2023-09-02T08:52:25Z",
"block_number": 47049124,
"fee": "0.0000",
"tx_category": "Receive",
"function": null,
"is_error": false,
"counterparty": {
"address": "0x0000000000000000000000000000000000000000",
"custom_label": null,
"default_label": {
"id": "contract_XcuhHk63S6uQ8Ev7CJdpsK",
"address": "0x0000000000000000000000000000000000000000",
"name": "Null Address",
"tags": "burn,genesis",
"blockchain_id": "blockchain_CXTQHpufgGtMwu8Lktv7Aw"
}
},
"blockchain": {
"id": "blockchain_DUe637q5i7pGcV4rnmio7H",
"chain_id": 137,
"name": "Polygon",
"slug": "polygon",
"symbol": "Polygon",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Polygon.png"
}
},
{
"id": "tx_PjzLZAXqXaNPKoEj5cKD4c",
"hash": "0x07ca2e6be0540626640e532ed2e55b55183db2e10678c4365db15d8c3251ae05",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2022-07-20T05:56:20Z",
"block_number": 15085440,
"fee": "0.0000",
"tx_category": "Contract Execution",
"function": "Transfer",
"is_error": false,
"counterparty": {
"address": "0x7f5c764cbc14f9669b88837ca1490cca17c31607",
"custom_label": null,
"default_label": null
},
"blockchain": {
"id": "blockchain_Sr4xsurVjmkZMMbH2rpLQ4",
"chain_id": 10,
"name": "Optimism",
"slug": "optimism",
"symbol": "Optimism",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Optimism.png"
}
},
{
"id": "tx_GRcVeuDvHDdmzsrczvG3jT",
"hash": "0x07cce5f40ad94edd6fcbeeeb3bca5324338d4f5a3e25e4c9eb79857688ef9af1",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2022-12-12T21:06:23Z",
"block_number": 16171198,
"fee": "0.0000",
"tx_category": "Receive",
"function": "",
"is_error": false,
"counterparty": {
"address": "0x492b5d43d340a4cca2895de28924961a1ffed3b1",
"custom_label": null,
"default_label": null
},
"blockchain": {
"id": "blockchain_CXTQHpufgGtMwu8Lktv7Aw",
"chain_id": 1,
"name": "Ethereum",
"slug": "ethereum",
"symbol": "Ethereum",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Ethereum.png"
}
},
{
"id": "tx_6RHfaT6pRLRVcpGAvM3Lju",
"hash": "0x07f235f043198fa0357e40e8eff05c02787ed26e33ea1a89f2a48675fc065513",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2022-12-12T08:34:55Z",
"block_number": 48354256,
"fee": "0.0000",
"tx_category": "Mint",
"function": "Fulfillorder",
"is_error": false,
"counterparty": {
"address": "0xc78a09d6a4badecc7614a339fd264b7290361ef1",
"custom_label": null,
"default_label": null
},
"blockchain": {
"id": "blockchain_Sr4xsurVjmkZMMbH2rpLQ4",
"chain_id": 10,
"name": "Optimism",
"slug": "optimism",
"symbol": "Optimism",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Optimism.png"
}
},
{
"id": "tx_KPgHbx3toQHeF6pWeuebif",
"hash": "0x08187b87e3fd414826aea51829ca88290b4692242cd32b68576061bd3283cc0d",
"wallet": "0x9de8b001d93e6fa2197a8716b7dc1847e731afb8",
"timestamp": "2023-03-09T09:43:35Z",
"block_number": 16789834,
"fee": "0.0000",
"tx_category": "Receive",
"function": "",
"is_error": false,
"counterparty": {
"address": "0x261c48f44762692675db460470f6d4219075ab2c",
"custom_label": null,
"default_label": null
},
"blockchain": {
"id": "blockchain_CXTQHpufgGtMwu8Lktv7Aw",
"chain_id": 1,
"name": "Ethereum",
"slug": "ethereum",
"symbol": "Ethereum",
"image_url": "https://storage.googleapis.com/openpool-assets/static/blockchains/Ethereum.png"
}
}
]
}