v1/{chainName}/address/{walletAddress}/portfolio_v2/ REST API Endpoint - GoldRush Wallet API
路径参数
chainName
字符串
必填
正在加载...
walletAddress
字符串
必填
正在加载...
查询参数
quote-currency
字符串
正在加载...
days
整数
正在加载...
退货
数据
对象
正在加载...
地址
字符串
正在加载...
updated_at
字符串
正在加载...
quote_currency
字符串
正在加载...
chain_id
整数
正在加载...
chain_name
字符串
正在加载...
项目
数组
正在加载...
contract_address
字符串
正在加载...
contract_decimals
整数
正在加载...
contract_name
字符串
正在加载...
contract_ticker_symbol
字符串
正在加载...
logo_url
字符串
正在加载...
holdings
数组
正在加载...
quote_rate
整数
正在加载...
时间戳
字符串
正在加载...
close
对象
正在加载...
平衡
字符串
正在加载...
quote
整数
正在加载...
pretty_quote
字符串
正在加载...
high
对象
正在加载...
low
对象
正在加载...
open
对象
正在加载...
pagination
对象
正在加载...
has_more
布尔型
正在加载...
page_number
整数
正在加载...
page_size
整数
正在加载...
total_count
整数
正在加载...
错误
布尔型
正在加载...
error_message
字符串
正在加载...
error_code
字符串
正在加载...
请求
回复
1{2"data": {3"address": "0x00000000219ab540356cbb839cbe05303d7705fa",4"updated_at": "2025-04-29T10:15:30Z",5"quote_currency": "USD",6"chain_id": 1,7"chain_name": "eth-mainnet",8"items": [9{10"contract_address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",11"contract_decimals": 18,12"contract_name": "Wrapped Ether",13"contract_ticker_symbol": "WETH",14"logo_url": "https://www.covalenthq.com/static/images/icons/weth.png",15"holdings": [16{17"quote_rate": 3500,18"timestamp": "2025-04-29T00:00:00Z",19"close": {20"balance": "2.5",21"quote": 8750,22"pretty_quote": "$8,750.00"23},24"high": {},25"low": {},26"open": {}27},28{29"quote_rate": 3450,30"timestamp": "2025-04-28T00:00:00Z",31"close": {32"balance": "2.5",33"quote": 8625,34"pretty_quote": "$8,625.00"35},36"high": {},37"low": {},38"open": {}39}40]41},42{43"contract_address": "0xdac17f958d2ee523a2206206994597c13d831ec7",44"contract_decimals": 6,45"contract_name": "Tether USD",46"contract_ticker_symbol": "USDT",47"logo_url": "https://www.covalenthq.com/static/images/icons/usdt.png",48"holdings": [49{50"quote_rate": 1,51"timestamp": "2025-04-29T00:00:00Z",52"close": {53"balance": "5000",54"quote": 5000,55"pretty_quote": "$5,000.00"56},57"high": {},58"low": {},59"open": {}60},61{62"quote_rate": 1,63"timestamp": "2025-04-28T00:00:00Z",64"close": {65"balance": "5000",66"quote": 5000,67"pretty_quote": "$5,000.00"68},69"high": {},70"low": {},71"open": {}72}73]74}75],76"pagination": {77"has_more": false,78"page_number": 1,79"page_size": 100,80"total_count": 281}82},83"error": false,84"error_message": null,85"error_code": null86}
1{2"data": {3"address": "0x00000000219ab540356cbb839cbe05303d7705fa",4"updated_at": "2025-04-29T10:15:30Z",5"quote_currency": "USD",6"chain_id": 1,7"chain_name": "eth-mainnet",8"items": [9{10"contract_address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",11"contract_decimals": 18,12"contract_name": "Wrapped Ether",13"contract_ticker_symbol": "WETH",14"logo_url": "https://www.covalenthq.com/static/images/icons/weth.png",15"holdings": [16{17"quote_rate": 3500,18"timestamp": "2025-04-29T00:00:00Z",19"close": {20"balance": "2.5",21"quote": 8750,22"pretty_quote": "$8,750.00"23},24"high": {},25"low": {},26"open": {}27},28{29"quote_rate": 3450,30"timestamp": "2025-04-28T00:00:00Z",31"close": {32"balance": "2.5",33"quote": 8625,34"pretty_quote": "$8,625.00"35},36"high": {},37"low": {},38"open": {}39}40]41},42{43"contract_address": "0xdac17f958d2ee523a2206206994597c13d831ec7",44"contract_decimals": 6,45"contract_name": "Tether USD",46"contract_ticker_symbol": "USDT",47"logo_url": "https://www.covalenthq.com/static/images/icons/usdt.png",48"holdings": [49{50"quote_rate": 1,51"timestamp": "2025-04-29T00:00:00Z",52"close": {53"balance": "5000",54"quote": 5000,55"pretty_quote": "$5,000.00"56},57"high": {},58"low": {},59"open": {}60},61{62"quote_rate": 1,63"timestamp": "2025-04-28T00:00:00Z",64"close": {65"balance": "5000",66"quote": 5000,67"pretty_quote": "$5,000.00"68},69"high": {},70"low": {},71"open": {}72}73]74}75],76"pagination": {77"has_more": false,78"page_number": 1,79"page_size": 100,80"total_count": 281}82},83"error": false,84"error_message": null,85"error_code": null86}