Skip to main content
March 19, 2026
API
Token Issuance Type
Added issuance_type field to differentiate natively issued tokens from bridged tokens. The classification is inherited from the token’s platform.Allowed values: NATIVE, BRIDGEWhere it appears:
  • On each token object (top-level issuance_type field)
  • Inside the nested platform object on each token
  • On assets: native_token_count, bridge_token_count, has_native_tokens, has_bridge_tokens
Filtering example — get only bridged tokens:
curl -G 'https://api.rwa.xyz/v4/tokens' \
  -H "Authorization: Bearer $RWA_API_KEY" \
  --data-urlencode 'query={
    "filter": { "operator": "equals", "field": "issuance_type", "value": "BRIDGE" }
  }'
See the Tokens Schema and Assets Schema for the full field reference.
March 16, 2026
Data
Asset Classification Framework
Introduced a new asset classification framework to provide more granular coverage of credit and fund strategies. Read the full announcement.New asset classes:
  • Venture Capital
  • Asset-Backed Credit
  • Diversified Credit
  • Specialty Finance
Removed asset classes:
  • “Credit” and “Institutional Funds” have been removed. Assets previously under these classes have been re-classified into the new classes above.
Renamed asset classes:
  • “Corporate Bonds” → Corporate Credit
  • “Public Stocks” → Stocks
  • “Actively-Managed Strategies” → Active Strategies
New pages:Removed pages:
  • app.rwa.xyz/private-credit and app.rwa.xyz/institutional-funds have been removed. Their data is now covered under the new pages above.