curl --location --request GET 'https://api.rapira.net/open/order/details?orderId=C200000000000000000' \
--header 'Authorization: {{JWT}}' \
--header 'accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw ''{
"symbol": "USDT/RUB",
"amount": 100,
"orderId": "C17267351394412677",
"fee": 0,
"type": "MARKET_PRICE",
"percentFee": 0,
"tradedAmount": 1.07215611,
"price": 0,
"details": [
{
"amount": 1.07215611,
"price": 93.27,
"fee": 0,
"time": 1726735139665,
"turnover": 100
}
],
"time": 1726735139414,
"turnover": 100,
"memberId": 15495,
"direction": "BUY",
"status": "COMPLETED"
}