{
  "item": [
    {
      "name": "Blocks",
      "description": "Block listing and lookup (Blockscout REST v2).",
      "item": [
        {
          "id": "5d73c5fc-7354-4cad-b5fc-2d542614e78f",
          "name": "List blocks",
          "request": {
            "name": "List blocks",
            "description": {},
            "url": {
              "path": [
                "v2",
                "blocks"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "type",
                  "value": "uncle"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8c01d0fa-9d61-4bfe-b8d8-6750f17f704f",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "blocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "uncle"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": [\n    {\n      \"height\": 2850000,\n      \"hash\": \"0xabc...\",\n      \"timestamp\": \"2026-06-08T07:00:00Z\",\n      \"tx_count\": 12\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "77c0c620-acd4-4272-b024-b539c02b26a1",
          "name": "Get block by number or hash",
          "request": {
            "name": "Get block by number or hash",
            "description": {},
            "url": {
              "path": [
                "v2",
                "blocks",
                ":block_number_or_hash"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "block_number_or_hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "62e4a3b0-fbe9-40fc-bd57-433ed033e4bc",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "blocks",
                    ":block_number_or_hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": {\n    \"height\": 2850000,\n    \"hash\": \"0xabc...\",\n    \"timestamp\": \"2026-06-08T07:00:00Z\",\n    \"gas_used\": \"21000\",\n    \"tx_count\": 12,\n    \"miner\": {\n      \"hash\": \"0x...\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a378ca5-e54b-47f9-9013-0c36ebf38ff4",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "blocks",
                    ":block_number_or_hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": {\n    \"message\": \"Not found\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Transactions",
      "description": "Transaction listing, lookup, token-transfers and logs.",
      "item": [
        {
          "id": "bcc49bb5-78e6-4a2f-b5f2-00f1efa38a05",
          "name": "List transactions",
          "request": {
            "name": "List transactions",
            "description": {},
            "url": {
              "path": [
                "v2",
                "transactions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "pending"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f461b7e5-0263-40f7-b1f9-81ae4482f085",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "pending"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": [\n    {\n      \"hash\": \"0x...\",\n      \"from\": {\n        \"hash\": \"0x...\"\n      },\n      \"to\": {\n        \"hash\": \"0x...\"\n      },\n      \"value\": \"1000000000000000000\",\n      \"status\": \"ok\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "307b8349-f4e8-4fc4-b639-a0f05fa7d2fd",
          "name": "Get transaction by hash",
          "request": {
            "name": "Get transaction by hash",
            "description": {},
            "url": {
              "path": [
                "v2",
                "transactions",
                ":transaction_hash"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0x6b44E1995dF4BcDDd3e370ae4DedDd93a801cA77f73d48EBF50bcF5171de4Dca",
                  "key": "transaction_hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6a018a3d-051c-4b05-8200-8d2db52c9828",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "transactions",
                    ":transaction_hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": {\n    \"hash\": \"0x...\",\n    \"status\": \"ok\",\n    \"block\": 2850000,\n    \"gas_used\": \"21000\",\n    \"from\": {\n      \"hash\": \"0x...\"\n    },\n    \"to\": {\n      \"hash\": \"0x...\"\n    },\n    \"value\": \"1000000000000000000\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "98a7fb01-5964-4f4b-a08f-2a11d1aa1cc4",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "transactions",
                    ":transaction_hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": {\n    \"message\": \"Not found\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9e91c410-7e9b-4d5d-ac5c-eb7218b769dd",
          "name": "Token transfers of a transaction",
          "request": {
            "name": "Token transfers of a transaction",
            "description": {},
            "url": {
              "path": [
                "v2",
                "transactions",
                ":transaction_hash",
                "token-transfers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0x6b44E1995dF4BcDDd3e370ae4DedDd93a801cA77f73d48EBF50bcF5171de4Dca",
                  "key": "transaction_hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "807bd2e9-6368-49c6-8dca-3d880ad1d917",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "transactions",
                    ":transaction_hash",
                    "token-transfers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": [\n    {\n      \"token\": {\n        \"address\": \"0x...\",\n        \"symbol\": \"tUSDT\"\n      },\n      \"total\": {\n        \"value\": \"100000000\",\n        \"decimals\": \"6\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6dc59c17-910d-4a89-b796-388834010631",
          "name": "Logs of a transaction",
          "request": {
            "name": "Logs of a transaction",
            "description": {},
            "url": {
              "path": [
                "v2",
                "transactions",
                ":transaction_hash",
                "logs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0x6b44E1995dF4BcDDd3e370ae4DedDd93a801cA77f73d48EBF50bcF5171de4Dca",
                  "key": "transaction_hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "35f8b22c-7cec-4501-baba-c466aea6e42b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "transactions",
                    ":transaction_hash",
                    "logs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": [\n    {\n      \"address\": {\n        \"hash\": \"0x...\"\n      },\n      \"topics\": [\n        \"0xddf2...\"\n      ],\n      \"data\": \"0x...\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Addresses",
      "description": "Address info, transactions, token transfers and balances.",
      "item": [
        {
          "id": "5e5916c3-3c90-43eb-92ea-f57523be13c5",
          "name": "Get address info",
          "request": {
            "name": "Get address info",
            "description": {},
            "url": {
              "path": [
                "v2",
                "addresses",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0xFe8E1EdccCB78d064eD6983043A7eD415e0DeFC5",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "90133109-6209-4fc0-b628-77230327a61d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "addresses",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": {\n    \"hash\": \"0x...\",\n    \"coin_balance\": \"1000000000000000000\",\n    \"is_contract\": false,\n    \"is_verified\": false\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ca8d322c-57b3-421f-a4cc-580b98891d7e",
          "name": "List transactions of an address",
          "request": {
            "name": "List transactions of an address",
            "description": {},
            "url": {
              "path": [
                "v2",
                "addresses",
                ":address",
                "transactions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "filter",
                  "value": "to"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "0xFe8E1EdccCB78d064eD6983043A7eD415e0DeFC5",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "afb02eb4-9e53-4de4-8f73-30a8989fcb83",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "addresses",
                    ":address",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "filter",
                      "value": "to"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": [\n    {\n      \"hash\": \"0x...\",\n      \"value\": \"1000000000000000000\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "86d4013e-3471-4abe-af4b-0589ce61745c",
          "name": "List token transfers of an address",
          "request": {
            "name": "List token transfers of an address",
            "description": {},
            "url": {
              "path": [
                "v2",
                "addresses",
                ":address",
                "token-transfers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0xFe8E1EdccCB78d064eD6983043A7eD415e0DeFC5",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ca97f3d3-9faf-4352-b335-6fb2a1a2dfd9",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "addresses",
                    ":address",
                    "token-transfers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": [\n    {\n      \"token\": {\n        \"symbol\": \"tUSDC\"\n      },\n      \"total\": {\n        \"value\": \"5000000\",\n        \"decimals\": \"6\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "420a99a3-a805-48ac-a559-6c3c61c7aeeb",
          "name": "List token balances of an address",
          "request": {
            "name": "List token balances of an address",
            "description": {},
            "url": {
              "path": [
                "v2",
                "addresses",
                ":address",
                "tokens"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0xFe8E1EdccCB78d064eD6983043A7eD415e0DeFC5",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8c393362-8783-4683-823f-2dfa292e9ac5",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "addresses",
                    ":address",
                    "tokens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": [\n    {\n      \"token\": {\n        \"symbol\": \"tUSDT\",\n        \"decimals\": \"6\"\n      },\n      \"value\": \"100000000\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9aac7f8a-dfe7-4d5c-8a48-d7e42e2339da",
          "name": "List logs emitted by an address",
          "request": {
            "name": "List logs emitted by an address",
            "description": {},
            "url": {
              "path": [
                "v2",
                "addresses",
                ":address",
                "logs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0xFe8E1EdccCB78d064eD6983043A7eD415e0DeFC5",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "760c258c-82ef-423a-87c7-455d17ea022d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "addresses",
                    ":address",
                    "logs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": [\n    {\n      \"topics\": [\n        \"0x...\"\n      ],\n      \"data\": \"0x...\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Tokens",
      "description": "Token metadata, holders and transfers.",
      "item": [
        {
          "id": "c2209c2a-93ca-4dfc-8c77-7ee7786288e6",
          "name": "List tokens",
          "request": {
            "name": "List tokens",
            "description": {},
            "url": {
              "path": [
                "v2",
                "tokens"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "q",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "beb9d89c-8ca1-444d-9761-17b61655bad9",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "tokens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "null",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0600aa1a-09f9-4249-9f96-180ce88765fb",
          "name": "Get token by contract address",
          "request": {
            "name": "Get token by contract address",
            "description": {},
            "url": {
              "path": [
                "v2",
                "tokens",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0xFe8E1EdccCB78d064eD6983043A7eD415e0DeFC5",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "201c744d-cc52-4c17-9919-65f1d8b7f105",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "tokens",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": {\n    \"address\": \"0x67c8...\",\n    \"symbol\": \"tUSDT\",\n    \"name\": \"Test USDT\",\n    \"decimals\": \"6\",\n    \"total_supply\": \"100000000000000\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "270ee455-a62a-45eb-9ebf-53844ffcc824",
          "name": "List token holders",
          "request": {
            "name": "List token holders",
            "description": {},
            "url": {
              "path": [
                "v2",
                "tokens",
                ":address",
                "holders"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0xFe8E1EdccCB78d064eD6983043A7eD415e0DeFC5",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "84dc7620-1bfb-4c34-876e-7f5cad81ca4a",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "tokens",
                    ":address",
                    "holders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": [\n    {\n      \"address\": {\n        \"hash\": \"0x...\"\n      },\n      \"value\": \"100000000\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "24b9ac22-b411-43fb-b513-f6a5f3b15aa9",
          "name": "List token transfers",
          "request": {
            "name": "List token transfers",
            "description": {},
            "url": {
              "path": [
                "v2",
                "tokens",
                ":address",
                "transfers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0xFe8E1EdccCB78d064eD6983043A7eD415e0DeFC5",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "fd0856c4-9dcc-4247-9339-75a52f13895a",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "tokens",
                    ":address",
                    "transfers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": [\n    {\n      \"from\": {\n        \"hash\": \"0x...\"\n      },\n      \"to\": {\n        \"hash\": \"0x...\"\n      },\n      \"total\": {\n        \"value\": \"100000000\",\n        \"decimals\": \"6\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Smart Contracts",
      "description": "Verified contract source, ABI and metadata.",
      "item": [
        {
          "id": "55ae2b8a-ebab-4171-b30e-0f623578e532",
          "name": "List verified smart contracts",
          "request": {
            "name": "List verified smart contracts",
            "description": {},
            "url": {
              "path": [
                "v2",
                "smart-contracts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4bdcf0e2-35c6-406f-bc38-8e985cb55720",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "smart-contracts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": [\n    {\n      \"address\": \"0x884f...\",\n      \"name\": \"WMO\",\n      \"compiler_version\": \"v0.8.20+commit...\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2ad09a53-1fe1-4e6f-9d08-afaff6612259",
          "name": "Get verified contract source & ABI",
          "request": {
            "name": "Get verified contract source & ABI",
            "description": {},
            "url": {
              "path": [
                "v2",
                "smart-contracts",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0xFe8E1EdccCB78d064eD6983043A7eD415e0DeFC5",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3a500fa7-ac04-4150-b29a-21ec9abfc366",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "smart-contracts",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": {\n    \"name\": \"WMO\",\n    \"is_verified\": true,\n    \"compiler_version\": \"v0.8.20+commit...\",\n    \"abi\": [],\n    \"source_code\": \"// SPDX-License-Identifier: MIT ...\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Stats & Search",
      "description": "Network statistics, charts and unified search.",
      "item": [
        {
          "id": "d9b0782c-c2ab-404a-825d-619406936ae8",
          "name": "Network stats",
          "request": {
            "name": "Network stats",
            "description": {},
            "url": {
              "path": [
                "v2",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2f0a58cf-ff97-464c-a025-98a95168ba6c",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": {\n    \"total_blocks\": \"2850000\",\n    \"total_transactions\": \"12500000\",\n    \"total_addresses\": \"45000\",\n    \"average_block_time\": 304\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3c77549d-f4f1-4591-acac-6f0f8e201b84",
          "name": "Daily transaction count chart",
          "request": {
            "name": "Daily transaction count chart",
            "description": {},
            "url": {
              "path": [
                "v2",
                "stats",
                "charts",
                "transactions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2b0e323f-9364-4b9b-b8fc-74913e102406",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "stats",
                    "charts",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": {\n    \"chart_data\": [\n      {\n        \"date\": \"2026-06-08\",\n        \"tx_count\": 120000\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "87c2d6de-4f44-4909-995b-389735f5c31f",
          "name": "Search blocks / txs / addresses / tokens",
          "request": {
            "name": "Search blocks / txs / addresses / tokens",
            "description": {},
            "url": {
              "path": [
                "v2",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) ",
                    "type": "text/plain"
                  },
                  "key": "q",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0df03381-82f6-42ad-8670-e3bf79224dcc",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "v2",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "null",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "JSON-RPC",
      "description": "Standard Ethereum JSON-RPC plus archive trace methods.",
      "item": [
        {
          "name": "eth_chainId",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"eth_chainId\",\n  \"params\": []\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Public RPC node."
          }
        },
        {
          "name": "eth_blockNumber",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"eth_blockNumber\",\n  \"params\": []\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Public RPC node."
          }
        },
        {
          "name": "eth_getBalance",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"eth_getBalance\",\n  \"params\": [\n    \"0x0000000000000000000000000000000000000000\",\n    \"latest\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Public RPC node."
          }
        },
        {
          "name": "eth_getTransactionByHash",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"eth_getTransactionByHash\",\n  \"params\": [\n    \"0x0000000000000000000000000000000000000000000000000000000000000000\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Public RPC node."
          }
        },
        {
          "name": "eth_getTransactionReceipt",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"eth_getTransactionReceipt\",\n  \"params\": [\n    \"0x0000000000000000000000000000000000000000000000000000000000000000\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Public RPC node."
          }
        },
        {
          "name": "eth_call",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"eth_call\",\n  \"params\": [\n    {\n      \"to\": \"0xcA11bde05977b3631167028862bE2a173976CA11\",\n      \"data\": \"0x0f28c97d\"\n    },\n    \"latest\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Public RPC node."
          }
        },
        {
          "name": "eth_estimateGas",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"eth_estimateGas\",\n  \"params\": [\n    {\n      \"to\": \"0x0000000000000000000000000000000000000000\",\n      \"value\": \"0x1\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Public RPC node."
          }
        },
        {
          "name": "eth_sendRawTransaction",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"eth_sendRawTransaction\",\n  \"params\": [\n    \"0x02f8...\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Public RPC node."
          }
        },
        {
          "name": "debug_traceTransaction",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"debug_traceTransaction\",\n  \"params\": [\n    \"0x0000000000000000000000000000000000000000000000000000000000000000\",\n    {\n      \"tracer\": \"callTracer\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Archive node only (heavy response)."
          }
        },
        {
          "name": "debug_traceCall",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"debug_traceCall\",\n  \"params\": [\n    {\n      \"to\": \"0x0000000000000000000000000000000000000000\",\n      \"data\": \"0x\"\n    },\n    \"latest\",\n    {\n      \"tracer\": \"callTracer\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Archive node only (heavy response)."
          }
        },
        {
          "name": "trace_block",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"trace_block\",\n  \"params\": [\n    \"latest\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Archive node only (heavy response)."
          }
        },
        {
          "name": "trace_replayTransaction",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "{{rpc_url}}",
              "host": [
                "{{rpc_url}}"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 1,\n  \"method\": \"trace_replayTransaction\",\n  \"params\": [\n    \"0x0000000000000000000000000000000000000000000000000000000000000000\",\n    [\n      \"trace\"\n    ]\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "description": "Archive node only (heavy response)."
          }
        }
      ]
    }
  ],
  "event": [],
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://scan-testnet.mo.fit/api"
    },
    {
      "key": "base_url",
      "value": "https://scan-testnet.mo.fit/api"
    },
    {
      "key": "rpc_url",
      "value": "https://rpc-testnet.mo.fit"
    }
  ],
  "info": {
    "_postman_id": "72b453cd-71c1-47df-9e32-828538f24b9d",
    "name": "Mo Chain Explorer API",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "Public REST + JSON-RPC endpoints for the **Mo Chain testnet** (Chain ID 6688 / MO).\n\n- **Blockscout v2 REST API** — blocks, transactions, addresses, tokens, contracts, stats.\n- **JSON-RPC** — standard Ethereum methods (subset) on the public RPC node.\n- **Archive trace** — `debug_*` / `trace_*` on the archive node (heavy responses).\n\nServers below are the production hyphenated subdomains. When this spec is served by the\nbundled `api-docs` container, the deploy script rewrites the server URLs to the actual\nhost so \"Try it out\" works against the deployed network.\n\n\nContact Support:\n Name: Mo Chain",
      "type": "text/plain"
    }
  }
}