cURL
curl --request GET \ --url https://router.gluex.xyz/liquidity \ --header 'x-api-key: <api-key>'
{ "chains": [ { "chainID": "<string>", "networkID": "<string>" } ], "liquidityModules": {} }
List of all the liquidity modules by chain supported by GlueX
Successful response containing available chains and liquidity modules.
The response is of type object.
object