> For the complete documentation index, see [llms.txt](https://docs.carv.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.carv.io/d.a.t.a.-ai-framework/api-documentation/on-chain-data-sql-query-by-llm.md).

# On-chain Data SQL Query by LLM

### **POST /ai-agent-backend/sql\_query\_by\_llm**

This endpoint allows you to use the nature language to query the on-chain data. Behind the scean, CARV will use LLM model to interpreate the nature language input and convert into the sql query based on the above schemas.

#### Params

| Name          | Location | Type   | Required | Description                     |
| ------------- | -------- | ------ | -------- | ------------------------------- |
| question      | query    | string | no       | ask question, return sql result |
| Authorization | header   | string | yes      | login token in redis            |
| body          | body     | object | no       | none                            |
| » question    | body     | string | yes      | none                            |

#### **Example Request**

```http
curl -X POST https://interface.carv.io/ai-agent-backend/sql_query_by_llm \
     -H "Content-Type: application/json" \
     -H "Authorization: <YOUR_AUTH_TOKEN>" \
     -d '{"question":"What's the most active address on Ethereum during the last 24 hours?"}'
```

> Response Examples

```json
{
  "code": 0,
  "msg": "Success",
  "data": {
    "column_infos": [
      "hash",
      "nonce",
      "transaction_index",
      "from_address",
      "to_address",
      "value",
      "gas",
      "gas_price",
      "input",
      "receipt_cumulative_gas_used",
      "receipt_gas_used",
      "receipt_contract_address",
      "receipt_root",
      "receipt_status",
      "block_timestamp",
      "block_number",
      "block_hash",
      "max_fee_per_gas",
      "max_priority_fee_per_gas",
      "transaction_type",
      "receipt_effective_gas_price",
      "date"
    ],
    "rows": [
      {
        "items": [
          "0x21a577613807eded967575e6350f927071ff440b1013067fe8fe738bf2e9cb7a",
          "317711",
          "0",
          "0xca74f404e0c7bfa35b13b511097df966d5a65597",
          "0x111111125421ca6dc452d289314280a0f8842a65",
          "0.0",
          "296049",
          "899984959",
          "0x07ed23790000000000000000000000005141b82f5ffda4c6fe1e372978f1c5427640a190000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2000000000000000000000000851f679a5edfb16e7cf1ad157c6995b7e7f333f20000000000000000000000005141b82f5ffda4c6fe1e372978f1c5427640a190000000000000000000000000ca74f404e0c7bfa35b13b511097df966d5a65597000000000000000000000000000000000000000000000000011c37937e0800000000000000000000000000000000000000000000000000000000b7ae8e38ec310000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000005180000000000000000000000000000000000000000000004fa0004cc00003c4101c02aaa39b223fe8d0a0e5c4f27ead9083c756cc200042e1a7d4d0000000000000000000000000000000000000000000000000000000000000000496066a9893cc07d91d95644aedd05d03f95e1dba8afeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee02e424856bc30000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000011000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000380000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000003060b0e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000001e00000000000000000000000000000000000000000000000000000000000000260000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000851f679a5edfb16e7cf1ad157c6995b7e7f333f2000000000000000000000000000000000000000000000000000000000000271000000000000000000000000000000000000000000000000000000000000000c80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b5dcfc56c65f0000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000060000000000000000000000000851f679a5edfb16e7cf1ad157c6995b7e7f333f2000000000000000000000000111111125421ca6dc452d289314280a0f8842a6500000000000000000000000000000000000000000000000000000000000000000020d6bdbf78851f679a5edfb16e7cf1ad157c6995b7e7f333f2111111125421ca6dc452d289314280a0f8842a650000000000000000fb39cfb5",
          "174546",
          "174546",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "1217100000",
          "100000000",
          "2",
          "899984959",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0xbc5d47d72f253617b4bd1534b93cf39ae1678dd2866989171e2d04157692685d",
          "135",
          "25",
          "0xdbb4754bedb8c28e7e7b25e4b85565b7fbcad1da",
          "0x267be1c1d684f78cb4f6a176c4911b741e4ffdc0",
          "1.19987609121647693E18",
          "21000",
          "5799984959",
          "0x",
          "4615886",
          "21000",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "5900418263",
          "5000000000",
          "2",
          "5799984959",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0x42d86916e29412544b4446ce2254322da8b5027961651fae0faee66e5e5e4eeb",
          "1010",
          "2",
          "0x61c1162e6632b9055d154479fcebd161073f9279",
          "0xa4eddfe4ba5143ac17fd6bc1e53de0384df8c660",
          "0.0",
          "230709",
          "888984959",
          "0x3df0212400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000016790dd900000000000000000000000000000000000000000000000000000000165becdd6",
          "1557147",
          "161293",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "1570000000",
          "89000000",
          "2",
          "888984959",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0x8784a6c97ce5e78a7cda2c9eca060e7eaeb603e934491a28734c184c75dca150",
          "5559827",
          "26",
          "0xf89d7b9c864f589bbf53a82105107622b35eaa40",
          "0x09395a2a58db45db0da254c7eaa5ac469d8bdc85",
          "0.0",
          "90000",
          "2799984959",
          "0xa9059cbb000000000000000000000000daa04b6651ef21bab01f2ce74f7a5065637f7ba7000000000000000000000000000000000000000000000077107e104249bc6000",
          "4667310",
          "51424",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "200000000000",
          "2000000000",
          "2",
          "2799984959",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0xdf2a300d11032a4b028f39c4a26d5d4f0f1a99261fcb6a3365e6a624cf682bb8",
          "8",
          "11",
          "0x50d2cf05d98d8e7140392c53a92413be6b198e4a",
          "0xdac17f958d2ee523a2206206994597c13d831ec7",
          "0.0",
          "50834",
          "5818692699",
          "0xa9059cbb0000000000000000000000001ca5aa5b1dd8d948bb0971a5fb1762fe172e0040000000000000000000000000000000000000000000000000000000002474f9a8",
          "3882838",
          "41297",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "0",
          "0",
          "0",
          "5818692699",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0xf8133fe59e596dc04814882afe36c77232ef8975bd0972225b5e6aa069b92b4a",
          "8",
          "23",
          "0x84188654266f8a1fc6829e2034b08140dca6db40",
          "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
          "0.0",
          "65147",
          "2799984959",
          "0x095ea7b3000000000000000000000000000000000022d473030f116ddee9f6b43ac78ba3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
          "4573886",
          "55846",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "2840390378",
          "2000000000",
          "2",
          "2799984959",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0xee4a69a9d618b77e483e6d5225c57d83e520f1db55a2f86708bedd34d55c0736",
          "247135",
          "6",
          "0xb0ba33566bd35bcb80738810b2868dc1ddd1f0e9",
          "0xe592427a0aece92de3edee1f18e0157c05861564",
          "0.0",
          "600000",
          "7032887706",
          "0xc04b8d59000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000b0ba33566bd35bcb80738810b2868dc1ddd1f0e90000000000000000000000000000000000000000000000000000000067abe5a300000000000000000000000000000000000000000000000007cb23e938256c0000000000000000000000000000000000000000000000000000000000f0e77f45000000000000000000000000000000000000000000000000000000000000002bc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2002710d7efb00d12c2c13131fd319336fdf952525da2af000000000000000000000000000000000000000000",
          "2894327",
          "137116",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "26415305982",
          "6232902747",
          "2",
          "7032887706",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0x86ac42fff13882c5407a17ff7f5bf6fa6669e3aef838006b405b71a28dfc5e8f",
          "79",
          "27",
          "0x79b3bf3e5d8b72f83f00fa843aa3e2c742486f12",
          "0xb612bfc5ce2fb1337bd29f5af24ca85dbb181ce2",
          "0.0",
          "47594",
          "2799984959",
          "0x095ea7b3000000000000000000000000881d40237659c251811cec9c364ef91dc08d300cffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
          "4714520",
          "47210",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "3716331977",
          "2000000000",
          "2",
          "2799984959",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0xc1c000a4ae818449b84b046d23d307067ed8e76ffca3e9bcb49694696e9e2a58",
          "0",
          "12",
          "0xc373dfcea18132f4ccaa36c974a9abcc4028e008",
          "0xdac17f958d2ee523a2206206994597c13d831ec7",
          "0.0",
          "50834",
          "5818692699",
          "0xa9059cbb0000000000000000000000001ca5aa5b1dd8d948bb0971a5fb1762fe172e00400000000000000000000000000000000000000000000000000000000024a69f3d",
          "3924135",
          "41297",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "0",
          "0",
          "0",
          "5818692699",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0xbf1f2d155360b5b34918afdf7ddd0e7547a629bf7ac40f5eb3ee42b3435f93b3",
          "84402",
          "24",
          "0x2703983059c7b60515b4fab6fb8b301f7781f5c6",
          "0xd411315c5de4ebe8530676e60de71902cb60307a",
          "2.2435525873547E14",
          "21000",
          "5818692699",
          "0x",
          "4594886",
          "21000",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "0",
          "0",
          "0",
          "5818692699",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0x077f149341fe548076033010ce8d4ce210eec4a8bfe717e8e7d54934e5ff335c",
          "3156",
          "4",
          "0x7257dd87d9250fcfaa9b838efd5f42bcd42f7525",
          "0x881d40237659c251811cec9c364ef91dc08d300c",
          "0.0",
          "356010",
          "2799984959",
          "0x5f57552900000000000000000000000000000000000000000000000000000000000000800000000000000000000000002bca234a7248aa825d65e9e737a27f1a2c8e5df90000000000000000000000000000000000000000000000000429d069189e000000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000136f6e65496e6368563546656544796e616d69630000000000000000000000000000000000000000000000000000000000000000000000000000000000000002200000000000000000000000002bca234a7248aa825d65e9e737a27f1a2c8e5df900000000000000000000000084dbfc16e8c8c237d8a94b5db1850b496c9986010000000000000000000000000000000000000000000000000429d069189e000000000000000000000000000000000000000000000000000000130ba7b0a9901a000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002acf35c9a3f4c5c3f4c78ef5fb64c3ee82f07c45000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000e80502b1c50000000000000000000000002bca234a7248aa825d65e9e737a27f1a2c8e5df90000000000000000000000000000000000000000000000000429d069189e000000000000000000000000000000000000000000000000000000130ba7b0a9901a0000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000200000000000000003b6d034045e98d18ec8f6aa04347234505e9d67942028daa80000000000000003b6d03403415a2e1cbef32014ed89c95be580ae6f4f0ec417dcbea7c00000000000000000000000000000000000000000000000001ed",
          "1988463",
          "269696",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "3707129120",
          "2000000000",
          "2",
          "2799984959",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0xf2a95ba605a5cbedca713cf78b38e3b332a279f2ea47520986dbb6925c8a811a",
          "312898",
          "10",
          "0xc16157e00b1bff1522c6f01246b4fb621da048d0",
          "0x45118b56d5066a6352d78d15f795cfab33c4def3",
          "1.9418545E17",
          "342197",
          "1547046685",
          "0xae4e0a18000000000000000000000000cb2c9050769bcb7b2c6f8498ebe4f7d42a673565000000000000000000000000000000000000000000000000000000000000518c0000000000000000000000000000000000000000000000000000000000000001",
          "3841541",
          "306729",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "0",
          "0",
          "0",
          "1547046685",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0x7aebbdc6ae3ca900397dcf63770ea71ac48207b5aee48e1cca9f1217c3a3406a",
          "2793688",
          "18",
          "0x89e51fa8ca5d66cd220baed62ed01e8951aa7c40",
          "0xdac17f958d2ee523a2206206994597c13d831ec7",
          "0.0",
          "500000",
          "2799984959",
          "0xa9059cbb000000000000000000000000c8a5197c1695f018e1a682c41588f89a2c9c74e6000000000000000000000000000000000000000000000000000000009368ac48",
          "4275402",
          "63209",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "5050484368",
          "2000000000",
          "2",
          "2799984959",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0xe3295c1243a650a87b73479b6ef2ba7e8b9a4f50a930af0cdca05ad67f6b9584",
          "3",
          "22",
          "0xfef572c866ac127342aef3681475eadce7f6d776",
          "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
          "0.0",
          "65147",
          "2799984959",
          "0x095ea7b3000000000000000000000000000000000022d473030f116ddee9f6b43ac78ba3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
          "4518040",
          "55846",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "2876759249",
          "2000000000",
          "2",
          "2799984959",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0xbf4fc7f7cbac0a83500342a0c1b8dc8f48610ea92ccf8c39f66e29c41c136182",
          "2203470",
          "14",
          "0x264bd8291fae1d75db2c5f573b07faa6715997b5",
          "0xb24c2bfd8c1a113ab11d02d4bc5c2a5b66ca2a90",
          "7.874884E16",
          "500000",
          "10000000000",
          "0x",
          "3966135",
          "21000",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "0",
          "0",
          "1",
          "10000000000",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0xb7cb81705c5f882b383ab4c42a2588648cf2ad80c1804a417e52e5d2f21b33f4",
          "80",
          "28",
          "0x79b3bf3e5d8b72f83f00fa843aa3e2c742486f12",
          "0x881d40237659c251811cec9c364ef91dc08d300c",
          "0.0",
          "265789",
          "2799984959",
          "0x5f5755290000000000000000000000000000000000000000000000000000000000000080000000000000000000000000b612bfc5ce2fb1337bd29f5af24ca85dbb181ce200000000000000000000000000000000000000000000000000003755ef35a1fe00000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000136f6e65496e6368563546656544796e616d6963000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000b612bfc5ce2fb1337bd29f5af24ca85dbb181ce2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003755ef35a1fe000000000000000000000000000000000000000000000000009e30553524a9e9000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000016cc41f60ab9d000000000000000000000000f326e4de8f66a0bdc0970b79e0924e33c79f1915000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000c80502b1c5000000000000000000000000b612bfc5ce2fb1337bd29f5af24ca85dbb181ce200000000000000000000000000000000000000000000000000003755ef35a1fe000000000000000000000000000000000000000000000000009f95cdba4b14a70000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000140000000000000003b6d03408a85f9384c37ecc64d33c37e490d7b4e5951cb597dcbea7c00000000000000000000000000000000000000000000000000b4",
          "4925948",
          "211428",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "3716331977",
          "2000000000",
          "2",
          "2799984959",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0x09b04fcf0de63fda2c660030f3f4030f5e0de4117d540bc6259363f66e71d967",
          "164",
          "13",
          "0x4f74b62efa4bd1958f1ed6a059373f6702a25a61",
          "0xb43c1981d57161dcb077ee4bcbb2d376b577a857",
          "7.9287237742658032E16",
          "21000",
          "10000000000",
          "0x",
          "3945135",
          "21000",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "0",
          "0",
          "0",
          "10000000000",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0x5e6d46916393927206920fa857f6b7316fd4023a4d629ac093b8a6e768b9df9f",
          "254",
          "21",
          "0x11acce523d02f9322e8b93cf4c8f2d91a27dfd00",
          "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
          "0.0",
          "80000",
          "2799984959",
          "0xa9059cbb0000000000000000000000009d133466a9093b9aa026cc0e018079bdf50dd61300000000000000000000000000000000000000000000000000000000bec3c319",
          "4462194",
          "62260",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "6875000000",
          "2000000000",
          "2",
          "2799984959",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0x181ff1b057a7a9082d57c4b65ac117c5719fac34dd8a34d2154bb42f9149a869",
          "4205170",
          "5",
          "0xae2fc483527b8ef99eb5d9b44875f005ba1fae13",
          "0x1f2f10d1c40777ae1da742455c65828ff36df387",
          "127.0",
          "1098211",
          "18894070801",
          "0x2bd000000000efe302beaa2b3e6e1b18d08d69a9012a0044a9059cbb000000000000000000000000a4eddfe4ba5143ac17fd6bc1e53de0384df8c6600000000000000000000000000000000000000000000000000000000088982bd1d0a4eddfe4ba5143ac17fd6bc1e53de0384df8c66000847e3db030000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000088982bd1000000000000000000000000000000000000000000000000000000008a270000b0dac17f958d2ee523a2206206994597c13d831ec7b6bebc44782c7db0a1a60cb6fe97d0b483032ff1c75f0146e8f67a01294700020000d083f20f44975d03b1b09e64809b757c47f942beea00446e553f65000000000000000000000000000000000000000000000129479b000000000000000000000000000000000000ce6431d21e3fb1036ce9973a3312368ed96f5ce7d0ce6431d21e3fb1036ce9973a3312368ed96f5ce700a4afb4301200000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000103841700000000000000000000000000000000000000000000000000000000012a0000000000000000000000000000000000000000f5d7c5484c02c03cf131b76c67c3eb969828bd3dd0f5d7c5484c02c03cf131b76c67c3eb969828bd3d00a4afb430120000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012a6c540000000000000000000000000000000000000000000000000000000000000000000147000000000000000000000000000000a4eddfe4ba5143ac17fd6bc1e53de0384df8c660d0a4eddfe4ba5143ac17fd6bc1e53de0384df8c66000847e3db030000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000147b67e000000000000000000000000000000000000000000000000000000000147000000883ac8f69a9b46b235de8d0b77c355fff7994f1b090f223cdbe11c0123502e8b3d84dbfc16e8c8c237d8a94b5db1850b496c9986010c4efb4c3d348aad7f06",
          "2757211",
          "768748",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "18894070801",
          "18894070800",
          "2",
          "18894070801",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0xcdb4fbf60f39824ce3adc182b5e0f16814b2a1a27b7d5f8131ba78f9d6059860",
          "60",
          "9",
          "0xa92fcd2e64f3092b3d47f0fdb1ad209dc06f04b0",
          "0x0000000000000068f116a894984e2db1123eb395",
          "0.0",
          "359154",
          "1769984959",
          "0xf2d12b1200000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000ae00000000000000000000000000000000000000000000000000000000000000be0000000000000000000000000a92fcd2e64f3092b3d47f0fdb1ad209dc06f04b000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000066000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000520000000000000000000000000000000000000000000000000000000000000058000000000000000000000000064fa8a3af8624edc7b61a7ac8ad42bd1fcae2218000000000000000000000000000056f7000000ece9003ca63978907a00ffd1000000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000022000000000000000000000000000000000000000000000000000000000000000030000000000000000000000000000000000000000000000000000000067abe18c0000000000000000000000000000000000000000000000000000000067abe63c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007b02230091a7ed01230072f7006a004d60a8d4e71d599b8104250f0000000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001c6bf526340000000000000000000000000000000000000000000000000000001c6bf52634000000000000000000000000000000000000000000000000000000000000000000030000000000000000000000000000000000000000000000000000000000000005000000000000000000000000875427563cc7e083e55f0abee7edc10f649e8e5b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000400000000000000000000000064fa8a3af8624edc7b61a7ac8ad42bd1fcae22180000000000000000000000000000000000000000000000000000000000000001000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b5e620f480000000000000000000000000000000000000000000000000000000b5e620f480000000000000000000000000000000a26b00c1f0df003000390027140000faa7190000000000000000000000000000000000000000000000000000000000000001000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002d79883d200000000000000000000000000000000000000000000000000000002d79883d2000000000000000000000000000045295985e074fd1e08c99363d961f9da3e335e970000000000000000000000000000000000000000000000000000000000000040d2c976c3e82de18a7dbb03f2fad716d4e0f039eada59514e09ceaf9ccb4de2c885eda5f41e172f589b7e0e0f12e3845f21eb99627e64d5047a0d0db52ab810a1000000000000000000000000000000000000000000000000000000000000007e00a92fcd2e64f3092b3d47f0fdb1ad209dc06f04b00000000067abe59dfcba301b82cbf4a10102bdb70dca44a4fba024a493dd317b32276199106aba82b40637483d3ea12bf7d27f70d5fda7e3d7ae46a0c7c4e75e1074fe4023ecc809000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000003a000000000000000000000000000000000000000000000000000000000000003c0000000000000000000000000a92fcd2e64f3092b3d47f0fdb1ad209dc06f04b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000022000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000067abe18c0000000000000000000000000000000000000000000000000000000067abe63c0000000000000000000000000000000000000000000000000000000000000000360c6ebe0000000000000000000000000000000000000000cbfd7b6358e0cd530000007b02230091a7ed01230072f7006a004d60a8d4e71d599b8104250f0000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000003000000000000000000000000875427563cc7e083e55f0abee7edc10f649e8e5b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006379da05b60000000000000000000000000000000000000000000000000000006379da05b6000000000000000000000000000a92fcd2e64f3092b3d47f0fdb1ad209dc06f04b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000002800000000000000000000000000000000000000000000000000000000000000380000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000360c6ebe",
          "3534812",
          "270521",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "2031388975",
          "970000000",
          "2",
          "1769984959",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0x0f1db0de7f051d548661b7b82993d464a6548a5bbc73aaed50013b9cebe12861",
          "547",
          "17",
          "0x0dfbdd0db899225d1ddcd3d8500ce033b0ed3209",
          "0x984914e05ac56781b5ebf33f288e89e4f038251a",
          "8.108955E15",
          "21000",
          "6875000000",
          "0x",
          "4212193",
          "21000",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "6875000000",
          "6875000000",
          "2",
          "6875000000",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0x0b3cf1212aa205ae366b8e6efff5f9a9e4a3504d8eceebc534ab940a23475f7e",
          "3139",
          "20",
          "0x3d49f87ebf1354b196b665bb5dbefc39f2b5caef",
          "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
          "0.0",
          "200000",
          "2799984959",
          "0xa9059cbb000000000000000000000000f93b1386ee6050f057e20a240342537530ce7f070000000000000000000000000000000000000000000000000000000026be3680",
          "4399934",
          "62260",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "4000000000",
          "2000000000",
          "2",
          "2799984959",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0x453d3752cdd1723fa32c1500e66c4e82e3bcfe4d2c06af8c53bb1d591f15119e",
          "4205169",
          "1",
          "0xae2fc483527b8ef99eb5d9b44875f005ba1fae13",
          "0x1f2f10d1c40777ae1da742455c65828ff36df387",
          "127.0",
          "1744725",
          "799984959",
          "0x2bd0dac17f958d2ee523a2206206994597c13d831ec70044a9059cbb000000000000000000000000a4eddfe4ba5143ac17fd6bc1e53de0384df8c6600000000000000000000000000000000000000000000000000000000088630170d0a4eddfe4ba5143ac17fd6bc1e53de0384df8c66000847e3db03000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000008863017000000000000000000000000000000000000000000000000000000000889800002f5d52dbd001351ba02fe2e58f64eba572bf0ac994a0fd0024f1c0f31fbeac7dd066686a29d3dba55e6c2afce44c961dd2b87af79a0044095ea7b3000000000000000000000000000000000022d473030f116ddee9f6b43ac78ba300000000000000000000000000000000000000000000001fbeac7c0000000000d0000000000022d473030f116ddee9f6b43ac78ba3008487517c4500000000000000000000000066686a29d3dba55e6c2afce44c961dd2b87af79a00000000000000000000000066a9893cc07d91d95644aedd05d03f95e1dba8af000000000000000000000000ffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000ff0000000000d066a9893cc07d91d95644aedd05d03f95e1dba8af042424856bc30000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000011000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000340000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000003060c0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000001e000000000000000000000000000000000000000000000000000000000000002400000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000002000000000000000000000000066686a29d3dba55e6c2afce44c961dd2b87af79a000000000000000000000000851f679a5edfb16e7cf1ad157c6995b7e7f333f2000000000000000000000000000000000000000000000000000000000000271000000000000000000000000000000000000000000000000000000000000000c80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000001fbeac7c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000066686a29d3dba55e6c2afce44c961dd2b87af79a00000000000000000000000000000000000000000000001fbeac7c00000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000851f679a5edfb16e7cf1ad157c6995b7e7f333f2000000000000000000000000000000000000000000000000000036f900000000d0851f679a5edfb16e7cf1ad157c6995b7e7f333f20044095ea7b3000000000000000000000000000000000022d473030f116ddee9f6b43ac78ba3000000000000000000000000000000000000000000000000000036f9d01b0000d066a9893cc07d91d95644aedd05d03f95e1dba8af042424856bc30000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000011000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000340000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000003060c0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000001e00000000000000000000000000000000000000000000000000000000000000240000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000851f679a5edfb16e7cf1ad157c6995b7e7f333f2000000000000000000000000000000000000000000000000000000000000271000000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000036f9d01b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000851f679a5edfb16e7cf1ad157c6995b7e7f333f2000000000000000000000000000000000000000000000000000036f9d01b0000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000055a50000000000acc855a512cb2f5d1d495601351d1d91389b2aa45c388c4d02eb39a7726d02a71d18117cc451d0698b1d54e936b9f772b8f58447194bbc82ec19330044095ea7b3000000000000000000000000000000000022d473030f116ddee9f6b43ac78ba300000000000000000000000000000000000000000000000000117cc450000000d0000000000022d473030f116ddee9f6b43ac78ba3008487517c45000000000000000000000000698b1d54e936b9f772b8f58447194bbc82ec193300000000000000000000000066a9893cc07d91d95644aedd05d03f95e1dba8af000000000000000000000000ffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000ff0000000000d066a9893cc07d91d95644aedd05d03f95e1dba8af042424856bc30000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000011000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000340000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000003060c0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000001600000000000000000000000000000000000000000000000000000000000000020000000000000000000000000698b1d54e936b9f772b8f58447194bbc82ec1933000000000000000000000000851f679a5edfb16e7cf1ad157c6995b7e7f333f2000000000000000000000000000000000000000000000000000000000000271000000000000000000000000000000000000000000000000000000000000000c80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000117cc4500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000698b1d54e936b9f772b8f58447194bbc82ec193300000000000000000000000000000000000000000000000000117cc4500000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000851f679a5edfb16e7cf1ad157c6995b7e7f333f2000000000000000000000000000000000000000000000000000013ca00000000d0851f679a5edfb16e7cf1ad157c6995b7e7f333f20044095ea7b3000000000000000000000000000000000022d473030f116ddee9f6b43ac78ba3000000000000000000000000000000000000000000000000000013caf51e0000d066a9893cc07d91d95644aedd05d03f95e1dba8af042424856bc30000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000011000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000340000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000003060c0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000001e00000000000000000000000000000000000000000000000000000000000000240000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000851f679a5edfb16e7cf1ad157c6995b7e7f333f2000000000000000000000000000000000000000000000000000000000000271000000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013caf51e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000851f679a5edfb16e7cf1ad157c6995b7e7f333f2000000000000000000000000000000000000000000000000000013caf51e000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001e5a0000000000acc81e5a851e2f5d0baa3701351cc6c8f121f6b56896628a7b15c1fcde6d395b908aaf6bae45d067c4d14861f9c975d004cfb3ac305bee673e996e0044095ea7b3000000000000000000000000000000000022d473030f116ddee9f6b43ac78ba3000000000000000000000000000000000000000000000000af6bae4400000000d0000000000022d473030f116ddee9f6b43ac78ba3008487517c4500000000000000000000000067c4d14861f9c975d004cfb3ac305bee673e996e00000000000000000000000066a9893cc07d91d95644aedd05d03f95e1dba8af000000000000000000000000ffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000ff0000000000d066a9893cc07d91d95644aedd05d03f95e1dba8af042424856bc30000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000011000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000340000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000003060c0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000001e000000000000000000000000000000000000000000000000000000000000002400000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000002000000000000000000000000067c4d14861f9c975d004cfb3ac305bee673e996e000000000000000000000000851f679a5edfb16e7cf1ad157c6995b7e7f333f2000000000000000000000000000000000000000000000000000000000000271000000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000af6bae4400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000067c4d14861f9c975d004cfb3ac305bee673e996e000000000000000000000000000000000000000000000000af6bae44000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000851f679a5edfb16e7cf1ad157c6995b7e7f333f20000000000000000000000000000000000000000000000000000082f00000000d0851f679a5edfb16e7cf1ad157c6995b7e7f333f20044095ea7b3000000000000000000000000000000000022d473030f116ddee9f6b43ac78ba30000000000000000000000000000000000000000000000000000082f65860000d066a9893cc07d91d95644aedd05d03f95e1dba8af042424856bc30000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000011000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000340000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000003060c0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000001e00000000000000000000000000000000000000000000000000000000000000240000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000851f679a5edfb16e7cf1ad157c6995b7e7f333f2000000000000000000000000000000000000000000000000000000000000271000000000000000000000000000000000000000000000000000000000000000c8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000082f658600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000851f679a5edfb16e7cf1ad157c6995b7e7f333f20000000000000000000000000000000000000000000000000000082f6586000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c7a0000000000acccc7ab5e9f0b3afdb676331a4b37689b2ea12f14ff895b640a4379223cdbe25c0121c6310b1d3415a2e1cbef32014ed89c95be580ae6f4f0ec410c4efb4d5d3333f88006",
          "1395854",
          "1221308",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "799984959",
          "1",
          "2",
          "799984959",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0xf460fc538366f3e51b2a0157ae216190ef816cd86c6f61872f73506376685d4a",
          "13",
          "3",
          "0xbd7da806827cae10f2e14a08a26c99329ba644c7",
          "0x66a9893cc07d91d95644aedd05d03f95e1dba8af",
          "1.85137889197943872E17",
          "247386",
          "878984959",
          "0x3593564c000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000067abeb8000000000000000000000000000000000000000000000000000000000000000040b080604000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000280000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000291bdede81bec38000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000291bdede81bec38000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2000000000000000000000000c8f69a9b46b235de8d0b77c355fff7994f1b090f0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000c8f69a9b46b235de8d0b77c355fff7994f1b090f000000000000000000000000000000fee13a103a10d593b9ae06b3e05f2e7e1c00000000000000000000000000000000000000000000000000000000000000190000000000000000000000000000000000000000000000000000000000000060000000000000000000000000c8f69a9b46b235de8d0b77c355fff7994f1b090f000000000000000000000000bd7da806827cae10f2e14a08a26c99329ba644c7000000000000000000000000000000000000000000004ce40e8cfe56e0c674d70c",
          "1718767",
          "161620",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "1520000000",
          "79000000",
          "2",
          "878984959",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0x11740cb8153548d13da061b6afb02721152c0c9e257cb53be2d9a9ff462bc787",
          "6910",
          "7",
          "0x90e5e021399b125a6aac864975bbbb57e5535c3a",
          "0xac6dd5d70abf45179122074a3bc750df5aa1cf69",
          "0.0",
          "500000",
          "2636769507",
          "0x5eaa9ced83a7f3d48786ac2667503a61e8c415438ed2922eb86a2906e4ee66d9a2ce49920000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000001136400000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000008d13f8a8bc23d30000000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000953706f745072696365000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000003657468000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000037573640000000000000000000000000000000000000000000000000000000000",
          "3165712",
          "271385",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "2636769507",
          "2636769507",
          "2",
          "2636769507",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0xf9b81c806b0435b181a544684fbf7644ec52e09ebeb773064137d2d93b6a1455",
          "467893",
          "8",
          "0x315d2ee4fccda0def532ef4108ff57204f8d9eba",
          "0x738e79fbc9010521763944ddf13aad7f61502221",
          "0.0",
          "350000",
          "4508379685",
          "0x859b75710bdcde6854f64a1144192b2e2bb4c995b50cd84900000000000000000122a742ef2b541000000000000000371eac59cf4fb8000062d63efdfdc7804666725f4cc8cb45c1a41a080901c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2000bb8dc9cb148ecb70876db0abeb92f515a5e1dc9f580",
          "3264291",
          "98579",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "4508379685",
          "4508379685",
          "2",
          "4508379685",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0xfb1cf169ceb9728cc4cd745fa77ad94b61db5e82e098b068a0dff7c16fc24442",
          "9",
          "15",
          "0xdf7ca097acbdf6fca71b61b35b1a563a7c93ef11",
          "0xbf68cc2020c6af7ced2186e606b2e4d91cbed04f",
          "0.0",
          "221957",
          "1799984959",
          "0xe55b64920000000000000000000000000000000000000000000000000000000000000040000000000000000000000000df7ca097acbdf6fca71b61b35b1a563a7c93ef1100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000014e49891531ef2c30545fc726b17903db8fbfbc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000df7ca097acbdf6fca71b61b35b1a563a7c93ef1100000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000",
          "4145084",
          "178949",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "2134543298",
          "1000000000",
          "2",
          "1799984959",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0xcc3a125e3ee17469657d5abf9948c3c06dab8dc5f70410921c232d0e46815d45",
          "68887",
          "16",
          "0x0abbc482fbd91dbf413e3d6cc5622e03552ac13a",
          "0xdac17f958d2ee523a2206206994597c13d831ec7",
          "0.0",
          "65000",
          "3799984959",
          "0xa9059cbb00000000000000000000000079d6ad819361b97c695dee09713b34dcb1643766000000000000000000000000000000000000000000000000000000012a05f200",
          "4191193",
          "46109",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "4291925805",
          "3000000000",
          "2",
          "3799984959",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0x1ef054a207e4d50c2c4fd8a5dc0bb822af39d2234d4f1bba313b20e1a73c624c",
          "11306753",
          "19",
          "0x21a31ee1afc51d94c2efccaa2092ad1028285549",
          "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
          "0.0",
          "207128",
          "2799984959",
          "0xa9059cbb0000000000000000000000009ab1e2eb630ee2f200d0050df7758d75040cdf85000000000000000000000000000000000000000000000000000002c4a6021580",
          "4337674",
          "62272",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "102000000000",
          "2000000000",
          "2",
          "2799984959",
          "2025-02-11"
        ]
      },
      {
        "items": [
          "0xf2d68a31bd4557714eb81b4c0f9eeeb16b7dc3a53f3641a3084f16ee9b0fa202",
          "511",
          "29",
          "0x40f7645d96ade7066e329bc48729aaad7f901973",
          "0xc770eefad204b5180df6a14ee197d99d808ee52d",
          "0.0",
          "53854",
          "2799984959",
          "0x095ea7b3000000000000000000000000000000000022d473030f116ddee9f6b43ac78ba3ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
          "4972395",
          "46447",
          "",
          "",
          "1",
          "2025-02-11 23:59:59.000",
          "21826720",
          "0xea513277ed1add2912cc96230a302f65a4fcbd0e8135da55e56cb3acebbf20ae",
          "2840390378",
          "2000000000",
          "2",
          "2799984959",
          "2025-02-11"
        ]
      }
    ]
  }
}
```

> 400 Response

```json
{
  "error": "string"
}
```

#### Responses

| HTTP Status Code | Meaning                                                          | Description | Data schema |
| ---------------- | ---------------------------------------------------------------- | ----------- | ----------- |
| 200              | [OK](https://tools.ietf.org/html/rfc7231#section-6.3.1)          | none        | Inline      |
| 400              | [Bad Request](https://tools.ietf.org/html/rfc7231#section-6.5.1) | none        | Inline      |

#### Responses Data Schema

HTTP Status Code **200**

| Name             | Type      | Required | Restrictions | Title | description |
| ---------------- | --------- | -------- | ------------ | ----- | ----------- |
| » code           | integer   | true     | none         |       | none        |
| » msg            | string    | true     | none         |       | none        |
| » data           | object    | true     | none         |       | none        |
| »» column\_infos | \[string] | true     | none         |       | none        |
| »» rows          | \[object] | true     | none         |       | none        |
| »»» items        | \[string] | true     | none         |       | none        |

HTTP Status Code **400**

| Name    | Type   | Required | Restrictions | Title | description |
| ------- | ------ | -------- | ------------ | ----- | ----------- |
| » error | string | true     | none         |       | none        |

### GET News

GET /ai-agent-backend/news

#### Params

| Name          | Location | Type   | Required | Description          |
| ------------- | -------- | ------ | -------- | -------------------- |
| Authorization | header   | string | yes      | login token in redis |

> Response Examples

```json
{
  "code": 0,
  "msg": "Success",
  "data": {
    "infos": [
      {
        "title": "Why is XRP price up today?",
        "url": "https://cointelegraph.com/why-is-xrp-price-up-today",
        "card_text": "XRP price is up 3% on Feb. 11, responding to Ripple’s partnership with Unicâmbio and increasing chances of XRP ETF approval."
      },
      {
        "title": "New Bitcoin miner ‘capitulation’ hints at sub-$100K BTC price bottom",
        "url": "https://cointelegraph.com/new-bitcoin-miner-capitulation-sub-100k-btc-price-bottom",
        "card_text": "Bitcoin miners may be pointing the way to a major long-term BTC price rebound."
      },
      {
        "title": "How a simple browser extension prevented an $80K transfer to a malicious wallet",
        "url": "https://cointelegraph.com/how-a-simple-browser-extension-prevented-an-80k-transfer-to-a-malicious-wallet",
        "card_text": "A last-minute alert stops an $80,000 transfer to a terrorist-linked wallet, underscoring the growing need for onchain security."
      },
      {
        "title": "SEC and Binance seek 60-day pause in crypto case",
        "url": "https://cointelegraph.com/binance-sec-case-halt-60-days-crypto-task-force",
        "card_text": "The SEC and Binance filed a joint motion to pause their legal case for 60 days, citing the newly formed SEC Crypto Task Force’s potential impact on regulations."
      },
      {
        "title": "2024 crypto VC deals fell 46% from Q1 to Q4 as investment volume rebounded",
        "url": "https://cointelegraph.com/crypto-vc-deal-count-dropped-46-percent-2024",
        "card_text": "Crypto VC deals dropped 46% from Q1 to Q4, but investment value rebounded in Q4, signaling a shift toward selective, high-value projects, according to PitchBook."
      },
      {
        "title": "Why is Cardano (ADA) price up today?",
        "url": "https://cointelegraph.com/why-is-cardano-ada-price-up-today",
        "card_text": "ADA price is up 15% on Feb. 11, responding to Grayscale’s application for a spot Cardano ETF in the United States."
      },
      {
        "title": "What is a Phantom wallet? How to set up and use it",
        "url": "https://cointelegraph.com/what-is-a-phantom-wallet-how-to-set-up-and-use-it",
        "card_text": "Learn how to set up and use a Phantom wallet, including downloading the extension, creating an account, securing your keys and more."
      },
      {
        "title": "Crypto advocates call for post-Biden clarity on digital asset regulations",
        "url": "https://cointelegraph.com/us-congress-crypto-regulation-hearing-2025",
        "card_text": "Industry leaders at a US congressional subcommittee hearing are set to call for clear digital asset regulations to maintain global competitiveness and attract crypto firms."
      },
      {
        "title": "BNB Chain memecoin platform Four.Meme hit by $183K exploit",
        "url": "https://cointelegraph.com/bnb-chain-memecoin-fourmeme-hacked-183k",
        "card_text": "The memecoin launch platform has temporarily stopped the creation of new liquidity pools while it addresses the exploit."
      },
      {
        "title": "Solo miner snags Bitcoin block reward worth $300K",
        "url": "https://cointelegraph.com/solo-miner-snags-bitcoin-block-reward-worth-300-k",
        "card_text": "Bitcoin rose back above $98,000 after dipping slightly when US President Donald Trump announced tariffs on aluminum and steel as part of an escalating US trade war."
      },
      {
        "title": "Story Protocol confirms public mainnet to launch on Feb. 13",
        "url": "https://cointelegraph.com/story-protocol-public-mainnet-launches-february-13",
        "card_text": "The Web3 IP protocol aims to provide an open market for programmable intellectual property, enabling creators and rights holders to protect their IP."
      },
      {
        "title": "ETF issuer Osprey wants judge to review its failed suit against Grayscale",
        "url": "https://cointelegraph.com/osprey-wants-judge-review-failed-suit-against-grayscale-bitcoin-etf",
        "card_text": "A Connecticut judge handed a win to Grayscale in Osprey Funds’ unfair trade practice suit but now Osprey is asking for that to be reviewed."
      },
      {
        "title": "Crypto’s onboarding tipping point – can verification keep up?",
        "url": "https://cointelegraph.com/crypto-s-onboarding-tipping-point",
        "card_text": "Crypto’s rapid growth brings new risks. As fraud escalates, can verification technology keep pace? AI, biometrics and regulatory shifts shape the future of secure crypto onboarding."
      },
      {
        "title": "Bitcoin, top altcoins are ripping attention from memecoins: Santiment",
        "url": "https://cointelegraph.com/bitcoin-top-altcoins-regaining-attention-heathier-market-cycle-santiment",
        "card_text": "Santiment’s social tracker shows top layer-1 blockchains are dominating 44% of the discussion on social media, while the top six memecoins are at 4%."
      },
      {
        "title": "Swedish fintech giant Klarna will ‘embrace crypto,’ CEO says",
        "url": "https://cointelegraph.com/swedish-fintech-firm-klarna-embrace-crypto",
        "card_text": "Klarna, a Swedish payments firm with 85 million users, is reportedly eyeing a US initial public offering — and its CEO is looking for ideas on how it can integrate digital assets."
      },
      {
        "title": "North Carolina House speaker files bill for state to invest in Bitcoin ETPs",
        "url": "https://cointelegraph.com/north-carolina-files-bill-allow-state-treasurer-to-invest-bitcoin",
        "card_text": "The bill limits investments to Bitcoin exchange-traded products only but includes various state funds such as pensions and insurance."
      },
      {
        "title": "Crypto broker breaks ankles while fleeing kidnappers in Spain",
        "url": "https://cointelegraph.com/crypto-broker-escapes-kidnappers-breaks-ankles-while-fleeing-spain-report",
        "card_text": "A search of the apartment in the Spanish town of Estepona where the broker was held by the kidnappers uncovered two firearms, knives, drugs and over $10,000 in cash."
      },
      {
        "title": "Grayscale, NYSE Arca file to launch US-based spot Cardano ETF",
        "url": "https://cointelegraph.com/grayscale-files-cardano-trust-spot-etf",
        "card_text": "NYSE Arca has filed on behalf of Grayscale to launch the firm’s first-ever standalone Cardano ETF product."
      },
      {
        "title": "Litecoin ETF has 90% chance to get SEC approval in 2025: Analysts",
        "url": "https://cointelegraph.com/litecoin-etf-90-percent-chance-sec-approval-2025",
        "card_text": "Bloomberg ETF analysts say Litecoin regulatory filings have been acknowledged and the SEC likely views it as a commodity."
      },
      {
        "title": "OpenAI’s Altman appears to reject Musk’s $97.4B bid for control",
        "url": "https://cointelegraph.com/openai-sam-altman-rejects-elon-musk-takeover-offer",
        "card_text": "OpenAI’s Sam Altman declined Elon Musk’s reported $100 million offer to buy the AI firm, responding with a simple “no thank you” on X."
      },
      {
        "title": "Here’s what happened in crypto today",
        "url": "https://cointelegraph.com/what-happened-in-crypto-today",
        "card_text": "Need to know what happened in crypto today? Here is the latest news on daily trends and events impacting Bitcoin price, blockchain, DeFi, NFTs, Web3 and crypto regulation."
      },
      {
        "title": "Rep. Waters calls for support on bipartisan stablecoin legislation",
        "url": "https://cointelegraph.com/maxine-waters-bipartisan-stablecoin-legislation",
        "card_text": "US House Financial Services Committee ranking member Maxine Waters suggested lawmakers look to bipartisan stablecoin legislation drafted in the 118th session of Congress."
      },
      {
        "title": "Solana revenues outpace Ethereum, L2s despite market dip",
        "url": "https://cointelegraph.com/solana-outpaces-ethereum-l2s-despite-trading-dip",
        "card_text": "Solana-based app revenues beat Ethereum apps by 10x, according to crypto researcher Aylo."
      },
      {
        "title": "Post-election trading surge bullish for Coinbase earnings: Kaiko",
        "url": "https://cointelegraph.com/election-trading-bullish-coinbase-stock-earnings-kaiko",
        "card_text": "Coinbase is among several top US crypto firms scheduled to report earnings this week."
      },
      {
        "title": "Bitcoin price rallies above $97K as institutional and retail traders’ appetites shrink",
        "url": "https://cointelegraph.com/bitcoin-price-rallies-above-97-k-as-institutional-and-retail-traders-appetites-shrink",
        "card_text": "Bitcoin traders are not slamming the buy button, but most of their concerns are connected to macroeconomic conditions."
      },
      {
        "title": "CFTC announces crypto fraud action after enforcement priorities shift",
        "url": "https://cointelegraph.com/cftc-crypto-fraud-enforcement-priorities",
        "card_text": "Acting CFTC Chair Caroline Pham announced on Feb. 4 that the commission would essentially end its practice of regulation by enforcement."
      },
      {
        "title": "Metaplanet share price rises 4,800% as company stacks BTC",
        "url": "https://cointelegraph.com/metaplanet-shares-rise-btc-reserve-strategy",
        "card_text": "Metaplanet shares have risen 4,800% as the company, known as “Asia’s MicroStrategy,” has stacked Bitcoin."
      },
      {
        "title": "US Treasury sued over DOGE access, lawmakers propose stablecoin bill: Law Decoded",
        "url": "https://cointelegraph.com/us-treasury-sued-over-doge-access-lawmakers-propose-stablecoin-bill-law-decoded",
        "card_text": "The United States’ largest union group sued the Treasury Department, accusing it of unlawfully providing sensitive information to Elon Musk’s DOGE."
      },
      {
        "title": "Web3-focused campaign aims to catapult DePIN into mainstream",
        "url": "https://cointelegraph.com/web3-focused-campaign-aims-to-catapult-depin-into-mainstream",
        "card_text": "A token-backed campaign encouraging users to interact with decentralized infrastructure through real-world tasks is accelerating DePIN’s mainstream adoption."
      },
      {
        "title": "Bitcoin's booming 'permanent holder demand' positions BTC price for $116K",
        "url": "https://cointelegraph.com/bitcoin-booming-permanent-holder-demand-btc-price-116k",
        "card_text": "Bitcoin holders with no record of selling their holdings have increased their BTC reserves during the Trump-led market rally."
      },
      {
        "title": "Crypto betting markets’ huge growth fuels calls for billion-dollar volumes in 2025",
        "url": "https://cointelegraph.com/crypto-betting-markets-huge-growth-fuels-calls-for-billion-dollar-volumes-in-2025",
        "card_text": "Crypto-based prediction markets, casinos and sports betting are reshaping the iGaming sector while generating billions of dollars in trading volume."
      },
      {
        "title": "Tesla Q4 Bitcoin profit highlights BTC collateral opportunity — Crypto execs",
        "url": "https://cointelegraph.com/tesla-q4-bitcoin-profit-btc-collateral-opportunity-execs",
        "card_text": "“Mark-to-market gains, Tesla could use its Bitcoin as collateral to unlock liquidity and hedge against market downturns,” said Gadi Chait, an investment manager at Xapo Bank."
      },
      {
        "title": "USDC hits $56.3B market cap, regains losses from bear market",
        "url": "https://cointelegraph.com/usdc-56bn-market-cap-regains-losses-bear-market",
        "card_text": "Circle’s USDC stablecoin has reached a $56.3 billion market capitalization, erasing losses sustained during the bear market."
      },
      {
        "title": "Alleged hacker behind fake SEC post could forfeit $50K in plea deal",
        "url": "https://cointelegraph.com/sec-hacker-fake-bitcoin-etf-post-plea-agreement",
        "card_text": "The individual who allegedly helped compromise the SEC’s X account to post a fake Bitcoin ETF approval message earned roughly $50,000 that he could now be forced to forfeit."
      },
      {
        "title": "Ethereum short positions surge 500% as hedge funds bet on decline",
        "url": "https://cointelegraph.com/ethereum-hedge-funds-short-bets-price-struggles",
        "card_text": "Ethereum may also lack fundamental blockchain activity for an Ether price recovery, analysts told Cointelegraph."
      },
      {
        "title": "ZK identity project Holonym acquires Gitcoin Passport for $10M",
        "url": "https://cointelegraph.com/zk-identity-holonym-acquire-gitcoin-passport-10-million",
        "card_text": "Following the acquisition, Holonym plans to offer its rebranded Human Passport to users worldwide."
      },
      {
        "title": "Web3 growth will be synonymous with Ethereum growth",
        "url": "https://cointelegraph.com/web3-growth-and-ethereum-growth",
        "card_text": "Ethereum is the key to driving Web3 growth, thanks to its robust ecosystem, the rise of layer 2 rollups, and the Superchain’s potential."
      },
      {
        "title": "Bitcoin teases gains as traders say $100K now key support reclaim",
        "url": "https://cointelegraph.com/bitcoin-teases-upside-traders-100k-essential-support-reclaim",
        "card_text": "BTC price momentum is still lacking as the active Bitcoin trading range gets ever narrower."
      },
      {
        "title": "Michael Saylor’s Strategy bags first Bitcoin purchase under new name",
        "url": "https://cointelegraph.com/michael-saylor-s-strategy-makes-first-bitcoin-acquisition-under-new-name",
        "card_text": "Strategy’s fresh 7,633-BTC purchase came days after the firm rebranded from “MicroStrategy” last week."
      },
      {
        "title": "Central African Republic ‘CAR’ memecoin info pages plagued with phishing links",
        "url": "https://cointelegraph.com/car-memecoin-crypto-scam-phishing-links",
        "card_text": "Investors may find themselves clicking on malicious links while researching the controversial Central African Republic memecoin."
      }
    ]
  }
}
```

> 400 Response

```json
{
  "error": "string"
}
```

#### Responses

| HTTP Status Code | Meaning                                                          | Description | Data schema |
| ---------------- | ---------------------------------------------------------------- | ----------- | ----------- |
| 200              | [OK](https://tools.ietf.org/html/rfc7231#section-6.3.1)          | none        | Inline      |
| 400              | [Bad Request](https://tools.ietf.org/html/rfc7231#section-6.5.1) | none        | Inline      |

#### Responses Data Schema

HTTP Status Code **200**

| Name           | Type      | Required | Restrictions | Title | description |
| -------------- | --------- | -------- | ------------ | ----- | ----------- |
| » code         | integer   | true     | none         |       | none        |
| » msg          | string    | true     | none         |       | none        |
| » data         | object    | true     | none         |       | none        |
| »» infos       | \[object] | true     | none         |       | none        |
| »»» title      | string    | true     | none         |       | none        |
| »»» url        | string    | true     | none         |       | none        |
| »»» card\_text | string    | true     | none         |       | none        |

HTTP Status Code **400**

| Name    | Type   | Required | Restrictions | Title | description |
| ------- | ------ | -------- | ------------ | ----- | ----------- |
| » error | string | true     | none         |       | none        |

## Data Schema

```
```
