get-coins
Retrieve cryptocurrency data including prices, market cap, volume, supply metrics, trading information, and social links with customizable filters and sorting options.
Instructions
Get comprehensive data about all cryptocurrencies: Price, market cap, and volume. Price changes (1h, 24h, 7d). Supply information. Trading metrics. Social links and metadata.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
availableSupply-equals | No | Available Supply Equals | |
availableSupply-greaterThan | No | Available Supply Greater Than | |
availableSupply-lessThan | No | Available Supply Less Than | |
blockchains | No | Blockchain filters, separated by commas (e.g., ethereum,solana) | |
categories | No | Category filters, separated by commas (e.g., memecoins,sports) | |
currency | No | Currency for price data | USD |
fullyDilutedValuation-equals | No | Fully Diluted Valuation Equals | |
fullyDilutedValuation-greaterThan | No | Fully Diluted Valuation Greater Than | |
fullyDilutedValuation-lessThan | No | Fully Diluted Valuation Less Than | |
includeRiskScore | No | Include risk score: true or false. Default - false | |
limit | No | Number of results per page | |
marketCap-equals | No | Marketcap Equals | |
marketCap-greaterThan | No | Marketcap Greater Than | |
marketCap-lessThan | No | Marketcap Less Than | |
name | No | Search coins by name | |
page | No | Page number | |
price-equals | No | Price Equals | |
price-greaterThan | No | Price Greater Than | |
price-lessThan | No | Price Less Than | |
priceChange1d-equals | No | Price Change 1d Equals | |
priceChange1d-greaterThan | No | Price Change 1d Greater Than | |
priceChange1d-lessThan | No | Price Change 1d Less Than | |
priceChange1h-equals | No | Price Change 1h Equals | |
priceChange1h-greaterThan | No | Price Change 1h Greater Than | |
priceChange1h-lessThan | No | Price Change 1h Less Than | |
priceChange7d-equals | No | Price Change 7d Equals | |
priceChange7d-greaterThan | No | Price Change 7d Greater Than | |
priceChange7d-lessThan | No | Price Change 7d Less Than | |
rank-equals | No | Rank Equals | |
rank-greaterThan | No | Rank Greater Than | |
rank-lessThan | No | Rank Less Than | |
riskScore-equals | No | Risk Score Equals (Only if includeRiskScore=true) | |
riskScore-greaterThan | No | Risk Score Greater Than (Only if includeRiskScore=true) | |
riskScore-lessThan | No | Risk Score Less Than (Only if includeRiskScore=true) | |
sortBy | No | Field to sort by | |
sortDir | No | Sort direction | |
symbol | No | Get coins by symbol | |
totalSupply-equals | No | Total Supply Equals | |
totalSupply-greaterThan | No | Total Supply Greater Than | |
totalSupply-lessThan | No | Total Supply Less Than | |
volume-equals | No | Volume Equals | |
volume-greaterThan | No | Volume Greater Than | |
volume-lessThan | No | Volume Less Than |
Input Schema (JSON Schema)
{
"properties": {
"availableSupply-equals": {
"description": "Available Supply Equals",
"type": "number"
},
"availableSupply-greaterThan": {
"description": "Available Supply Greater Than",
"type": "number"
},
"availableSupply-lessThan": {
"description": "Available Supply Less Than",
"type": "number"
},
"blockchains": {
"description": "Blockchain filters, separated by commas (e.g., ethereum,solana)",
"type": "string"
},
"categories": {
"description": "Category filters, separated by commas (e.g., memecoins,sports)",
"type": "string"
},
"currency": {
"default": "USD",
"description": "Currency for price data",
"type": "string"
},
"fullyDilutedValuation-equals": {
"description": "Fully Diluted Valuation Equals",
"type": "number"
},
"fullyDilutedValuation-greaterThan": {
"description": "Fully Diluted Valuation Greater Than",
"type": "number"
},
"fullyDilutedValuation-lessThan": {
"description": "Fully Diluted Valuation Less Than",
"type": "number"
},
"includeRiskScore": {
"description": "Include risk score: true or false. Default - false",
"type": "string"
},
"limit": {
"default": 20,
"description": "Number of results per page",
"type": "number"
},
"marketCap-equals": {
"description": "Marketcap Equals",
"type": "number"
},
"marketCap-greaterThan": {
"description": "Marketcap Greater Than",
"type": "number"
},
"marketCap-lessThan": {
"description": "Marketcap Less Than",
"type": "number"
},
"name": {
"description": "Search coins by name",
"type": "string"
},
"page": {
"default": 1,
"description": "Page number",
"type": "number"
},
"price-equals": {
"description": "Price Equals",
"type": "number"
},
"price-greaterThan": {
"description": "Price Greater Than",
"type": "number"
},
"price-lessThan": {
"description": "Price Less Than",
"type": "number"
},
"priceChange1d-equals": {
"description": "Price Change 1d Equals",
"type": "number"
},
"priceChange1d-greaterThan": {
"description": "Price Change 1d Greater Than",
"type": "number"
},
"priceChange1d-lessThan": {
"description": "Price Change 1d Less Than",
"type": "number"
},
"priceChange1h-equals": {
"description": "Price Change 1h Equals",
"type": "number"
},
"priceChange1h-greaterThan": {
"description": "Price Change 1h Greater Than",
"type": "number"
},
"priceChange1h-lessThan": {
"description": "Price Change 1h Less Than",
"type": "number"
},
"priceChange7d-equals": {
"description": "Price Change 7d Equals",
"type": "number"
},
"priceChange7d-greaterThan": {
"description": "Price Change 7d Greater Than",
"type": "number"
},
"priceChange7d-lessThan": {
"description": "Price Change 7d Less Than",
"type": "number"
},
"rank-equals": {
"description": "Rank Equals",
"type": "number"
},
"rank-greaterThan": {
"description": "Rank Greater Than",
"type": "number"
},
"rank-lessThan": {
"description": "Rank Less Than",
"type": "number"
},
"riskScore-equals": {
"description": "Risk Score Equals (Only if includeRiskScore=true)",
"type": "number"
},
"riskScore-greaterThan": {
"description": "Risk Score Greater Than (Only if includeRiskScore=true)",
"type": "number"
},
"riskScore-lessThan": {
"description": "Risk Score Less Than (Only if includeRiskScore=true)",
"type": "number"
},
"sortBy": {
"description": "Field to sort by",
"type": "string"
},
"sortDir": {
"description": "Sort direction",
"enum": [
"asc",
"desc"
],
"type": "string"
},
"symbol": {
"description": "Get coins by symbol",
"type": "string"
},
"totalSupply-equals": {
"description": "Total Supply Equals",
"type": "number"
},
"totalSupply-greaterThan": {
"description": "Total Supply Greater Than",
"type": "number"
},
"totalSupply-lessThan": {
"description": "Total Supply Less Than",
"type": "number"
},
"volume-equals": {
"description": "Volume Equals",
"type": "number"
},
"volume-greaterThan": {
"description": "Volume Greater Than",
"type": "number"
},
"volume-lessThan": {
"description": "Volume Less Than",
"type": "number"
}
},
"type": "object"
}