exchangeAssets
Retrieve detailed asset and token holdings of an exchange using CoinMarketCap MCP's API. Ideal for tracking cryptocurrency exchange inventories and managing blockchain data.
Instructions
Returns the assets/token holdings of an exchange.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | No | ||
slug | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
"slug": {
"type": "string"
}
},
"type": "object"
}