跳至主要內容

v1/address/{walletAddress}/activity/ REST API Endpoint - GoldRush Wallet API

載入中...

更新於
2026年5月21日

v1/address/{walletAddress}/activity/ REST API Endpoint - GoldRush Wallet API

路徑參數

錢包地址
字串
必填
載入中...

查詢參數

testnets
布林值
載入中...

退貨

資料
物件
載入中...
updated_at
字串
載入中...
地址
字串
載入中...
項目
陣列
載入中...
名稱
字串
載入中...
chain_id
字串
載入中...
is_testnet
布林值
載入中...
db_schema_name
字串
載入中...
標籤
字串
載入中...
category_label
字串
載入中...
priority_label
字串
載入中...
logo_url
字串
載入中...
black_logo_url
字串
載入中...
white_logo_url
字串
載入中...
color_theme
物件
載入中...
red
整數
載入中...
green
整數
載入中...
blue
整數
載入中...
alpha
整數
載入中...
hex
字串
載入中...
css_rgb
字串
載入中...
is_appchain
布林值
載入中...
appchain_of
字串
載入中...
last_seen_at
字串
載入中...
錯誤
布林值
載入中...
error_message
字串
載入中...
error_code
字串
載入中...
請求
回應
1
{
2
"data": {
3
"updated_at": "2025-04-29T21:01:39.175128580Z",
4
"address": "0x9690c8c169dd8fc15d75593048e4c453b7cc451c",
5
"items": [
6
{
7
"name": "eth-mainnet",
8
"chain_id": "1",
9
"is_testnet": false,
10
"db_schema_name": "chain_eth_mainnet",
11
"label": "Ethereum Mainnet",
12
"category_label": "Ethereum",
13
"priority_label": "Foundational",
14
"logo_url": "https://www.datocms-assets.com/86369/1669653891-eth.svg",
15
"black_logo_url": "https://www.datocms-assets.com/86369/1669619544-ethereum.png",
16
"white_logo_url": "https://www.datocms-assets.com/86369/1669619533-ethereum.png",
17
"color_theme": {
18
"red": 94,
19
"green": 121,
20
"blue": 138,
21
"alpha": 255,
22
"hex": "#5E798A",
23
"css_rgb": "rgb(94 121 138)"
24
},
25
"is_appchain": false,
26
"appchain_of": null,
27
"last_seen_at": "2024-11-14T13:02:11Z"
28
},
29
{
30
"name": "base-mainnet",
31
"chain_id": "8453",
32
"is_testnet": false,
33
"db_schema_name": "chain_base_mainnet",
34
"label": "Base Mainnet",
35
"category_label": "Coinbase",
36
"priority_label": "Foundational",
37
"logo_url": "https://www.datocms-assets.com/86369/1677538323-property-1-base-icon-white.svg",
38
"black_logo_url": "https://www.datocms-assets.com/86369/1677538328-property-1-base-white.png",
39
"white_logo_url": "https://www.datocms-assets.com/86369/1677538326-base-colour.png",
40
"color_theme": {
41
"red": 15,
42
"green": 91,
43
"blue": 228,
44
"alpha": 255,
45
"hex": "#0F5BE4",
46
"css_rgb": "rgb(15 91 228)"
47
},
48
"is_appchain": false,
49
"appchain_of": null,
50
"last_seen_at": "2024-11-14T13:02:49Z"
51
}
52
]
53
},
54
"error": false,
55
"error_message": null,
56
"error_code": null
57
}
1
{
2
"data": {
3
"updated_at": "2025-04-29T21:01:39.175128580Z",
4
"address": "0x9690c8c169dd8fc15d75593048e4c453b7cc451c",
5
"items": [
6
{
7
"name": "eth-mainnet",
8
"chain_id": "1",
9
"is_testnet": false,
10
"db_schema_name": "chain_eth_mainnet",
11
"label": "Ethereum Mainnet",
12
"category_label": "Ethereum",
13
"priority_label": "Foundational",
14
"logo_url": "https://www.datocms-assets.com/86369/1669653891-eth.svg",
15
"black_logo_url": "https://www.datocms-assets.com/86369/1669619544-ethereum.png",
16
"white_logo_url": "https://www.datocms-assets.com/86369/1669619533-ethereum.png",
17
"color_theme": {
18
"red": 94,
19
"green": 121,
20
"blue": 138,
21
"alpha": 255,
22
"hex": "#5E798A",
23
"css_rgb": "rgb(94 121 138)"
24
},
25
"is_appchain": false,
26
"appchain_of": null,
27
"last_seen_at": "2024-11-14T13:02:11Z"
28
},
29
{
30
"name": "base-mainnet",
31
"chain_id": "8453",
32
"is_testnet": false,
33
"db_schema_name": "chain_base_mainnet",
34
"label": "Base Mainnet",
35
"category_label": "Coinbase",
36
"priority_label": "Foundational",
37
"logo_url": "https://www.datocms-assets.com/86369/1677538323-property-1-base-icon-white.svg",
38
"black_logo_url": "https://www.datocms-assets.com/86369/1677538328-property-1-base-white.png",
39
"white_logo_url": "https://www.datocms-assets.com/86369/1677538326-base-colour.png",
40
"color_theme": {
41
"red": 15,
42
"green": 91,
43
"blue": 228,
44
"alpha": 255,
45
"hex": "#0F5BE4",
46
"css_rgb": "rgb(15 91 228)"
47
},
48
"is_appchain": false,
49
"appchain_of": null,
50
"last_seen_at": "2024-11-14T13:02:49Z"
51
}
52
]
53
},
54
"error": false,
55
"error_message": null,
56
"error_code": null
57
}
還沒有帳號嗎?
只需幾秒鐘即可建立您的 Quicknode 端點,並開始建置
立即免費開始使用