cURL
curl --request GET \ --url https://api.mobula.io/api/1/market/query
[ { "name": "<string>", "logo": "<string>", "symbol": "<string>", "liquidity": 123, "market_cap": 123, "volume": 123, "off_chain_volume": 123, "price": 123, "price_change_1h": 123, "price_change_24h": 123, "price_change_7d": 123, "categories": [ "<string>" ], "contracts": [ { "address": "<string>", "blockchain": "<string>", "blockchainId": "<string>", "decimals": 123 } ], "id": 123, "rank": 123 } ]
Market query response
The response is of type object[].
object[]