قیمت مشاهده شده
درصد اختلاف قابل پذیرش
quote_amount
base_amount
curl --location --request POST 'https://api.bitycle.com/api/exchange/fund_order' \
--header 'Authorization: Bearer xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"market": "BTCIRT",
"side": "buy",
"shown_price": "9010005001.000",
"tolerance_pct": "0.5",
"quote_amount": "70000"
}'
{
"status": "success",
"message": "",
"data": {
"id": 8,
"market": "BTCIRT",
"quote_amount": "54679.000000000000000",
"base_amount": "0.000006000000000",
"price": "9113230000.000000000000000",
"side": "buy",
"state": "done",
"created_at": "2025-05-21T19:24:04.086422+03:30"
}
}