Returns the liquidity sources enabled for the chain
GEThttps://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
- 200
An array of liquidity sources
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
name string
proportion string
[
{
"name": "string",
"proportion": "string"
}
]
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://api.fuse.io/api/v1/trade/sources' \
-H 'Accept: application/json'
ResponseClear