getPostmanCollection
Generate a Postman collection to simplify testing and integration with the CoinMarketCap API, enabling access to cryptocurrency market data and blockchain metrics.
Instructions
Returns a Postman collection for the CoinMarketCap API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}