Skip to main content
GET
/
v1
/
markets
/
tokens
List supported tokens
curl --request GET \
  --url https://api.fiet.finance/v1/markets/tokens \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "chainId": 123,
    "address": "<string>",
    "symbol": "<string>",
    "decimals": 123
  }
]
Use this endpoint to list supported tokens (optionally filtered by chainId). For guidance on discovery flows, see Markets.

Authorizations

Authorization
string
header
required

Basic Auth (assumed at gateway for MVP)

Query Parameters

chainId
integer<uint64>
Example:

1

Response

200 - application/json

OK

chainId
integer<uint64>
required
Example:

1

address
string
required
Example:

"0x742d35Cc6634C0532925a3b844Bc9e7595f5fE4b"

symbol
string
required
Example:

"USDC"

decimals
integer
required
Example:

6