Skip to main content
GET
/
api
/
v1
/
trade
/
sources
Returns the liquidity sources enabled for the chain
curl --request GET \
  --url https://api.fuse.io/api/v1/trade/sources
[
  {
    "name": "<string>",
    "proportion": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.fuse.io/llms.txt

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

Query Parameters

apiKey
string
required

Your Public API key.

Response

200 - application/json

An array of liquidity sources

name
string
proportion
string