Overview
The Raze regional gateway supports a subset of Helius APIs. Use it as a drop-in for:- RPC URL —
https://rpc.raze.bot/(recommended for web3.js and browsers) - DAS JSON-RPC —
getAsset,getAssetsByOwner, and related methods on the same endpoint
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:
creatorAddressauthorityAddressname,symbol,searchTerm, orquery(text search)
getAssetsByGroup
groupKey: "collection"+groupValue— best-effort via authority search- Other
groupKeyvalues — 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.
