crypto-price
Retrieve real-time cryptocurrency prices from Binance. Input a symbol to access accurate market data for informed trading decisions.
Instructions
Get the current price of a cryptocurrency
Input Schema
Name | Required | Description | Default |
---|---|---|---|
symbol | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"symbol": {
"type": "string"
}
},
"required": [
"symbol"
],
"type": "object"
}