cURL
curl --request GET \ --url https://integrated-api.mainnet.muchfi.xyz/api/clob/currencies
{ "currencies": [ { "address": "<string>", "name": "<string>", "symbol": "<string>", "decimals": 123, "totalSupply": "<string>" } ], "cursor": "<string>" }
Get all currencies with optional search
Search by address, name, or symbol
Number of results
Cursor for pagination
List of currencies
Show child attributes