メインコンテンツへスキップ

v1/{chainName}/events/ REST API Endpoint - GoldRush Wallet API

読み込み中...

更新日:
May 21, 2026

v1/{chainName}/events/ REST API Endpoint - GoldRush Wallet API

パスパラメータ

chainName
文字列
必須
読み込み中...

クエリパラメータ

starting-block
整数
読み込み中...
ending-block
文字列
読み込み中...
住所
文字列
読み込み中...
トピック
文字列
読み込み中...
block-hash
文字列
読み込み中...
skip-decode
ブール値
読み込み中...

返します

データ
オブジェクト
読み込み中...
更新日時
文字列
読み込み中...
chain_id
整数
読み込み中...
チェーン名
文字列
読み込み中...
項目
配列
読み込み中...
block_signed_at
文字列
読み込み中...
block_height
整数
読み込み中...
tx_offset
整数
読み込み中...
log_offset
整数
読み込み中...
tx_hash
文字列
読み込み中...
raw_log_topics
配列
読み込み中...
sender_contract_decimals
整数
読み込み中...
sender_name
文字列
読み込み中...
sender_contract_ticker_symbol
文字列
読み込み中...
sender_address
文字列
読み込み中...
sender_address_label
文字列
読み込み中...
sender_logo_url
文字列
読み込み中...
supports_erc
配列
読み込み中...
sender_factory_address
文字列
読み込み中...
raw_log_data
文字列
読み込み中...
decoded
オブジェクト
読み込み中...
名前
文字列
読み込み中...
署名
文字列
読み込み中...
params
配列
読み込み中...
名前
文字列
読み込み中...
タイプ
文字列
読み込み中...
indexed
ブール値
読み込み中...
decoded
ブール値
読み込み中...
文字列
読み込み中...
ページネーション
オブジェクト
読み込み中...
has_more
ブール値
読み込み中...
ページ番号
整数
読み込み中...
page_size
整数
読み込み中...
total_count
整数
読み込み中...
error
ブール値
読み込み中...
error_message
文字列
読み込み中...
error_code
文字列
読み込み中...
リクエスト
回答
1
{
2
"data": {
3
"updated_at": "2025-04-30T16:45:32Z",
4
"chain_id": 1,
5
"chain_name": "eth-mainnet",
6
"items": [
7
{
8
"block_signed_at": "2025-04-30T16:42:18Z",
9
"block_height": 18987654,
10
"tx_offset": 45,
11
"log_offset": 78,
12
"tx_hash": "0xab12cd34ef56gh78ij90kl12mn34op56qr78st90uv12wx34yz56ab78cd90",
13
"raw_log_topics": [
14
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
15
"0x0000000000000000000000001234567890123456789012345678901234567890",
16
"0x0000000000000000000000009876543210987654321098765432109876543210"
17
],
18
"sender_contract_decimals": 18,
19
"sender_name": "Uniswap V3: Pool",
20
"sender_contract_ticker_symbol": "UNI-V3",
21
"sender_address": "0x1f98431c8ad98523631ae4a59f267346ea31f984",
22
"sender_address_label": "Uniswap V3: Factory",
23
"sender_logo_url": "https://logos.covalenthq.com/tokens/1f98431c8ad98523631ae4a59f267346ea31f984.png",
24
"supports_erc": [
25
"ERC20"
26
],
27
"sender_factory_address": null,
28
"raw_log_data": "0x0000000000000000000000000000000000000000000000056bc75e2d63100000",
29
"decoded": {
30
"name": "Transfer",
31
"signature": "Transfer(address indexed from, address indexed to, uint256 value)",
32
"params": [
33
{
34
"name": "from",
35
"type": "address",
36
"indexed": true,
37
"decoded": true,
38
"value": "0x1234567890123456789012345678901234567890"
39
},
40
{
41
"name": "to",
42
"type": "address",
43
"indexed": true,
44
"decoded": true,
45
"value": "0x9876543210987654321098765432109876543210"
46
},
47
{
48
"name": "value",
49
"type": "uint256",
50
"indexed": false,
51
"decoded": true,
52
"value": "100000000000000000000"
53
}
54
]
55
}
56
},
57
{
58
"block_signed_at": "2025-04-30T16:41:55Z",
59
"block_height": 18987653,
60
"tx_offset": 23,
61
"log_offset": 42,
62
"tx_hash": "0xef12gh34ij56kl78mn90op12qr34st56uv78wx90yz12ab34cd56ef78gh90",
63
"raw_log_topics": [
64
"0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925",
65
"0x0000000000000000000000002468ace0246810248624862486ace0246810246",
66
"0x00000000000000000000000068b3465833fb72a70ecdf485e0e4c7bd8665fc45"
67
],
68
"sender_contract_decimals": 18,
69
"sender_name": "Tether USD",
70
"sender_contract_ticker_symbol": "USDT",
71
"sender_address": "0xdac17f958d2ee523a2206206994597c13d831ec7",
72
"sender_address_label": "Tether: USDT Stablecoin",
73
"sender_logo_url": "https://logos.covalenthq.com/tokens/dac17f958d2ee523a2206206994597c13d831ec7.png",
74
"supports_erc": [
75
"ERC20"
76
],
77
"sender_factory_address": null,
78
"raw_log_data": "0x0000000000000000000000000000000000000000000000000000000005f5e100",
79
"decoded": {
80
"name": "Approval",
81
"signature": "Approval(address indexed owner, address indexed spender, uint256 value)",
82
"params": [
83
{
84
"name": "owner",
85
"type": "address",
86
"indexed": true,
87
"decoded": true,
88
"value": "0x2468ace0246810248624862486ace0246810246"
89
},
90
{
91
"name": "spender",
92
"type": "address",
93
"indexed": true,
94
"decoded": true,
95
"value": "0x68b3465833fb72a70ecdf485e0e4c7bd8665fc45"
96
},
97
{
98
"name": "value",
99
"type": "uint256",
100
"indexed": false,
101
"decoded": true,
102
"value": "100000000"
103
}
104
]
105
}
106
}
107
],
108
"pagination": {
109
"has_more": true,
110
"page_number": 1,
111
"page_size": 100,
112
"total_count": null
113
}
114
},
115
"error": false,
116
"error_message": null,
117
"error_code": null
118
}
1
{
2
"data": {
3
"updated_at": "2025-04-30T16:45:32Z",
4
"chain_id": 1,
5
"chain_name": "eth-mainnet",
6
"items": [
7
{
8
"block_signed_at": "2025-04-30T16:42:18Z",
9
"block_height": 18987654,
10
"tx_offset": 45,
11
"log_offset": 78,
12
"tx_hash": "0xab12cd34ef56gh78ij90kl12mn34op56qr78st90uv12wx34yz56ab78cd90",
13
"raw_log_topics": [
14
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
15
"0x0000000000000000000000001234567890123456789012345678901234567890",
16
"0x0000000000000000000000009876543210987654321098765432109876543210"
17
],
18
"sender_contract_decimals": 18,
19
"sender_name": "Uniswap V3: Pool",
20
"sender_contract_ticker_symbol": "UNI-V3",
21
"sender_address": "0x1f98431c8ad98523631ae4a59f267346ea31f984",
22
"sender_address_label": "Uniswap V3: Factory",
23
"sender_logo_url": "https://logos.covalenthq.com/tokens/1f98431c8ad98523631ae4a59f267346ea31f984.png",
24
"supports_erc": [
25
"ERC20"
26
],
27
"sender_factory_address": null,
28
"raw_log_data": "0x0000000000000000000000000000000000000000000000056bc75e2d63100000",
29
"decoded": {
30
"name": "Transfer",
31
"signature": "Transfer(address indexed from, address indexed to, uint256 value)",
32
"params": [
33
{
34
"name": "from",
35
"type": "address",
36
"indexed": true,
37
"decoded": true,
38
"value": "0x1234567890123456789012345678901234567890"
39
},
40
{
41
"name": "to",
42
"type": "address",
43
"indexed": true,
44
"decoded": true,
45
"value": "0x9876543210987654321098765432109876543210"
46
},
47
{
48
"name": "value",
49
"type": "uint256",
50
"indexed": false,
51
"decoded": true,
52
"value": "100000000000000000000"
53
}
54
]
55
}
56
},
57
{
58
"block_signed_at": "2025-04-30T16:41:55Z",
59
"block_height": 18987653,
60
"tx_offset": 23,
61
"log_offset": 42,
62
"tx_hash": "0xef12gh34ij56kl78mn90op12qr34st56uv78wx90yz12ab34cd56ef78gh90",
63
"raw_log_topics": [
64
"0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925",
65
"0x0000000000000000000000002468ace0246810248624862486ace0246810246",
66
"0x00000000000000000000000068b3465833fb72a70ecdf485e0e4c7bd8665fc45"
67
],
68
"sender_contract_decimals": 18,
69
"sender_name": "Tether USD",
70
"sender_contract_ticker_symbol": "USDT",
71
"sender_address": "0xdac17f958d2ee523a2206206994597c13d831ec7",
72
"sender_address_label": "Tether: USDT Stablecoin",
73
"sender_logo_url": "https://logos.covalenthq.com/tokens/dac17f958d2ee523a2206206994597c13d831ec7.png",
74
"supports_erc": [
75
"ERC20"
76
],
77
"sender_factory_address": null,
78
"raw_log_data": "0x0000000000000000000000000000000000000000000000000000000005f5e100",
79
"decoded": {
80
"name": "Approval",
81
"signature": "Approval(address indexed owner, address indexed spender, uint256 value)",
82
"params": [
83
{
84
"name": "owner",
85
"type": "address",
86
"indexed": true,
87
"decoded": true,
88
"value": "0x2468ace0246810248624862486ace0246810246"
89
},
90
{
91
"name": "spender",
92
"type": "address",
93
"indexed": true,
94
"decoded": true,
95
"value": "0x68b3465833fb72a70ecdf485e0e4c7bd8665fc45"
96
},
97
{
98
"name": "value",
99
"type": "uint256",
100
"indexed": false,
101
"decoded": true,
102
"value": "100000000"
103
}
104
]
105
}
106
}
107
],
108
"pagination": {
109
"has_more": true,
110
"page_number": 1,
111
"page_size": 100,
112
"total_count": null
113
}
114
},
115
"error": false,
116
"error_message": null,
117
"error_code": null
118
}
まだアカウントをお持ちではありませんか?
Create your Quicknode endpoint in seconds and start building
今すぐ無料で始めましょう