Skip to main content

v1/pricing/historical_by_addresses_v2/eth/{quoteCurrency}/{contractAddress}/ REST API Endpoint - GoldRush Wallet API

Loading...

Updated on
May 12, 2025

v1/pricing/historical_by_addresses_v2/eth/{quoteCurrency}/{contractAddress}/ REST API Endpoint - GoldRush Wallet API

Path Parameters

chainName
string
Loading...
quoteCurrency
string
Loading...
contractAddress
string
Loading...

Query Parameters

from
string
Loading...
to
string
Loading...
prices-at-asc
boolean
Loading...

Returns

data
array
Loading...
contract_decimals
integer
Loading...
contract_name
string
Loading...
contract_ticker_symbol
string
Loading...
contract_address
string
Loading...
supports_erc
array
Loading...
logo_url
string
Loading...
update_at
string
Loading...
quote_currency
string
Loading...
logo_urls
object
Loading...
token_logo_url
string
Loading...
protocol_logo_url
string
Loading...
chain_logo_url
string
Loading...
prices
array
Loading...
contract_metadata
object
Loading...
contract_decimals
integer
Loading...
contract_name
string
Loading...
contract_ticker_symbol
string
Loading...
contract_address
string
Loading...
supports_erc
array
Loading...
logo_url
string
Loading...
date
string
Loading...
price
integer
Loading...
pretty_price
string
Loading...
items
array
Loading...
contract_metadata
object
Loading...
contract_decimals
integer
Loading...
contract_name
string
Loading...
contract_ticker_symbol
string
Loading...
contract_address
string
Loading...
supports_erc
array
Loading...
logo_url
string
Loading...
date
string
Loading...
price
integer
Loading...
pretty_price
string
Loading...
error
boolean
Loading...
error_message
string
Loading...
error_code
integer
Loading...
Request
1
curl --location 'https://api.covalenthq.com/v1/pricing/historical_by_addresses_v2/eth-mainnet/USD/0x4052510A03e6D5e965441c6E6Fe3395a73D389f6/' \
2
--header 'Content-Type: application/json' \
3
--header 'Authorization: Bearer YOUR_API_KEY'
Response
1
{
2
"data": [
3
{
4
"contract_decimals": 9,
5
"contract_name": "Hot Doge",
6
"contract_ticker_symbol": "HOTDOGE",
7
"contract_address": "0x4052510a03e6d5e965441c6e6fe3395a73d389f6",
8
"supports_erc": [
9
"erc20"
10
],
11
"logo_url": "https://logos.covalenthq.com/tokens/1/0x4052510a03e6d5e965441c6e6fe3395a73d389f6.png",
12
"update_at": "2025-04-29T21:43:34.876392454Z",
13
"quote_currency": "USD",
14
"logo_urls": {
15
"token_logo_url": "https://logos.covalenthq.com/tokens/1/0x4052510a03e6d5e965441c6e6fe3395a73d389f6.png",
16
"protocol_logo_url": null,
17
"chain_logo_url": "https://www.datocms-assets.com/86369/1669653891-eth.svg"
18
},
19
"prices": [
20
{
21
"contract_metadata": {
22
"contract_decimals": 9,
23
"contract_name": "Hot Doge",
24
"contract_ticker_symbol": "HOTDOGE",
25
"contract_address": "0x4052510a03e6d5e965441c6e6fe3395a73d389f6",
26
"supports_erc": [
27
"erc20"
28
],
29
"logo_url": "https://logos.covalenthq.com/tokens/1/0x4052510a03e6d5e965441c6e6fe3395a73d389f6.png"
30
},
31
"date": "2025-04-29",
32
"price": null,
33
"pretty_price": null
34
}
35
],
36
"items": [
37
{
38
"contract_metadata": {
39
"contract_decimals": 9,
40
"contract_name": "Hot Doge",
41
"contract_ticker_symbol": "HOTDOGE",
42
"contract_address": "0x4052510a03e6d5e965441c6e6fe3395a73d389f6",
43
"supports_erc": [
44
"erc20"
45
],
46
"logo_url": "https://logos.covalenthq.com/tokens/1/0x4052510a03e6d5e965441c6e6fe3395a73d389f6.png"
47
},
48
"date": "2025-04-29",
49
"price": null,
50
"pretty_price": null
51
}
52
]
53
}
54
],
55
"error": false,
56
"error_message": null,
57
"error_code": null
58
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free