Skip to main content
GET
/
wallet-infra
/
chains
/
{chain}
/
tokens
List supported tokens for a chain
const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};

fetch('https://api.prudra.dev/wallet-infra/chains/{chain}/tokens', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
[
  {}
]

Documentation Index

Fetch the complete documentation index at: https://docs.prudra.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your Prudra API key. Get one at dashboard.prudra.com/settings/api-keys

Path Parameters

chain
string
required

Chain slug (e.g. base, ethereum, tempo)

Response

200 - application/json

Token metadata for routing and display