Balances
Get token balances for address
Commonly used to fetch the native and fungible (ERC20) tokens held by an address. Response includes spot prices and other metadata.
GET
GoldRush SDK
Credit Cost
1 per call
Processing
Realtime
Related guides
Related guides
Authorizations
Bearer authentication header of the form: Bearer <token>
, where <token>
is your GoldRush API Key.
Path Parameters
The chain name eg: eth-mainnet
.
The requested address. Passing in an ENS
, RNS
, Lens Handle
, or an Unstoppable Domain
resolves automatically.
Query Parameters
The currency to convert. Supports USD
, CAD
, EUR
, SGD
, INR
, JPY
, VND
, CNY
, KRW
, RUB
, TRY
, NGN
, ARS
, AUD
, CHF
, and GBP
.
If true
, the suspected spam tokens are removed. Supported on all Foundational Chains.
Response
200 - application/json
Successful response
The response is of type object
.
GoldRush SDK