cURL
curl --request GET \ --url https://api.relay.link/chains/liquidity
{ "liquidity": [ { "chainId": 123, "currencyId": "<string>", "symbol": "<string>", "address": "<string>", "decimals": 123, "balance": "<string>", "amountUsd": "<string>" } ] }
Returns solver liquidity balances per currency on a specified chain.
Default Response
Solver balances per currency on the requested chain
Show child attributes
Was this page helpful?