asset-registry
Current USD price for one active registry asset
Accepts exactly one selector: assetKey, or chainId with address. Returns the same database-only price state as the bulk endpoint; inactive assets do not resolve.
get/asset-registry/price
Query parameters
assetKeystring
Example:usd-coin
The registry assetKey — the asset’s CoinGecko ID for every external asset. Mutually exclusive with chainId/address.
chainIdnumber
Example:8453
Registry chainId the address lives on. Requires address.
addressstring
Example:0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
Contract address, or the zero address for a native gas token. Case insensitive. Requires chainId.
Response
The asset’s current price state.
Changes
No recorded changes to this endpoint across all 1 revision of this API.