Skip to main content
GET
GoldRush SDK

Credit Cost

1 per call

Processing

Batch
Estimate your monthly cost for this API using the Pricing Calculator.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form: Bearer <token>, where <token> is your GoldRush API Key.

Path Parameters

chainName
string
required

The chain name eg: eth-mainnet.

walletAddress
string
required

The requested address. Passing in an ENS, RNS, Lens Handle, or an Unstoppable Domain resolves automatically.

collectionContract
string
required

The requested collection address.

Query Parameters

traits-filter
string

Filters NFTs based on a specific trait. If this filter is used, the API will return all NFTs with the specified trait. Must be used with "values-filter", is case-sensitive, and requires proper URL encoding.

values-filter
string

Filters NFTs based on a specific trait value. If this filter is used, the API will return all NFTs with the specified trait value. Must be used with "traits-filter", is case-sensitive, and requires proper URL encoding.

Response

200 - application/json

Successful response

updated_at
string<date-time>

The timestamp when the response was generated. Useful to show data staleness to users.

address
string

The requested address.

collection
string

The requested collection.

is_spam
boolean

Denotes whether the token is suspected spam. Supported on all Foundational Chains.

items
object[]

List of response items.