Skip to main content
GET
/
v1
/
markets
/
chains
List supported chains
curl --request GET \
  --url https://api.fiet.finance/v1/markets/chains \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "chainId": 123,
    "name": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.fiet.finance/llms.txt

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

Use this endpoint to list supported EVM networks. For guidance on discovery flows, see Markets.

Authorizations

Authorization
string
header
required

Basic Auth (assumed at gateway for MVP)

Response

200 - application/json

OK

chainId
integer<uint64>
required
Example:

1

name
string
required
Example:

"Ethereum Mainnet"