get orders
GET
/api/exchange/fund_order
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.bitycle.com/api/exchange/fund_order?page=1' \
--header 'Authorization: Bearer xxx'
Response Response Example
{
"status": "success",
"message": "",
"data": [
{
"id": 9,
"market": "BTCIRT",
"quote_amount": "5999001.000000000000000",
"base_amount": "0.000657000000000",
"price": "9130899341.980000000000000",
"side": "buy",
"state": "done",
"created_at": "2025-05-21T19:33:48.448310+03:30"
},
{
"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"
}
],
"pagination": {
"count": 9,
"num_pages": 1,
"per_page": 100,
"page": 1
}
}
Request
Query Params
page
string
optional
Default:
1
Example:
1
Header Params
Authorization
string
optional
Example:
{{cap_token}}