my_tx_history
my_tx_history (from_id limit=10 max=false page_number)
The my_tx_history method returns the blockchain transactions involving the Komodo DeFi Framework API node's coin address.
The coin that is used must have tx_history set to true in its enable or electrum call.
This method is deprecated and is incompatible with coins activated in HD mode. Use the v2 my_tx_history method instead.
| Parameter* = required | Type | Description |
|---|---|---|
| coin* | string | The name of the coin for the history request. |
| from_id | string | Optional. Skip records until this internal_id (exclusive). |
| limit | number | Optional. Limits number of returned transactions; ignored if max=true. |
| max | boolean | Optional. Return all available records. |
| page_number | number | Optional. Page number to fetch; ignored if from_id is set. |
| Parameter* = required | Type | Description |
|---|---|---|
| current_block* | number | Latest block number. |
| from_id* | string|null | Echo of request from_id; null if not set. |
| limit* | number | Requested limit. |
| page_number* | number|null | Requested page number; null if not used. |
| skipped* | number | Number of skipped records. |
| sync_status* | object | Standard SyncStatus object. |
| total* | number | Total number of transactions available. |
| total_pages* | number | Total pages available with selected limit. |
| transactions* | array of objects | List of transactions affecting this wallet. |
POST
my_tx_history{
"coin": "DOC",
"limit": 1,
"method": "my_tx_history",
"userpass": "RPC_UserP@SSW0RD"
}
POST
my_tx_history{
"coin": "DOC",
"from_id": "1d5c1b67f8ebd3fc480e25a1d60791bece278f5d1245c5f9474c91a142fee8e1",
"max": true,
"method": "my_tx_history",
"userpass": "RPC_UserP@SSW0RD"
}
Response (Success)
SUCCESS
{
"result": {
"current_block": 172418,
"from_id": null,
"limit": 1,
"page_number": null,
"skipped": 0,
"sync_status": {
"additional_info": {
"transactions_left": 126
},
"state": "InProgress"
},
"total": 5915,
"total_pages": 5915,
"transactions": [
{
"block_height": 172409,
"coin": "ETOMIC",
"confirmations": 10,
"fee_details": {
"amount": "0.00001",
"type": "Utxo"
},
"from": [
"R9o9xTocqr6CeEDGDH6mEYpwLoMz6jNjMW"
],
"internal_id": "903e5d71b8717205314a71055fe8bbb868e7b76d001fbe813a34bd71ff131e93",
"my_balance_change": "-0.10001",
"received_by_me": "0.8998513",
"spent_by_me": "0.9998613",
"timestamp": 1566539526,
"to": [
"bJrMTiiRiLHJHc6RKQgesKTg1o9VVuKwT5",
"R9o9xTocqr6CeEDGDH6mEYpwLoMz6jNjMW"
],
"total_amount": "0.9998613",
"tx_hash": "903e5d71b8717205314a71055fe8bbb868e7b76d001fbe813a34bd71ff131e93",
"tx_hex": "0400008085202f8901a242dc691de64c732e823ed0a4d8cfa6a230f8e31bc9bd21499009f1a90b855a010000006b483045022100d83113119004ac0504f812a853a831039dfc4b0bc1cb863d2c7a94c0670f07e902206af87b846b18c0d5e38bd874d43918e0400e4b6b838ab0793f5976843daa20cd012102031d4256c4bc9f99ac88bf3dba21773132281f65f9bf23a59928bce08961e2f3ffffffff02809698000000000017a9144327a5516b28f66249576c18d15debf6dfbd1124876a105d05000000001976a91405aab5342166f8594baf17a7d9bef5d56744332788ac047f5f5d000000000000000000000000000000"
}
]
}
}
Response (Success)
SUCCESS
{
"result": {
"current_block": 1311197,
"from_id": "8f24729f566e2b08828ec3e9be34530ace752fe52fad62e8acb46a0090e65eb5",
"limit": 1,
"page_number": null,
"skipped": 1,
"sync_status": {
"state": "Finished"
},
"total": 1,
"total_pages": 1,
"transactions": []
}
}
Response (Success)
SUCCESS
{
"result": {
"current_block": 1311216,
"from_id": null,
"limit": 1,
"page_number": null,
"skipped": 0,
"sync_status": {
"state": "NotEnabled"
},
"total": 0,
"total_pages": 0,
"transactions": []
}
}
Response (Success)
SUCCESS
{
"result": {
"current_block": 1312591,
"from_id": null,
"limit": 1,
"page_number": null,
"skipped": 0,
"sync_status": {
"state": "NotEnabled"
},
"total": 0,
"total_pages": 0,
"transactions": []
}
}
Response (Success)
SUCCESS
{
"result": {
"current_block": 1312656,
"from_id": null,
"limit": 1,
"page_number": null,
"skipped": 0,
"sync_status": {
"state": "NotEnabled"
},
"total": 0,
"total_pages": 0,
"transactions": []
}
}
Response (Success)
SUCCESS
{
"result": {
"current_block": 1312661,
"from_id": null,
"limit": 1,
"page_number": null,
"skipped": 0,
"sync_status": {
"state": "NotEnabled"
},
"total": 0,
"total_pages": 0,
"transactions": []
}
}
Response (Success)
SUCCESS
{
"result": {
"current_block": 1311173,
"from_id": null,
"limit": 0,
"page_number": null,
"skipped": 0,
"sync_status": {
"state": "NotEnabled"
},
"total": 0,
"total_pages": 0,
"transactions": []
}
}
Response (Success)
SUCCESS
{
"result": {
"current_block": 1311183,
"from_id": null,
"limit": 0,
"page_number": null,
"skipped": 0,
"sync_status": {
"state": "NotEnabled"
},
"total": 0,
"total_pages": 0,
"transactions": []
}
}
Response (Success)
SUCCESS
{
"result": {
"current_block": 1311189,
"from_id": null,
"limit": 0,
"page_number": null,
"skipped": 0,
"sync_status": {
"state": "NotEnabled"
},
"total": 0,
"total_pages": 0,
"transactions": []
}
}
Response (Success)
SUCCESS
{
"result": {
"current_block": 1311197,
"from_id": null,
"limit": 0,
"page_number": null,
"skipped": 0,
"sync_status": {
"state": "NotEnabled"
},
"total": 0,
"total_pages": 0,
"transactions": []
}
}
Response (Success)
SUCCESS
{
"result": {
"current_block": 1311216,
"from_id": null,
"limit": 0,
"page_number": null,
"skipped": 0,
"sync_status": {
"state": "NotEnabled"
},
"total": 0,
"total_pages": 0,
"transactions": []
}
}
Response (Success)
SUCCESS
{
"result": {
"current_block": 1312591,
"from_id": null,
"limit": 0,
"page_number": null,
"skipped": 0,
"sync_status": {
"state": "NotEnabled"
},
"total": 0,
"total_pages": 0,
"transactions": []
}
}
Response (Success)
SUCCESS
{
"result": {
"current_block": 1312656,
"from_id": null,
"limit": 0,
"page_number": null,
"skipped": 0,
"sync_status": {
"state": "NotEnabled"
},
"total": 0,
"total_pages": 0,
"transactions": []
}
}
Response (Success)
SUCCESS
{
"result": {
"current_block": 1312661,
"from_id": null,
"limit": 0,
"page_number": null,
"skipped": 0,
"sync_status": {
"state": "NotEnabled"
},
"total": 0,
"total_pages": 0,
"transactions": []
}
}
Response (Sync In Progress (UTXO))
SUCCESS
{
"result": {
"current_block": 148300,
"from_id": null,
"limit": 0,
"skipped": 0,
"sync_status": {
"additional_info": {
"transactions_left": 1656
},
"state": "InProgress"
},
"total": 3956,
"transactions": []
}
}
Response (Success)
SUCCESS
{
"result": {
"current_block": 23782066,
"from_id": null,
"limit": 0,
"page_number": null,
"skipped": 0,
"sync_status": {
"state": "NotEnabled"
},
"total": 0,
"total_pages": 0,
"transactions": []
}
}
Response (Success)
SUCCESS
{
"result": {
"current_block": 23782168,
"from_id": null,
"limit": 0,
"page_number": null,
"skipped": 0,
"sync_status": {
"state": "NotEnabled"
},
"total": 0,
"total_pages": 0,
"transactions": []
}
}
Response (Success)
SUCCESS
{
"result": {
"current_block": 23782249,
"from_id": null,
"limit": 0,
"page_number": null,
"skipped": 0,
"sync_status": {
"state": "NotEnabled"
},
"total": 0,
"total_pages": 0,
"transactions": []
}
}
Response (Success)
SUCCESS
{
"result": {
"current_block": 23782330,
"from_id": null,
"limit": 0,
"page_number": null,
"skipped": 0,
"sync_status": {
"state": "NotEnabled"
},
"total": 0,
"total_pages": 0,
"transactions": []
}
}
Response (Success)
SUCCESS
{
"result": {
"current_block": 23782482,
"from_id": null,
"limit": 0,
"page_number": null,
"skipped": 0,
"sync_status": {
"state": "NotEnabled"
},
"total": 0,
"total_pages": 0,
"transactions": []
}
}
Response (Success)
SUCCESS
{
"result": {
"current_block": 23796432,
"from_id": null,
"limit": 0,
"page_number": null,
"skipped": 0,
"sync_status": {
"state": "NotEnabled"
},
"total": 0,
"total_pages": 0,
"transactions": []
}
}
Response (Success)
SUCCESS
{
"result": {
"current_block": 23797132,
"from_id": null,
"limit": 0,
"page_number": null,
"skipped": 0,
"sync_status": {
"state": "NotEnabled"
},
"total": 0,
"total_pages": 0,
"transactions": []
}
}
Response (Success)
SUCCESS
{
"result": {
"current_block": 23797185,
"from_id": null,
"limit": 0,
"page_number": null,
"skipped": 0,
"sync_status": {
"state": "NotEnabled"
},
"total": 0,
"total_pages": 0,
"transactions": []
}
}
Response (Sync In Progress (ETH))
SUCCESS
{
"result": {
"current_block": 8039935,
"from_id": null,
"limit": 0,
"skipped": 0,
"sync_status": {
"additional_info": {
"blocks_left": 2158991
},
"state": "InProgress"
},
"total": 0,
"transactions": []
}
}
{
"result": {
"current_block": 9071551,
"from_id": null,
"limit": 3,
"skipped": 0,
"total_pages": 14,
"page_number": 1,
"sync_status": {
"state": "Finished"
},
"total": 41,
"transactions": [
{
"block_height": 8980257,
"coin": "ETH",
"confirmations": 91295,
"fee_details": {
"type": "Eth",
"coin": "ETH",
"gas": 57196,
"gas_price": "0.000000027",
"total_fee": "0.001544292"
},
"from": ["0xE4406Af4CA1dcB05AFE384eBfF3c1F233dCA176A"],
"internal_id": "3978545ce08ca4c7f4b92e10b6c61efc6ce436f35f8a23f4e6a2e74f309cfd0a",
"my_balance_change": "-0.010193732",
"received_by_me": "0",
"spent_by_me": "0.010193732",
"timestamp": 1574423598,
"to": ["0x8500AFc0bc5214728082163326C2FF0C73f4a871"],
"total_amount": "0.00864944",
"tx_hash": "e578a719896ec5f1475c273e02fbdd3cf283d9808c20db336f110e4b4faef10c",
"tx_hex": "f8f11b850649534e00830249f0948500afc0bc5214728082163326c2ff0c73f4a871871eba9eaeb4c000b884152cf3af1b065716fc0c8254828abed3061c181f73a3c698cf1bc0fc8620e158448988050000000000000000000000007296a0cbae6ccfa5cddff9130569731a3b7da419d068b8936743ace66f192407debdcfc38445674e000000000000000000000000000000000000000000000000000000000000000000000000000000005dd808491ba0c78ad466381e0db9fb01f103d9e5c9d9c0c9cb28ee02bf990dc6371313c71bc3a0624e653559cfb19141a67e567e2e1fd4ca1ccd73f40d8b3672d14bd37072dad1"
},
{
"block_height": 8953592,
"coin": "ETH",
"confirmations": 117960,
"fee_details": {
"type": "Eth",
"coin": "ETH",
"gas": 57196,
"gas_price": "0.00000001",
"total_fee": "0.00057196"
},
"from": ["0xE4406Af4CA1dcB05AFE384eBfF3c1F233dCA176A"],
"internal_id": "15a3891932876cae74933b66bbfc2bba95b3e09c025152dd8b8d8023ad9a5fbd",
"my_balance_change": "-0.31519846",
"received_by_me": "0",
"spent_by_me": "0.31519846",
"timestamp": 1574038246,
"to": ["0x8500AFc0bc5214728082163326C2FF0C73f4a871"],
"total_amount": "0.3146265",
"tx_hash": "235be0e6ac3860a637ec0c1d0ec2c364e85ab5cd54659c6987c37b2ba3378ffb",
"tx_hex": "f8f21a8502540be400830249f0948500afc0bc5214728082163326c2ff0c73f4a87188045dc722816ca800b884152cf3af84519291dc1e8ea4efe055a1c27e6d33a74137164f5799352c1e10798e7a403c000000000000000000000000ee4398a7ab0a610daab82fef97affae44a5ce1464fd4d66db1e00256442acacc546a8a67433217de000000000000000000000000000000000000000000000000000000000000000000000000000000005dd226fb1ca030a665aeb07080e959e8027663d8f6af4069477c1ec8c712566108a9525b9629a052123cb075c404ff14d5281bd48232185590464de034bc6c86a818e699e4e288"
},
{
"block_height": 8952273,
"coin": "ETH",
"confirmations": 119279,
"fee_details": {
"type": "Eth",
"coin": "ETH",
"gas": 49472,
"gas_price": "0.00000001",
"total_fee": "0.00049472"
},
"from": ["0x8500AFc0bc5214728082163326C2FF0C73f4a871"],
"internal_id": "8796cee96c32121cd2ca9fef9d23affb4c173cf719a08e03436cf92e6ae90668",
"my_balance_change": "0.29278494869327806",
"received_by_me": "0.29278494869327806",
"spent_by_me": "0",
"timestamp": 1574019481,
"to": ["0xE4406Af4CA1dcB05AFE384eBfF3c1F233dCA176A"],
"total_amount": "0.29278494869327806",
"tx_hash": "4d02298575e9abf0d18ea2abb4d7f02ddba9266019fe4952eb6fa90f90775850",
"tx_hex": "f9010a198502540be400830249f0948500afc0bc5214728082163326c2ff0c73f4a87180b8a402ed292b0b6ed2b0bbdc333949f4847ffe567064a2a9c2239bcef95abd7f8408321dba3d00000000000000000000000000000000000000000000000004102e5c0e719d6cad1841132d7f23ffedb0e036ae85a80a337dface71b2d494893c16603686073500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f2b27558e45a3f44853e78b3c4bd05217723f841ba007650709e390395e659776b2ec390d951e2ab82ebcd7c540ce73dc6d352bc399a00d727f58ab77970c62bd92a356d057738b88f36fa4948c57b9b50de0815a951f"
}
]
}
}
POST
my_tx_history{
"coin": "SC",
"method": "my_tx_history",
"userpass": "RPC_UserP@SSW0RD"
}
Response (Success (SIA))
SUCCESS
{
"result": {
"current_block": 529014,
"from_id": null,
"limit": 10,
"page_number": null,
"skipped": 0,
"sync_status": {
"state": "NotEnabled"
},
"total": 1,
"total_pages": 1,
"transactions": [
{
"block_height": 528310,
"coin": "SC",
"confirmations": 705,
"fee_details": {
"coin": "SC",
"policy": "Unknown",
"total_amount": "0.000010000000000000000000",
"type": "Sia"
},
"from": [
"0b57980ab60cab20c0d77fc3142eb29c440d4d7739b835b791765fcad8328672c799f7c8df8a"
],
"internal_id": "",
"memo": null,
"my_balance_change": "50.000000000000000000000000",
"received_by_me": "50.000000000000000000000000",
"spent_by_me": "0.000000000000000000000000",
"timestamp": 1750438004,
"to": [
"0b57980ab60cab20c0d77fc3142eb29c440d4d7739b835b791765fcad8328672c799f7c8df8a",
"2c4a029ef67858d7c3ebf9ce7f1c257fd880b1b073fd3923091423e1658ae23d2b426be204db"
],
"total_amount": "500.000000000000000000000000",
"transaction_type": "SiaV2Transaction",
"tx_hash": "bdf2c3885adaacf88f0042d2738daff4dc5ae8b3d3a61ea3c3497c28be6d2499",
"tx_json": {
"minerFee": "10000000000000000000",
"siacoinInputs": [],
"siacoinOutputs": []
}
}
]
}
}
Response (History too large (server))
SUCCESS
{
"result": {
"current_block": 144753,
"from_id": null,
"limit": 0,
"skipped": 0,
"sync_status": {
"additional_info": {
"code": -1,
"message": "Got `history too large` error from Electrum server. History is not available"
},
"state": "Error"
},
"total": 0,
"transactions": []
}
}
Response (Coin not active)
ERROR
{
"error": "TTT-SLP",
"error_data": "TTT-SLP",
"error_path": "my_tx_history_v2.lp_coins",
"error_trace": "my_tx_history_v2:389] lp_coins:2847]",
"error_type": "CoinIsNotActive",
"id": null,
"mmrpc": "2.0"
}
Response (Coin not compatible)
ERROR
{
"error": "TTT-SLP",
"error_data": "TTT-SLP",
"error_path": "my_tx_history_v2",
"error_trace": "my_tx_history_v2:336]",
"error_type": "NotSupportedFor",
"id": null,
"mmrpc": "2.0"
}
Response (From ID not found)
ERROR
{
"error": "lp_coins:1011] from_id 1d5c1b67f8ebd3fc480e25a1d60791bece278f5d1245c5f9474c91a142fee8e2 is not found"
}
Response (Local database failed)
ERROR
{
"error": "SqliteFailure(Error { code: Unknown, extended_code: 1 }, Some(\"no such column: block_height\"))",
"error_data": "SqliteFailure(Error { code: Unknown, extended_code: 1 }, Some(\"no such column: block_height\"))",
"error_path": "my_tx_history_v2.sql_tx_history_storage",
"error_trace": "my_tx_history_v2:351] sql_tx_history_storage:472]",
"error_type": "StorageError",
"id": null,
"mmrpc": "2.0"
}
Response (Tx history not enabled)
ERROR
{
"error": "Storage is not initialized for TTT-SLP",
"error_data": "Storage is not initialized for TTT-SLP",
"error_path": "my_tx_history_v2",
"error_trace": "my_tx_history_v2:343]",
"error_type": "StorageIsNotInitialized",
"id": null,
"mmrpc": "2.0"
}
Response (History too large (server))
SUCCESS
{
"result": {
"current_block": 144753,
"from_id": null,
"limit": 0,
"skipped": 0,
"sync_status": {
"additional_info": {
"code": -1,
"message": "Got `history too large` error from Electrum server. History is not available"
},
"state": "Error"
},
"total": 0,
"transactions": []
}
}
Response (Coin not active)
ERROR
{
"error": "TTT-SLP",
"error_data": "TTT-SLP",
"error_path": "my_tx_history_v2.lp_coins",
"error_trace": "my_tx_history_v2:389] lp_coins:2847]",
"error_type": "CoinIsNotActive",
"id": null,
"mmrpc": "2.0"
}
Response (Coin not compatible)
ERROR
{
"error": "TTT-SLP",
"error_data": "TTT-SLP",
"error_path": "my_tx_history_v2",
"error_trace": "my_tx_history_v2:336]",
"error_type": "NotSupportedFor",
"id": null,
"mmrpc": "2.0"
}
Response (From ID not found)
ERROR
{
"error": "lp_coins:1011] from_id 1d5c1b67f8ebd3fc480e25a1d60791bece278f5d1245c5f9474c91a142fee8e2 is not found"
}
Response (Local database failed)
ERROR
{
"error": "SqliteFailure(Error { code: Unknown, extended_code: 1 }, Some(\"no such column: block_height\"))",
"error_data": "SqliteFailure(Error { code: Unknown, extended_code: 1 }, Some(\"no such column: block_height\"))",
"error_path": "my_tx_history_v2.sql_tx_history_storage",
"error_trace": "my_tx_history_v2:351] sql_tx_history_storage:472]",
"error_type": "StorageError",
"id": null,
"mmrpc": "2.0"
}
Response (Tx history not enabled)
ERROR
{
"error": "Storage is not initialized for TTT-SLP",
"error_data": "Storage is not initialized for TTT-SLP",
"error_path": "my_tx_history_v2",
"error_trace": "my_tx_history_v2:343]",
"error_type": "StorageIsNotInitialized",
"id": null,
"mmrpc": "2.0"
}
Response (History too large (server))
SUCCESS
{
"result": {
"current_block": 144753,
"from_id": null,
"limit": 0,
"skipped": 0,
"sync_status": {
"additional_info": {
"code": -1,
"message": "Got `history too large` error from Electrum server. History is not available"
},
"state": "Error"
},
"total": 0,
"transactions": []
}
}
Response (Coin not active)
ERROR
{
"error": "TTT-SLP",
"error_data": "TTT-SLP",
"error_path": "my_tx_history_v2.lp_coins",
"error_trace": "my_tx_history_v2:389] lp_coins:2847]",
"error_type": "CoinIsNotActive",
"id": null,
"mmrpc": "2.0"
}
Response (Coin not compatible)
ERROR
{
"error": "TTT-SLP",
"error_data": "TTT-SLP",
"error_path": "my_tx_history_v2",
"error_trace": "my_tx_history_v2:336]",
"error_type": "NotSupportedFor",
"id": null,
"mmrpc": "2.0"
}
Response (From ID not found)
ERROR
{
"error": "lp_coins:1011] from_id 1d5c1b67f8ebd3fc480e25a1d60791bece278f5d1245c5f9474c91a142fee8e2 is not found"
}
Response (Local database failed)
ERROR
{
"error": "SqliteFailure(Error { code: Unknown, extended_code: 1 }, Some(\"no such column: block_height\"))",
"error_data": "SqliteFailure(Error { code: Unknown, extended_code: 1 }, Some(\"no such column: block_height\"))",
"error_path": "my_tx_history_v2.sql_tx_history_storage",
"error_trace": "my_tx_history_v2:351] sql_tx_history_storage:472]",
"error_type": "StorageError",
"id": null,
"mmrpc": "2.0"
}
Response (Tx history not enabled)
ERROR
{
"error": "Storage is not initialized for TTT-SLP",
"error_data": "Storage is not initialized for TTT-SLP",
"error_path": "my_tx_history_v2",
"error_trace": "my_tx_history_v2:343]",
"error_type": "StorageIsNotInitialized",
"id": null,
"mmrpc": "2.0"
}
Response (History too large (server))
SUCCESS
{
"result": {
"current_block": 144753,
"from_id": null,
"limit": 0,
"skipped": 0,
"sync_status": {
"additional_info": {
"code": -1,
"message": "Got `history too large` error from Electrum server. History is not available"
},
"state": "Error"
},
"total": 0,
"transactions": []
}
}
Response (Coin not active)
ERROR
{
"error": "TTT-SLP",
"error_data": "TTT-SLP",
"error_path": "my_tx_history_v2.lp_coins",
"error_trace": "my_tx_history_v2:389] lp_coins:2847]",
"error_type": "CoinIsNotActive",
"id": null,
"mmrpc": "2.0"
}
Response (Coin not compatible)
ERROR
{
"error": "TTT-SLP",
"error_data": "TTT-SLP",
"error_path": "my_tx_history_v2",
"error_trace": "my_tx_history_v2:336]",
"error_type": "NotSupportedFor",
"id": null,
"mmrpc": "2.0"
}
Response (From ID not found)
ERROR
{
"error": "lp_coins:1011] from_id 1d5c1b67f8ebd3fc480e25a1d60791bece278f5d1245c5f9474c91a142fee8e2 is not found"
}
Response (Local database failed)
ERROR
{
"error": "SqliteFailure(Error { code: Unknown, extended_code: 1 }, Some(\"no such column: block_height\"))",
"error_data": "SqliteFailure(Error { code: Unknown, extended_code: 1 }, Some(\"no such column: block_height\"))",
"error_path": "my_tx_history_v2.sql_tx_history_storage",
"error_trace": "my_tx_history_v2:351] sql_tx_history_storage:472]",
"error_type": "StorageError",
"id": null,
"mmrpc": "2.0"
}
Response (Tx history not enabled)
ERROR
{
"error": "Storage is not initialized for TTT-SLP",
"error_data": "Storage is not initialized for TTT-SLP",
"error_path": "my_tx_history_v2",
"error_trace": "my_tx_history_v2:343]",
"error_type": "StorageIsNotInitialized",
"id": null,
"mmrpc": "2.0"
}
Response (History too large (server))
SUCCESS
{
"result": {
"current_block": 144753,
"from_id": null,
"limit": 0,
"skipped": 0,
"sync_status": {
"additional_info": {
"code": -1,
"message": "Got `history too large` error from Electrum server. History is not available"
},
"state": "Error"
},
"total": 0,
"transactions": []
}
}
Response (Coin not active)
ERROR
{
"error": "TTT-SLP",
"error_data": "TTT-SLP",
"error_path": "my_tx_history_v2.lp_coins",
"error_trace": "my_tx_history_v2:389] lp_coins:2847]",
"error_type": "CoinIsNotActive",
"id": null,
"mmrpc": "2.0"
}
Response (Coin not compatible)
ERROR
{
"error": "TTT-SLP",
"error_data": "TTT-SLP",
"error_path": "my_tx_history_v2",
"error_trace": "my_tx_history_v2:336]",
"error_type": "NotSupportedFor",
"id": null,
"mmrpc": "2.0"
}
Response (From ID not found)
ERROR
{
"error": "lp_coins:1011] from_id 1d5c1b67f8ebd3fc480e25a1d60791bece278f5d1245c5f9474c91a142fee8e2 is not found"
}
Response (Local database failed)
ERROR
{
"error": "SqliteFailure(Error { code: Unknown, extended_code: 1 }, Some(\"no such column: block_height\"))",
"error_data": "SqliteFailure(Error { code: Unknown, extended_code: 1 }, Some(\"no such column: block_height\"))",
"error_path": "my_tx_history_v2.sql_tx_history_storage",
"error_trace": "my_tx_history_v2:351] sql_tx_history_storage:472]",
"error_type": "StorageError",
"id": null,
"mmrpc": "2.0"
}
Response (Tx history not enabled)
ERROR
{
"error": "Storage is not initialized for TTT-SLP",
"error_data": "Storage is not initialized for TTT-SLP",
"error_path": "my_tx_history_v2",
"error_trace": "my_tx_history_v2:343]",
"error_type": "StorageIsNotInitialized",
"id": null,
"mmrpc": "2.0"
}
Response (History too large (server))
SUCCESS
{
"result": {
"current_block": 144753,
"from_id": null,
"limit": 0,
"skipped": 0,
"sync_status": {
"additional_info": {
"code": -1,
"message": "Got `history too large` error from Electrum server. History is not available"
},
"state": "Error"
},
"total": 0,
"transactions": []
}
}
Response (Coin not active)
ERROR
{
"error": "TTT-SLP",
"error_data": "TTT-SLP",
"error_path": "my_tx_history_v2.lp_coins",
"error_trace": "my_tx_history_v2:389] lp_coins:2847]",
"error_type": "CoinIsNotActive",
"id": null,
"mmrpc": "2.0"
}
Response (Coin not compatible)
ERROR
{
"error": "TTT-SLP",
"error_data": "TTT-SLP",
"error_path": "my_tx_history_v2",
"error_trace": "my_tx_history_v2:336]",
"error_type": "NotSupportedFor",
"id": null,
"mmrpc": "2.0"
}
Response (From ID not found)
ERROR
{
"error": "lp_coins:1011] from_id 1d5c1b67f8ebd3fc480e25a1d60791bece278f5d1245c5f9474c91a142fee8e2 is not found"
}
Response (Local database failed)
ERROR
{
"error": "SqliteFailure(Error { code: Unknown, extended_code: 1 }, Some(\"no such column: block_height\"))",
"error_data": "SqliteFailure(Error { code: Unknown, extended_code: 1 }, Some(\"no such column: block_height\"))",
"error_path": "my_tx_history_v2.sql_tx_history_storage",
"error_trace": "my_tx_history_v2:351] sql_tx_history_storage:472]",
"error_type": "StorageError",
"id": null,
"mmrpc": "2.0"
}
Response (Tx history not enabled)
ERROR
{
"error": "Storage is not initialized for TTT-SLP",
"error_data": "Storage is not initialized for TTT-SLP",
"error_path": "my_tx_history_v2",
"error_trace": "my_tx_history_v2:343]",
"error_type": "StorageIsNotInitialized",
"id": null,
"mmrpc": "2.0"
}