Skip to main content

Overview

The Raze regional gateway supports a subset of Helius APIs. Use it as a drop-in for:
  • RPC URLhttps://rpc.raze.bot/ (recommended for web3.js and browsers)
  • DAS JSON-RPCgetAsset, getAssetsByOwner, and related methods on the same endpoint
This is not a full Helius replacement. Enhanced transactions, webhooks, LaserStream, getPriorityFeeEstimate, and compressed-NFT proofs are not implemented on the gateway.

Authentication

Header (preferred)

Query string (Helius-style)

Also supported on /solana (promoted at the edge before the request hits the gateway): An explicit X-Api-Key or Authorization header always wins over the query string.

Endpoint

Regions: ca, de, fr, jp, nl, ny, sg, uk — see Protocols. All DAS calls use JSON-RPC 2.0 POST with Content-Type: application/json.

DAS methods

Handled locally by the gateway (backed by History API token endpoints, reshaped to Helius DAS JSON). They do not proxy to Helius.

searchAssets filters (v1)

At least one of:
  • creatorAddress
  • authorityAddress
  • name, symbol, searchTerm, or query (text search)

getAssetsByGroup

  • groupKey: "collection" + groupValue — best-effort via authority search
  • Other groupKey values — empty result page (valid DAS shape)

Example: getAsset


Migration from Helius

Standard Solana RPC methods (getBalance, getTransaction, etc.) continue to work via the gateway proxy — see JSON-RPC Methods.

See also