GoldRush: Direct API Endpoints
GoldRush provides 48 unique direct API endpoints across the following categories:- DeFi (1 endpoint)
- Market Data (6 endpoints)
- NFT (14 endpoints)
- Scan (10 endpoints)
- Token (12 endpoints)
- Transaction (12 endpoints)
- Wallets (21 endpoints)
Learn more: GoldRush Documentation
Prefix and Example
Prefix: No prefix is required for GoldRush, an example URL will therefore look like:https://api.uniblock.dev/direct/v1/GoldRush + /[GoldRush_endpoint].
Example Request:
curl --request GET \
--url https://api.uniblock.dev/direct/v1/GoldRush/v1/pricing/spot_prices/{chainName}/pools/{contractAddress} \
--header 'accept: application/json' \
--header 'x-api-key: YOUR_UNIBLOCK_API_KEY'
DeFi
GET
| Path | Est. CU | Description |
|---|---|---|
| direct/v1/GoldRush/v1/pricing/spot_prices /{chainName}/pools/{contractAddress} | 100 | Get the spot token pair prices for a specified pool contract address. Supports pools on Uniswap V2, V3 and their forks. |
Market Data
GET
| Path | Est. CU | Description |
|---|---|---|
| direct/v1/GoldRush/v1/pricing/spot_prices /{chainName}/pools/{contractAddress} | 100 | Get the spot token pair prices for a specified pool contract address. Supports pools on Uniswap V2, V3 and their forks. |
| direct/v1/GoldRush/v1/{chainName}/nft_market /{contractAddress}/floor_price | 100 | Get historical floor prices for a collection |
| direct/v1/GoldRush/v1/{chainName}/nft_market /{contractAddress}/sale_count | 100 | Get historical sales count for a collection |
| direct/v1/GoldRush/v1/pricing /historical_by_addresses_v2/{chainName} /{quoteCurrency}/{contractAddress} | 100 | Get historical token prices |
| direct/v1/GoldRush/v1/{chainName}/nft_market /{contractAddress}/volume | 100 | Get historical volume for a collection |
POST
| Path | Est. CU | Description |
|---|---|---|
| direct/v1/GoldRush/hypercore/info | 100 | GoldRush is the complete data layer for Hyperliquid that offers a drop-in Hyperliquid /info API replacement with no rate limits. |
NFT
GET
Scan
GET
| Path | Est. CU | Description |
|---|---|---|
| direct/v1/GoldRush/v1/chains | 100 | Get all chains |
| direct/v1/GoldRush/v1/chains/status | 100 | Get all chain statuses |
| direct/v1/GoldRush/v1/{chainName}/block_v2 /{startDate}/{endDate} | 100 | Get block heights |
| direct/v1/GoldRush/v1/{chainName}/block_hash /{blockHash}/transactions_v3 | 100 | Get all transactions in a block (v3) |
| direct/v1/GoldRush/v1/{chainName}/block /{blockHeight}/transactions_v3/page/{page} | 100 | Get all transactions in a block by page (v3) |
| direct/v1/GoldRush/v1/{chainName}/block_v2 /{blockHeight} | 100 | Get a block |
| direct/v1/GoldRush/v1/{chainName}/event /{eventType}/gas_prices | 100 | Get gas prices |
| direct/v1/GoldRush/v1/{chainName}/events/address /{contractAddress} | 100 | Get log events by contract address |
| direct/v1/GoldRush/v1/{chainName}/events/topics /{topicHash} | 100 | Get log events by topic hash(es) |
| direct/v1/GoldRush/v1/{chainName}/events | 100 | Get logs |