Skip to main content

Returns the liquidity sources enabled for the chain

GET 

https://api.fuse.io/api/v1/trade/sources

Returns the liquidity sources enabled for the chain

Request

Query Parameters

    apiKey stringrequired

    Your Public API key.

Responses

An array of liquidity sources

Schema
  • Array [
  • name string
    proportion string
  • ]
curl -L -X GET 'https://api.fuse.io/api/v1/trade/sources' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://api.fuse.io/api/v1/trade
Parameters
— queryrequired
ResponseClear

Click the Send API Request button above and see the response here!

Was this page helpful?