GET
/
clob
/
currencies
Get All Currencies
curl --request GET \
  --url https://integrated-api.testnet.muchfi.xyz/api/clob/currencies
{
  "currencies": [
    {
      "address": "<string>",
      "name": "<string>",
      "symbol": "<string>",
      "decimals": 123,
      "totalSupply": "<string>"
    }
  ],
  "cursor": "<string>"
}

Query Parameters

Search by address, name, or symbol

limit
integer

Number of results

cursor
string

Cursor for pagination

Response

200 - application/json

List of currencies

currencies
object[]
cursor
string