Skip to main content
GET
/
v1
/
tokens
Get Faraday supported tokens
curl --request GET \
  --url https://api.faraday.range.org/v1/tokens
[
  {
    "addr": "<string>",
    "aliases": [
      "<string>"
    ],
    "exponent": 1,
    "kind": "native",
    "label": "<string>",
    "network": "eth",
    "slug": "<string>",
    "symbol": "<string>"
  }
]

Response

200 - application/json

All tokens

aliases
string[]
required

Extra accepted inputs for parsing (symbols, legacy names, alternate mints).

exponent
integer
required

Base-10 exponent (USDC=6).

Required range: x >= 0
kind
enum<string>
required

Type on this chain.

Available options:
native,
erc20,
spl
label
string
required

Human label (UI).

network
enum<string>
required
Available options:
eth,
sepolia,
solana,
oeth,
solana-devnet,
osmosis-1,
arb1,
pol,
base,
avax,
bnb,
neutron-1,
celestia,
opsep,
fuji,
amoy,
basesep
slug
string
required

Canonical slug you expose on the wire (lowercase, e.g., "usdc").

symbol
string
required

Symbol typically fed to aggregators that want symbols (e.g., "USDC").

addr
string | null

Primary address/mint (None for natives).