Returns the liquidity sources enabled for the chain
GET/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"
}
]
Loading...