List Rwa Tokens
GET
/api/rwa/tokens
const url = 'https://api.qeychain.xyz/api/rwa/tokens';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.qeychain.xyz/api/rwa/tokensList all supported RWA tokens with metadata. Returns Tier 1 tokens (BUIDL, USDY, OUSG, BENJI) plus registry info.
Responses
Section titled “Responses”Successful Response
Media typeapplication/json
Examplegenerated
example