ramzinex_get_market_sell_price
Estimate the market sell price for a specified base currency amount on a trading pair. Provides the total price received when selling the given amount.
Instructions
Estimate the price to SELL for a given base amount.
Persian purpose: برآورد قیمت فروش برای مقدار مشخص (ارز پایه). Public, no
auth. Maps to GET /exchange/api/{ver}/exchange/orderbooks/{pair_id}/market_sell_price
with the amount (base-currency) query parameter.
Args: pair_id: Numeric id of the pair. amount: Amount in the base currency to sell. Must be greater than zero. instance: Configured instance whose public base URL to use (default when omitted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair_id | Yes | ||
| amount | Yes | ||
| instance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||